DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on WIP_DISCRETE_JOBS

Line 1776: wip_discrete_jobs wdj

1772: if x_entity_type =6 then --6 stands for eAM work orders
1773: select count(*)
1774: into x_count
1775: from wip_entities we,
1776: wip_discrete_jobs wdj
1777: where we.wip_entity_id = wdj.wip_entity_id
1778: and we.entity_type = 6
1779: and wdj.status_type in (3,4,6);
1780: else