DBA Data[Home] [Help]

APPS.MTH_SUSTAIN_ASPECT_PKG dependencies on MTH_HOUR_D

Line 36: hour_pk_key mth_hour_d.hour_pk_key%TYPE,

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:
40: TYPE EntityShiftType IS RECORD (

Line 47: hour_fk_key mth_hour_d.hour_pk_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: );
50:
51: