DBA Data[Home] [Help]

APPS.AHL_PRD_UTIL_PKG dependencies on MTL_ITEM_LOCATIONS_KFV

Line 22: from mtl_item_locations_kfv

18: AS
19: l_subinv_code varchar2(20):= null;
20: CURSOR ahl_locator_csr(p_org_id number, p_locator_id number) is
21: select subinventory_code
22: from mtl_item_locations_kfv
23: where organization_id = p_org_id
24: and inventory_location_id = p_locator_id
25: and nvl(disable_Date, sysdate) >= sysdate;
26: