DBA Data[Home] [Help]

APPS.OPI_DBI_MTL_VARIANCE_PKG dependencies on WIP_DISCRETE_JOBS

Line 1662: wip_discrete_jobs wdj,

1658: wdj.status_type status_type,
1659: wdj.start_quantity start_qty,
1660: wdj.quantity_completed actual_qty_completed
1661: FROM
1662: wip_discrete_jobs wdj,
1663: wip_entities we
1664: WHERE wdj.Status_Type <> 12 -- Not closed
1665: AND we.entity_type IN (1,3, 5)
1666: AND wdj.job_type = 1 -- Standard Jobs only