DBA Data[Home] [Help]

APPS.WIP_GLOBALS dependencies on MTL_SECONDARY_INVENTORIES

Line 273: FROM mtl_secondary_inventories

269: AND ORGANIZATION_ID = p_org_id;
270:
271: CURSOR sub_loc_control IS
272: SELECT LOCATOR_TYPE
273: FROM mtl_secondary_inventories
274: WHERE ORGANIZATION_ID = p_org_id
275: AND SECONDARY_INVENTORY_NAME = p_subinventory_code;
276:
277: BEGIN