Monday 13 August 2018

jdr_utils in oaf

jdr_utils in oaf

 
JDR_UTILS is a Standard API which has procedures and functions to query OA Framework Personalizations/customizations and to delete the OA Framework Personalizations/customizations present in OA Framework metadata in the MDS repository.
These are the below JDR_UTILS Procedure and Function with the detail descriptions.
 

How to get the path of the page to use in the jdr_utils in oaf

 
jdr_utils in oaf
 
JDR_UTILS.LISTDOCUMENTS
Use this API to list of all OA Framework documents in the given path/module. It provides list of all the pages/extensions/personalizations.
Example:
DECLARE
BEGIN
jdr_utils.listdocuments('/oracle/apps/oie/lov/', TRUE);
END;
/
DECLARE BEGIN jdr_utils.listdocuments('/oracle/apps/per/probation/', TRUE); END; /
JDR_UTILS.LISTCUSTOMIZATIONS
Use this API to list all personalizations/Extensions/Contents of a specific Object or for specific OAF page in the Oracle Application.
Example:
DECLARE
BEGIN
jdr_utils.listcustomizations
(p_document => '/oracle/apps/oie/lov/webui/ExpensePG');
END;
/
DECLARE BEGIN jdr_utils.listcustomizations (p_document => '/xxhr/oracle/apps/per/probation/webui/AddKpiPG'); END; /
JDR_UTILS.PRINTDOCUMENT
This procedure will list all the conpennets of the OAF Page. Like VO , CO , AM of the OAF Page.
Example:
  jdr_utils.printDocument('/oracle/apps/xxap/oie /webui/ExpPG');
DECLARE begin jdr_utils.printDocument('/xxhr/oracle/apps/per/probation/webui/TrackPG'); EXCEPTION WHEN OTHERS THEN DBMS_OUTPUT.PUT_LINE(SQLERRM); END; /
JDR_UTILS.DELETEDOCUMENT
Using this Procedure we can delete the OAF Personalization and OAF Extensions for the OAF Page. We can remove the Personalizations and the Extensions of the OAF page using this Procedure.. For example to delete the VO substitution, use command
Example:
DECLARE
BEGIN
jdr_utils.deletedocument(p_document => '/oracle/apps/xxap/oie/server/XXSuppVO');
END;
/
 

4 comments:

Anonymous said...

This is just the kind of information that I had been looking for a long time. Thank you very much for posting this blog its very nice. Oracle R12 Financials Training in Bangalore

Realtime Experts said...

Thank you for sharing valuable comments for us its very incredible post to whom looking for a particular course if any one who want to learn tally core to advance
IBM Training in Bangalore

Realtime Experts said...

Its really helpful for the users of this site. I am also searching about these type of sites now a days.
Best Oracle Workflow Course in Bangalore

Realtime Experts said...

I wanted to thank you for this great read!! I definitely enjoying every little bit of it and I have you bookmarked to check out new stuff you post.
Oracle apps Training in Bangalore

Post a Comment

Contact us for any Collaboration, Project Support & On Job Support Work

Name

Email *

Message *