DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on BOM_BILL_ALTERNATES_V

Line 1886: from bom_bill_alternates_v bba

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