DBA Data[Home] [Help]

APPS.MTH_SUSTAIN_ASPECT_PKG dependencies on MTH_METER_READINGS

Line 33: meter_fk_key mth_meter_readings.meter_fk_key%type,

29: TYPE component_lookup_type IS TABLE OF component_record
30: INDEX BY BINARY_INTEGER;
31:
32: TYPE ReadingType IS RECORD (
33: meter_fk_key mth_meter_readings.meter_fk_key%type,
34: from_time mth_meter_readings.from_time%type,
35: to_time mth_meter_readings.to_time%TYPE,
36: hour_pk_key mth_hour_d.hour_pk_key%TYPE,
37: usage_value mth_meter_readings.usage_value%TYPE

Line 34: from_time mth_meter_readings.from_time%type,

30: INDEX BY BINARY_INTEGER;
31:
32: TYPE ReadingType IS RECORD (
33: meter_fk_key mth_meter_readings.meter_fk_key%type,
34: from_time mth_meter_readings.from_time%type,
35: to_time mth_meter_readings.to_time%TYPE,
36: hour_pk_key mth_hour_d.hour_pk_key%TYPE,
37: usage_value mth_meter_readings.usage_value%TYPE
38: );

Line 35: to_time mth_meter_readings.to_time%TYPE,

31:
32: TYPE ReadingType IS RECORD (
33: meter_fk_key mth_meter_readings.meter_fk_key%type,
34: from_time mth_meter_readings.from_time%type,
35: to_time mth_meter_readings.to_time%TYPE,
36: hour_pk_key mth_hour_d.hour_pk_key%TYPE,
37: usage_value mth_meter_readings.usage_value%TYPE
38: );
39:

Line 37: usage_value mth_meter_readings.usage_value%TYPE

33: meter_fk_key mth_meter_readings.meter_fk_key%type,
34: from_time mth_meter_readings.from_time%type,
35: to_time mth_meter_readings.to_time%TYPE,
36: hour_pk_key mth_hour_d.hour_pk_key%TYPE,
37: usage_value mth_meter_readings.usage_value%TYPE
38: );
39:
40: TYPE EntityShiftType IS RECORD (
41: esa_pk_key mth_entity_sustain_aspect.esa_pk_key%TYPE,

Line 44: from_time mth_meter_readings.from_time%type,

40: TYPE EntityShiftType IS RECORD (
41: esa_pk_key mth_entity_sustain_aspect.esa_pk_key%TYPE,
42: meter_fk_key mth_meter_entities.meter_fk_key%type,
43: entity_fk_key mth_meter_entities.entity_fk_key%type,
44: from_time mth_meter_readings.from_time%type,
45: to_time mth_meter_readings.to_time%TYPE,
46: shift_workday_fk_key mth_equipment_shifts_d.shift_workday_fk_key%type,
47: hour_fk_key mth_hour_d.hour_pk_key%TYPE,
48: usage_value mth_meter_readings.usage_value%TYPE

Line 45: to_time mth_meter_readings.to_time%TYPE,

41: esa_pk_key mth_entity_sustain_aspect.esa_pk_key%TYPE,
42: meter_fk_key mth_meter_entities.meter_fk_key%type,
43: entity_fk_key mth_meter_entities.entity_fk_key%type,
44: from_time mth_meter_readings.from_time%type,
45: to_time mth_meter_readings.to_time%TYPE,
46: shift_workday_fk_key mth_equipment_shifts_d.shift_workday_fk_key%type,
47: hour_fk_key mth_hour_d.hour_pk_key%TYPE,
48: usage_value mth_meter_readings.usage_value%TYPE
49: );

Line 48: usage_value mth_meter_readings.usage_value%TYPE

44: from_time mth_meter_readings.from_time%type,
45: to_time mth_meter_readings.to_time%TYPE,
46: shift_workday_fk_key mth_equipment_shifts_d.shift_workday_fk_key%type,
47: hour_fk_key mth_hour_d.hour_pk_key%TYPE,
48: usage_value mth_meter_readings.usage_value%TYPE
49: );
50:
51:
52: TYPE MeterReadingTable IS TABLE OF ReadingType;

Line 59: * in MTH_TAG_METER_READINGS_RAW into meter readings table MTH_METER_READINGS *

55:
56: /* ****************************************************************************
57: * Procedure :LOAD_RAW_TO_METER_READINGS *
58: * Description :TLoad data from tag meter raw data for energy consumption *
59: * in MTH_TAG_METER_READINGS_RAW into meter readings table MTH_METER_READINGS *
60: **************************************************************************** */
61:
62: PROCEDURE LOAD_ACT_METER_RAW_TO_READINGS(p_curr_partition IN NUMBER);
63: PROCEDURE ADD_VRT_MTS_TO_METER_READINGS (p_virtual_meter_start_date IN DATE