DBA Data[Home] [Help]

APPS.EAM_DOWNTIME_PUB dependencies on WIP_DISCRETE_JOBS

Line 59: FROM wip_discrete_jobs wdj,

55: decode (wdj.shutdown_type, 2, wdj.shutdown_type, 3, wdj.shutdown_type, wo.shutdown_type ) shutdown_type,
56: wdj.firm_planned_flag, msn.current_organization_id prod_org_id, msn.inventory_item_id equipment_item_id,
57: msn.serial_number eqp_serial_number, bdri.department_id, bre.resource_id, bre.instance_id,
58: 1 as downtime_source_code
59: FROM wip_discrete_jobs wdj,
60: wip_entities we,
61: mtl_serial_numbers msn,
62: csi_item_instances cii,
63: mtl_parameters mp,