DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PVT dependencies on CSI_COUNTER_ASSOCIATIONS

Line 8690: FROM csi_counter_associations

8686: /* Verify if counter association exists */
8687: BEGIN
8688: SELECT 'x'
8689: INTO l_associations_exists
8690: FROM csi_counter_associations
8691: WHERE counter_id = get_ctr_rec.instantiated_counter_id;
8692:
8693: CSI_CTR_GEN_UTILITY_PVT.ExitWithErrMsg('CSI_API_CTR_ITEM_DEL_NOTALLOW');
8694: EXCEPTION

Line 8730: FROM csi_counter_associations

8726: /* Verify if counter association exists */
8727: BEGIN
8728: SELECT 'x'
8729: INTO l_associations_exists
8730: FROM csi_counter_associations
8731: WHERE counter_id = get_ctr_rec.instantiated_counter_id;
8732:
8733: CSI_CTR_GEN_UTILITY_PVT.ExitWithErrMsg('CSI_API_CTR_ITEM_DEL_NOTALLOW');
8734: EXCEPTION