DBA Data[Home] [Help]

APPS.MTH_PROCESS_REASON_PKG dependencies on MTH_EQUIP_OUTPUT

Line 146: mth_equip_output meo

142: tag_data,
143: reading_time
144: FROM mth_tag_readings_err mte
145: WHERE mte.processed_flag = 0) mtr,
146: mth_equip_output meo
147: WHERE mtr.reading_time = meo.reading_time
148: AND mtr.equipment_fk_key = meo.equipment_fk_key
149: AND meo.last_update_date <= v_log_date
150: AND mtr.mth_entity = 13);

Line 277: mth_equip_output meo

273: reading_time
274: FROM mth_tag_readings_err mte
275: WHERE mte.processed_flag = 0
276: ) mtr,
277: mth_equip_output meo
278: WHERE mtr.reading_time = meo.reading_time
279: AND mtr.equipment_fk_key = meo.equipment_fk_key
280: AND meo.last_update_date BETWEEN v_run_log_from_date AND v_run_log_to_date
281: AND mtr.mth_entity = 13)mtr