DBA Data[Home] [Help]

APPS.QA_PARENT_CHILD_PKG dependencies on QA_PC_RESULTS_REL_PKG

Line 955: QA_PC_RESULTS_REL_PKG.Insert_Row(

951:
952: -- insert the relationships
953: -- Gapless Sequence Proj. rponnusa Wed Jul 30 04:52:45 PDT 2003
954: -- passing child_txn_header_id
955: QA_PC_RESULTS_REL_PKG.Insert_Row(
956: X_Rowid => l_rowid,
957: X_Parent_Plan_Id => p_plan_id,
958: X_Parent_Collection_Id => p_collection_id,
959: X_Parent_Occurrence => p_occurrence,

Line 1509: QA_PC_RESULTS_REL_PKG.Insert_Row(

1505: l_child_txn_header_id := p_child_txn_header_id;
1506: END IF;
1507:
1508: -- Gapless Sequence Proj passing child_txn_header_id
1509: QA_PC_RESULTS_REL_PKG.Insert_Row(
1510: X_Rowid => l_rowid,
1511: X_Parent_Plan_Id => p_parent_plan_id,
1512: X_Parent_Collection_Id => p_parent_collection_id,
1513: X_Parent_Occurrence => p_parent_occurrence,