DBA Data[Home] [Help]

APPS.QA_SS_RESULTS dependencies on QA_PC_PLAN_RELATIONSHIP

Line 1398: FROM qa_pc_results_relationship b, qa_pc_plan_relationship a

1394: SELECT b.child_plan_id,
1395: b.child_collection_id,
1396: b.child_occurrence
1397: BULK COLLECT INTO hist_plan_tab
1398: FROM qa_pc_results_relationship b, qa_pc_plan_relationship a
1399: WHERE a.parent_plan_id = x_plan_id
1400: AND a.parent_plan_id = b.parent_plan_id
1401: AND a.child_plan_id = b.child_plan_id
1402: AND a.data_entry_mode = 4