Login
Register

Home

Trainings

Fusion Blog

EBS Blog

Authors

CONTACT US

OA Framework - All Articles
  • Register

Oracle Gold Partners, our very popular training packages, training schedule is listed here
Designed by Five Star Rated Oracle Press Authors & Oracle ACE's.

webinar new

Search Courses

Here I am listing my most commonly used JDR_UTILS api’s. There are some scripts that I can’t live without, and these are some of them.

 

Note: All these operations can also be done via Functional Administrator responsibility.



JDR_UTILS.LISTDOCUMENTS

Use this API to list of all OA Framework the documents in a path/module. This script is very handy, as it provides a list of all the desired documents/extensions/personalizations in one go.

DECLARE

BEGIN

jdr_utils.listdocuments('/oracle/apps/per', TRUE);

END;

The script above will produce a list of all the MDS Documents in HRMS plus all the BC4J extensions done to HRMS module will be listed here too. Surely you can run this for whatever module/application you desire.

 

Notes on jdr_utils.listdocuments

  1. First parameter of this API can take the full path or partial path of the MDS** Page. Second parameter being TRUE will direct the API to list all Child Documents underneath that tree path

  2. You can use this API to know all the objects that have been extended/personalized in any specific module. For this, simply dump the output in a file and grep for customizations

  3. BC4J extensions [or call them substitutions] will be visible too, as the substitutions are stored as Personalization itself. For example, if iRecruitment Application Module has been extended, then a command similar to below will show the extended AM for VisitorAM

DECLARE

BEGIN

jdr_utils.listdocuments

('/oracle/apps/per/irc/candidateSelfService/server/',TRUE);

END;






JDR_UTILS.LISTCUSTOMIZATIONS

 

List of all the Personalizations/Extensions/Contents for a specific object. For example, as below, I wish to know the various levels at which a specific object has been personalized or extended.

 

DECLARE

BEGIN

jdr_utils.listcustomizations

(p_document => '/oracle/apps/per/irc/candidateSelfService/webui/RegCreateAccountPG');

END;

 

 



Notes on jdr_utils.listcustomizations

  1. To get an exact full path of the document, first use jdr_utils.listdocuments




JDR_UTILS.PRINTDOCUMENT

List of all the Personalizations/Extensions for a specific object. For example, as below, I wish to see the name of the new AM Java Class that substitutes the standard VisitorAM.

DECLARE

BEGIN

jdr_utils.printdocument

(p_document => '/oracle/apps/per/irc/candidateSelfService/server/customizations/site/0/VisitorAM');

END;

The result below shows to me that xxVisitorAM is the new Java AM Class that substitutes the standard VisitorAM class

 



Another example for jdr_utils.printDocument is to see the content of Site Level personalization on a specific page

DECLARE

BEGIN

jdr_utils.printdocument

(p_document => '/oracle/apps/per/irc/candidateSelfService/webui/customizations/site/0/RegCreateAccountPG');

END;

The result of this command indicates which fields/regions/beans have been hidden or effected by personalization






DELETE A DOCUMENT

OR

DELETE A PERSONALIZATION

OR

    DELETE AN EXTENSION OR A SUBSTITUTION

The title says it all. Once you have found the exact name of the document with its full path [using jdr_utils.listdocuments], you can then delete the same by using command below. For example to delete the Application Module substitution, use command

DECLARE

BEGIN

jdr_utils.deletedocument(p_document => '/oracle/apps/per/irc/candidateSelfService/server/customizations/site/0/VisitorAM');

 

END;


Anil Passi

Comments   

0 #1 Atul Sinha 2008-05-12 06:23
Hi Anil,

If we did the jdr_utils.delet edocument to delete the personalization s,
is there any solution to rollback this action??

Thanks in advance :)

Zhxiang
Quote
0 #2 Anil Passi 2008-05-12 06:30
Instead of delete, you can use functional administrator to disable the personalization

Thanks
Anil Passi
Quote
0 #3 Atul Sinha 2008-05-12 22:14
Hi Anil,

Thank you very much,

The issue is closed.
We made a mistake to delete EBS HomePage '/oracle/apps/f nd/framework/na vigate/webui/Ho mePG'
We restored the Page from backup by using djava -mx128m -nojit oracle.jrad.too ls.xml.importer .XMLImporter.

We'll remember to use jdr_utils.delet edocument carefully.

Bes t regards,
Zhxian g
Quote
0 #4 Anil Passi- 2008-12-06 08:40
Good to hear that Zhxiang
Quote
0 #5 May 2009-07-27 01:05
Dear Anil,
It's true we must use the delete function carefully, but there are some cases when personalization s that I faced, need delete document via Functional Admin Resp.
In my case, after an item was added, the iRec page gave an error message. I used the Functional Admin and deleted the document. In this way the page was accessible, however, previous personalization are lost. Isn't this a comman problem? Can you please advise regarding making our personalization s independent of others'. And how to actually delete our personalization s and not that of anyone else's. Thanks in Advance.
Please Advise.
Quote

Add comment


Security code
Refresh

Search Trainings

Fully verifiable testimonials

Apps2Fusion - Event List

<<  May 2024  >>
 Mon  Tue  Wed  Thu  Fri  Sat  Sun 
    1  2  3  4  5
  6  7  8  9101112
13141516171819
20212223242526
2728293031  

Enquire For Training

Fusion Training Packages

Get Email Updates


Powered by Google FeedBurner