DBA Data[Home] [Help]

APPS.EAM_METERREADING_PUB dependencies on CSI_COUNTER_ASSOCIATIONS

Line 58: FROM csi_counter_associations csa,csi_counter_relationships ccr

54: END IF;
55:
56:
57: SELECT COUNT(1) into l_count
58: FROM csi_counter_associations csa,csi_counter_relationships ccr
59: WHERE
60: csa.source_object_id = x_maintenance_object_id
61: AND csa.counter_id = ccr.OBJECT_COUNTER_ID (+)
62: AND nvl(ccr.source_counter_id (+),csa.counter_id) = p_meter_id