DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on WIP_OPERATIONS

Line 1971: from WIP_OPERATIONS WO,

1967: if x_wip_operation_seq_num is not null then
1968: if x_entity_type =6 then --6 stands for eAM work orders
1969: select count(*)
1970: INTO x_count
1971: from WIP_OPERATIONS WO,
1972: BOM_STANDARD_OPERATIONS BSO
1973: WHERE WO.WIP_ENTITY_ID=x_wip_entity_id
1974: AND operation_seq_num=x_wip_operation_seq_num
1975: AND WO.STANDARD_OPERATION_ID = BSO.STANDARD_OPERATION_ID (+) --Bug 3557910 Added Outer JOIN