DBA Data[Home] [Help]

APPS.QA_AK_MAPPING_API dependencies on QA_PC_PLAN_RELATIONSHIP

Line 182: FROM qa_pc_plan_relationship

178: RETURN BOOLEAN IS
179:
180: CURSOR c IS
181: SELECT 1
182: FROM qa_pc_plan_relationship
183: WHERE parent_plan_id = p_plan_id
184: OR child_plan_id = p_plan_id;
185:
186: result BOOLEAN;