DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on BOM_BILL_ALTERNATES_V

Line 1884: from bom_bill_alternates_v bba

1880: and wjsi.process_status in (WIP_CONSTANTS.RUNNING, WIP_CONSTANTS.WARNING)
1881: and wjsi.alternate_bom_designator <> fnd_api.g_miss_char
1882: and ( (wjsi.alternate_bom_designator is not null
1883: and not exists (select 1
1884: from bom_bill_alternates_v bba
1885: where bba.alternate_bom_designator = wjsi.alternate_bom_designator
1886: and bba.organization_id = wjsi.organization_id
1887: and bba.assembly_item_id = decode(wjsi.load_type,
1888: wip_constants.create_ns_job, wjsi.bom_reference_id,