DBA Data[Home] [Help]

APPS.WIP_FLOW_VALIDATION dependencies on BOM_BILL_ALTERNATES_V

Line 485: from bom_bill_alternates_v bba

481: and ( (alternate_bom_designator is null)
482: or (alternate_bom_designator is not null
483: and exists (
484: select 1
485: from bom_bill_alternates_v bba
486: where bba.alternate_bom_designator =
487: mti.alternate_bom_designator
488: and bba.organization_id = mti.organization_id
489: and bba.assembly_type = 1