DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PVT dependencies on CSI_COUNTER_RELATIONSHIP_PKG

Line 2797: CSI_COUNTER_RELATIONSHIP_PKG.Insert_Row(

2793: END IF;
2794: END IF;
2795:
2796: /* Call the table Handler */
2797: CSI_COUNTER_RELATIONSHIP_PKG.Insert_Row(
2798: px_RELATIONSHIP_ID => l_relationship_id
2799: ,p_CTR_ASSOCIATION_ID => l_ctr_association_id
2800: ,p_RELATIONSHIP_TYPE_CODE => l_relationship_type_code
2801: ,p_SOURCE_COUNTER_ID => l_source_counter_id

Line 5616: CSI_COUNTER_RELATIONSHIP_PKG.update_Row(

5612:
5613: END IF;
5614:
5615: /* Call the table Handler */
5616: CSI_COUNTER_RELATIONSHIP_PKG.update_Row(
5617: p_RELATIONSHIP_ID => p_counter_relationships_rec.relationship_id
5618: ,p_CTR_ASSOCIATION_ID => p_counter_relationships_rec.ctr_association_id
5619: ,p_RELATIONSHIP_TYPE_CODE => p_counter_relationships_rec.relationship_type_code
5620: ,p_SOURCE_COUNTER_ID => p_counter_relationships_rec.source_counter_id