DBA Data[Home] [Help]

APPS.EAM_METERS_UTIL dependencies on CSI_COUNTER_ASSOCIATIONS

Line 163: select counter_id meter_id from csi_counter_associations

159: x_pm_id number ;
160: x_maintenance_object_id number;
161:
162: cursor meters_csr(pp_maintenance_object_id number) is
163: select counter_id meter_id from csi_counter_associations
164: where source_object_id = pp_maintenance_object_id;
165:
166: begin
167: