Monday 13 August 2018

list customizations in oaf : How to see of all the pages/extensions/personalizations for a OAF page

list customizations in oaf

List customizations is one of the method of Standard API jdr_utils. OA framework has given this API jdr_utils to work with the Extensions and the Personalizations of the OAF Page. List customizations method helps to extract the list of the extensions done for some specific page or we can also find the List of the Extensions done for some specific module of the Oracle apps. We just need to pass the Path of the OAF page or path of the module and this method will print or show you the list of all the Extensions in the OAF page. List customization also shares the complete path of the Extension with Extension Name.
 
Here below I am sharing the example to use List Customizations Method.
 

list customizations in oaf

 
JDR_UTILS.LISTDOCUMENTS
 
Like As highlighted below this is the path of the OAF page and I want to see all the customizations for this path 'oracle/apps/ap/oie'
 
list customizations in oaf

 
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/ap/oie/', TRUE);
END;
/
 

1 comments:

Anonymous said...

This post is very informative for everybody. I would like to appreciate your work for good accuracy and got informative knowledge from here. Oracle R12 Financials Training in Ameerpet

Post a Comment

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

Name

Email *

Message *