DBA Data[Home] [Help]

APPS.AHL_PRD_UTIL_PKG dependencies on MTL_ITEM_LOCATIONS_KFV

Line 35: from mtl_item_locations_kfv

31: AS
32: l_subinv_code varchar2(20):= null;
33: CURSOR ahl_locator_csr(p_org_id number, p_locator_id number) is
34: select subinventory_code
35: from mtl_item_locations_kfv
36: where organization_id = p_org_id
37: and inventory_location_id = p_locator_id
38: and nvl(disable_Date, sysdate) >= sysdate;
39: