Return to Snippet

Revision: 7758
at August 11, 2008 15:46 by theonlyalterego


Initial Code
begin
--List the MDS contents for a folder
--APPS_FND.JDR_UTILS.listContents('/oracle/apps/pa/structure/webui',FALSE);

--Get a specific Page/Region from MDS
APPS_FND.JDR_UTILS.printDocument(
'/oracle/apps/pa/structure/assignment/webui/TaskDetailsResourcesRN'
);
end;

Initial URL


Initial Description
A quick pl/sql command to select from the MDS using the Oracle JDR_UTILS package.

Initial Title
OAF  - Retrieve a Region/Page from Oracle MDS

Initial Tags
Oracle

Initial Language
Other