DBA Data[Home] [Help]

APPS.EAM_PMDEF_PUB dependencies on CSI_COUNTER_ASSOCIATIONS

Line 410: from CSI_COUNTER_ASSOCIATIONS cca, CSI_COUNTERS_B ccb

406: if (a_pm_rule.meter_id is not null) then
407:
408: --added for performance issues.
409: select cca.counter_id into l_meter_id
410: from CSI_COUNTER_ASSOCIATIONS cca, CSI_COUNTERS_B ccb
411: where cca.counter_id = ccb.counter_id
412: and ccb.created_from_counter_tmpl_id=a_pm_rule.meter_id
413: and cca.source_object_id= l_maintenance_object_id ;
414: