DBA Data[Home] [Help]

APPS.QA_JRAD_PKG dependencies on QA_PC_PLAN_RELATIONSHIP

Line 194: FROM qa_pc_plan_relationship

190: RETURN BOOLEAN IS
191:
192: CURSOR c IS
193: SELECT 1
194: FROM qa_pc_plan_relationship
195: WHERE parent_plan_id = p_plan_id
196: OR child_plan_id = p_plan_id;
197:
198: result BOOLEAN;