DBA Data[Home] [Help]

APPS.INV_MWB_LOCATION_TREE dependencies on MTL_SECONDARY_INVENTORIES

Line 271: FROM mtl_secondary_inventories

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