DBA Data[Home] [Help]

APPS.QA_PARENT_CHILD_COPY_PKG dependencies on QA_PC_ELEMENT_RELATIONSHIP

Line 87: FROM qa_pc_element_relationship

83: IS
84: CURSOR C1 IS
85: SELECT parent_char_id, child_char_id, element_relationship_type,
86: decode(link_flag,1,'Y','N') as vlink_flag
87: FROM qa_pc_element_relationship
88: WHERE plan_relationship_id = p_old_plan_relationship_id;
89:
90: l_new_element_relationship_id NUMBER;
91: BEGIN