DBA Data[Home] [Help]

APPS.BOM_OP_NETWORK_UTIL dependencies on MTL_SYSTEM_ITEMS

Line 676: FROM mtl_system_items

672: err_msg);
673: -- Get the Assembly item's completion sub-inv and loc_id
674: SELECT wip_supply_subinventory, wip_supply_locator_id
675: INTO l_item_compl_subinv, l_item_loc_id
676: FROM mtl_system_items
677: WHERE organization_id = l_org_id
678: AND inventory_item_id =l_assembly_item_id;
679:
680: err_code := 0;