DBA Data[Home] [Help]

APPS.QA_SS_RESULTS dependencies on QA_PC_PLAN_RELATIONSHIP

Line 1467: FROM qa_pc_results_relationship b, qa_pc_plan_relationship a

1463: SELECT b.child_plan_id,
1464: b.child_collection_id,
1465: b.child_occurrence
1466: BULK COLLECT INTO hist_plan_tab
1467: FROM qa_pc_results_relationship b, qa_pc_plan_relationship a
1468: WHERE a.parent_plan_id = x_plan_id
1469: AND a.parent_plan_id = b.parent_plan_id
1470: AND a.child_plan_id = b.child_plan_id
1471: AND a.data_entry_mode = 4