Jdr_utils.listcustomizations:
begin
dbms_output.put_line('***START***');
Jdr_utils.listcustomizations('/oracle/apps/ce/bankaccounttransfer/webui/BankAccountTransferPG');
dbms_output.put_line('***STOP***');
end;
- Searches Personalization’s for the OAF Page. We can find the Page URL (path) from about this page.
Jdr_utils.listContents:- Recursively finds all personalization's from a given path.
exec Jdr_utils.listContents
('/oracle/apps/ce/bankaccounttransfer/webui', true)
jdr_utils.DeleteDocument:- It deletes Personalization.
exec jdr_utils.DeleteDocument('/oracle/apps/eam/workorder/webui/customizations/site/0/EAM_EW_START_PAGE')