DBA Data[Home] [Help]

APPS.MTH_SUSTAIN_ASPECT_PKG dependencies on MTH_VIRTUAL_METER_COMPONENTS

Line 1514: FROM MTH_VIRTUAL_METER_COMPONENTS

1510: IS
1511: CURSOR c_getMeterComponents(p_meter_fk_key IN NUMBER) IS
1512: SELECT virtual_meter_component_pk_key as component_pk_key,
1513: component_type, component_value
1514: FROM MTH_VIRTUAL_METER_COMPONENTS
1515: WHERE meter_fk_key = p_meter_fk_key;
1516:
1517: v_one_comp component_record;
1518: v_compoents component_lookup_type;