DBA Data[Home] [Help]

APPS.QA_PARENT_CHILD_COPY_PKG dependencies on QA_PC_PLAN_REL_PKG

Line 55: QA_PC_PLAN_REL_PKG.Insert_Row(

51: p_default_parent_spec => c1_rec.default_parent_spec,
52: x_plan_relationship_id => x_new_plan_relationship_id);
53: */
54:
55: QA_PC_PLAN_REL_PKG.Insert_Row(
56: X_Rowid => x_row_id,
57: X_Plan_Relationship_Id => x_new_plan_relationship_id,
58: X_Parent_Plan_Id => p_target_parent_plan_id,
59: X_Child_Plan_id => p_target_child_plan_id,