Sunday, August 22, 2010

A note on jdr_utils API s of OA Framework

Jdr_utils package is most important APIs commonly used in OA Framework customisation. The most import scripts used are as follows :
  • JDR_UTILS.LISTDOCUMENTS
  • JDR_UTILS.PRINTDOCUMENT
  • JDR_UTILS.DELETEDOCUMENT
A note on each of this  is as follows ,

1) The script which lists all the MDS documents of specified directory currently imported into database :

DECLARE 
BEGIN 
    jdr_utils.listdocuments ( '/oracle/apps/per/selfservice.webui' , TRUE ) ;
END ;

2) The script to list the Personalizations or Extensions for a specific object :

DECLARE 
BEGIN
    jdr_utils.printdocument ( ' p_document => /oracle/apps/per/selfservice.webui/ somepagePG ') ;
END ;

3) The script to delete document or personalizations/extensions :

DECLARE 
BEGIN 
    jdr_utils.deletedocument ( ' p_document => /oracle/apps/per/selfservice.webui/ somepagePG ') ;
END ;

No comments:

Post a Comment

LinkWithin

Related Posts with Thumbnails
Make Money Blogging