DBA Data[Home] [Help]

APPS.JTF_DIAGNOSTIC dependencies on XMLSEQUENCE

Line 3216: table(xmlsequence(extract(P_VALID_APPS_XML,'/list/value'))) tbl;

3212:
3213: -- a cursor pointing to valid apps for test using valid_applications column in test table
3214: cursor valid_seeded_apps_cursor is
3215: select extractvalue(value(tbl),'/value') apps from
3216: table(xmlsequence(extract(P_VALID_APPS_XML,'/list/value'))) tbl;
3217:
3218: user_apps jtf_diag_arraylist; -- List of apps obtained using USER_NAME
3219: seeded_apps jtf_diag_arraylist; -- List of apps marked as valid @ test level
3220: custom_apps jtf_diag_arraylist; -- custom applications w.r.t seeded apps