DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on WIP_OPERATIONS

Line 1826: from WIP_OPERATIONS WO,

1822: if x_wip_operation_seq_num is not null then
1823: if x_entity_type =6 then --6 stands for eAM work orders
1824: select count(*)
1825: INTO x_count
1826: from WIP_OPERATIONS WO,
1827: BOM_STANDARD_OPERATIONS BSO
1828: WHERE WO.WIP_ENTITY_ID=x_wip_entity_id
1829: AND operation_seq_num=x_wip_operation_seq_num
1830: AND WO.STANDARD_OPERATION_ID = BSO.STANDARD_OPERATION_ID (+) --Bug 3557910 Added Outer JOIN