DBA Data[Home] [Help]

APPS.CTO_MATCH_CONFIG dependencies on BOM_INVENTORY_COMPONENTS

Line 2877: FROM bom_inventory_components bic

2873: SET (bcol.wip_supply_type,
2874: bcol.bom_item_type )=
2875: (SELECT wip_supply_type,
2876: bom_item_type
2877: FROM bom_inventory_components bic
2878: WHERE bcol.component_sequence_id = bic.component_sequence_id
2879: )
2880: where bcol.ato_line_id <>bcol.line_id;
2881: