DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on WIP_DISCRETE_JOBS

Line 1921: wip_discrete_jobs wdj

1917: if x_entity_type =6 then --6 stands for eAM work orders
1918: select count(*)
1919: into x_count
1920: from wip_entities we,
1921: wip_discrete_jobs wdj
1922: where we.wip_entity_id = wdj.wip_entity_id
1923: and we.entity_type = 6
1924: and wdj.status_type in (3,4,6);
1925: else