DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PVT dependencies on CSI_COUNTER_ASSOCIATIONS

Line 8765: FROM csi_counter_associations cca,csi_item_instances cii

8761: /* Verify if counter association exists */
8762: BEGIN
8763: SELECT 'x'
8764: INTO l_associations_exists
8765: FROM csi_counter_associations cca,csi_item_instances cii
8766: WHERE cca.counter_id = get_ctr_rec.instantiated_counter_id
8767: AND cca.SOURCE_OBJECT_ID=cii.instance_id
8768: AND cii.inventory_item_id=l_inventory_item_id;
8769:

Line 8807: FROM csi_counter_associations cca,csi_item_instances cii

8803: /* Verify if counter association exists */
8804: BEGIN
8805: SELECT 'x'
8806: INTO l_associations_exists
8807: FROM csi_counter_associations cca,csi_item_instances cii
8808: WHERE cca.counter_id = get_ctr_rec.instantiated_counter_id
8809: AND cca.SOURCE_OBJECT_ID=cii.instance_id
8810: AND cii.inventory_item_id=l_inventory_item_id;
8811: CSI_CTR_GEN_UTILITY_PVT.ExitWithErrMsg('CSI_API_CTR_ITEM_DEL_NOTALLOW');