DBA Data[Home] [Help]

APPS.MTH_PROCESS_OUTPUT_PKG dependencies on MTH_ITEMS_D

Line 725: FROM mth_items_d mid,

721: -- Validation for Invalid Item
722: UPDATE mth_equip_output_stg stg
723: SET stg.err_code = stg.err_code || 'ITM '
724: WHERE NOT EXISTS ( SELECT * FROM ( SELECT mid.item_pk_key, mid.item_pk
725: FROM mth_items_d mid,
726: mth_equip_output_stg stg
727: WHERE mid.item_pk = stg.item_fk) itm
728: WHERE itm.item_pk = stg.item_fk
729: AND stg.processing_flag = v_processing_flag );

Line 1105: mth_items_d mid,

1101: mhd.hour_pk_key
1102: FROM mth_equip_output_stg stg,
1103: mth_equipments_d med,
1104: mth_workday_shifts_d wds,
1105: mth_items_d mid,
1106: mth_production_segments_f msf,
1107: mth_production_schedules_f mps,
1108: mth_systems_setup mss,
1109: mth_user_dim_entities_mst mue1,

Line 1285: FROM mth_items_d mid,

1281: -- Validation for Invalid Item
1282: UPDATE mth_equip_output_stg stg
1283: SET stg.err_code = stg.err_code || 'ITM '
1284: WHERE NOT EXISTS ( SELECT * FROM ( SELECT mid.item_pk_key, mid.item_pk
1285: FROM mth_items_d mid,
1286: mth_equip_output_stg stg
1287: WHERE mid.item_pk = stg.item_fk) itm
1288: WHERE itm.item_pk = stg.item_fk
1289: AND stg.processing_flag = v_processing_flag );

Line 1668: mth_items_d mid,

1664: mhd.hour_pk_key
1665: FROM mth_equip_output_stg stg,
1666: mth_equipments_d med,
1667: mth_workday_shifts_d wds,
1668: mth_items_d mid,
1669: mth_production_segments_f msf,
1670: mth_production_schedules_f mps,
1671: mth_systems_setup mss,
1672: mth_user_dim_entities_mst mue1,

Line 1907: FROM mth_items_d mid,

1903: -- Validation for Invalid Item
1904: UPDATE mth_equip_output_stg stg
1905: SET stg.err_code = stg.err_code || 'ITM '
1906: WHERE NOT EXISTS ( SELECT * FROM ( SELECT mid.item_pk_key, mid.item_pk
1907: FROM mth_items_d mid,
1908: mth_equip_output_stg stg
1909: WHERE mid.item_pk = stg.item_fk) itm
1910: WHERE itm.item_pk = stg.item_fk );
1911: mth_util_pkg.log_msg('Number of rows with ITM in MTH_EQUIP_OUTPUT_STG - ' || SQL%ROWCOUNT, mth_util_pkg.G_DBG_ROW_CNT);

Line 2227: mth_items_d mid,

2223: mhd.hour_pk_key
2224: FROM mth_equip_output_stg stg,
2225: mth_equipments_d med,
2226: mth_workday_shifts_d wds,
2227: mth_items_d mid,
2228: mth_production_segments_f msf,
2229: mth_production_schedules_f mps,
2230: mth_systems_setup mss,
2231: mth_user_dim_entities_mst mue1,