DBA Data[Home] [Help]

APPS.WSMPVLDT dependencies on BOM_BILL_ALTERNATES_V

Line 6781: from bom_bill_alternates_v bba,

6777: WHERE wrji.header_id = l_header_id
6778: AND wrji.job_type = WIP_CONSTANTS.STANDARD --VJ: Added for NSLBJ--
6779: and not exists
6780: (select null
6781: from bom_bill_alternates_v bba,
6782: mtl_system_items msi --bugfix 1828859
6783: where bba.assembly_item_id = wrji.primary_item_id
6784: and bba.organization_id = wrji.organization_id
6785: and msi.inventory_item_id = bba.assembly_item_id --bugfix 1828859