DBA Data[Home] [Help]

APPS.JTF_DIAGNOSTIC dependencies on XMLSEQUENCE

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

3492:
3493: -- a cursor pointing to valid apps for test using valid_applications column in test table
3494: cursor valid_seeded_apps_cursor is
3495: select extractvalue(value(tbl),'/value') apps from
3496: table(xmlsequence(extract(P_VALID_APPS_XML,'/list/value'))) tbl;
3497:
3498: user_apps jtf_diag_arraylist; -- List of apps obtained using USER_NAME
3499: seeded_apps jtf_diag_arraylist; -- List of apps marked as valid @ test level
3500: custom_apps jtf_diag_arraylist; -- custom applications w.r.t seeded apps