DBA Data[Home] [Help]

APPS.CTO_MATCH_CONFIG dependencies on BOM_INVENTORY_COMPONENTS

Line 2842: FROM bom_inventory_components bic

2838: SET (bcol.wip_supply_type,
2839: bcol.bom_item_type )=
2840: (SELECT wip_supply_type,
2841: bom_item_type
2842: FROM bom_inventory_components bic
2843: WHERE bcol.component_sequence_id = bic.component_sequence_id
2844: )
2845: where bcol.ato_line_id <>bcol.line_id;
2846: