DBA Data[Home] [Help]

APPS.CSM_PARTY_DATA_EVENT_PKG dependencies on CSI_COUNTER_ASSOCIATIONS

Line 247: , csi_counter_associations cca

243: IS
244: SELECT ccb.counter_id
245: , ciia.user_id
246: FROM csi_counters_b ccb
247: , csi_counter_associations cca
248: , csm_item_instances_acc ciia
249: WHERE ccb.counter_id = cca.counter_id
250: AND cca.source_object_id = ciia.instance_id
251: AND ccb.counter_type = 'REGULAR'

Line 468: , csi_counter_associations cca

464: IS
465: SELECT ccb.counter_id
466: , ccsa.user_id
467: FROM csi_counters_b ccb
468: , csi_counter_associations cca
469: ,csm_counters_acc ccsa
470: WHERE ccb.counter_id = cca.counter_id
471: AND ccb.counter_type = 'REGULAR'
472: AND cca.source_object_code = 'CP'