DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PVT dependencies on CSI_COUNTER_RELATIONSHIP_PKG

Line 2784: CSI_COUNTER_RELATIONSHIP_PKG.Insert_Row(

2780: END IF;
2781: END IF;
2782:
2783: /* Call the table Handler */
2784: CSI_COUNTER_RELATIONSHIP_PKG.Insert_Row(
2785: px_RELATIONSHIP_ID => l_relationship_id
2786: ,p_CTR_ASSOCIATION_ID => l_ctr_association_id
2787: ,p_RELATIONSHIP_TYPE_CODE => l_relationship_type_code
2788: ,p_SOURCE_COUNTER_ID => l_source_counter_id

Line 5595: CSI_COUNTER_RELATIONSHIP_PKG.update_Row(

5591:
5592: END IF;
5593:
5594: /* Call the table Handler */
5595: CSI_COUNTER_RELATIONSHIP_PKG.update_Row(
5596: p_RELATIONSHIP_ID => p_counter_relationships_rec.relationship_id
5597: ,p_CTR_ASSOCIATION_ID => p_counter_relationships_rec.ctr_association_id
5598: ,p_RELATIONSHIP_TYPE_CODE => p_counter_relationships_rec.relationship_type_code
5599: ,p_SOURCE_COUNTER_ID => p_counter_relationships_rec.source_counter_id