DBA Data[Home] [Help]

APPS.WIP_FLOW_VALIDATION dependencies on BOM_ROUTING_ALTERNATES_V

Line 512: from bom_routing_alternates_v bra

508: and ( (alternate_routing_designator is null)
509: or (alternate_routing_designator is not null
510: and exists (
511: select 1
512: from bom_routing_alternates_v bra
513: where bra.alternate_routing_designator =
514: mti.alternate_routing_designator
515: and bra.organization_id = mti.organization_id
516: /*and bra.routing_type = 1 *//*changed condition to include engineering routings also as WOL transactions are currently supported for primary routings and erroring for alt routings due to this validation*/