OAF-从Oracle MDS检索区域/页
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了OAF-从Oracle MDS检索区域/页相关的知识,希望对你有一定的参考价值。
A quick pl/sql command to select from the MDS using the Oracle JDR_UTILS package.
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;
以上是关于OAF-从Oracle MDS检索区域/页的主要内容,如果未能解决你的问题,请参考以下文章