DBA Data[Home] [Help]

APPS.WIP_FLOW_VALIDATION dependencies on BOM_BILL_ALTERNATES_V

Line 484: from bom_bill_alternates_v bba

480: and ( (alternate_bom_designator is null)
481: or (alternate_bom_designator is not null
482: and exists (
483: select 1
484: from bom_bill_alternates_v bba
485: where bba.alternate_bom_designator =
486: mti.alternate_bom_designator
487: and bba.organization_id = mti.organization_id
488: /* and bba.assembly_type = 1 */ /*changed condition to include engineering BOMs also as WOL transactions are currently supported for primary routings and erroring for alt routings due to this validation */