DBA Data[Home] [Help]

APPS.INV_MWB_LOCATION_TREE dependencies on MTL_SECONDARY_INVENTORIES

Line 274: FROM mtl_secondary_inventories

270: AND inv_mwb_globals.g_tree_subinventory_code IS NOT NULL THEN
271:
272: SELECT locator_type
273: INTO loc_type
274: FROM mtl_secondary_inventories
275: WHERE secondary_inventory_name = inv_mwb_globals.g_tree_subinventory_code
276: AND organization_id = inv_mwb_globals.g_tree_organization_id;
277:
278: IF loc_type = 1 THEN