DBA Data[Home] [Help]

APPS.AHL_OSP_ORDERS_PVT dependencies on AHL_OSP_QUERIES_PVT

Line 5363: SELECT ahl_osp_queries_pvt.get_onhand_quantity(c_inv_org_id, c_subinv, c_inv_item_id, c_lot_number) onhand_quantity, primary_uom_code uom_code

5359: -- Modified by mpothuku on 27-Feb-06 to fix the Perf Bug #4919164 and also added subinventory to
5360: --calculate the onhand quantity correctly.
5361: CURSOR get_onhand_quantity(c_inv_item_id NUMBER, c_inv_org_id NUMBER, c_subinv VARCHAR2, c_lot_number VARCHAR2) IS
5362: --Added by mpothuku on 23rd Aug, 06 to fix the Bug 5252627
5363: SELECT ahl_osp_queries_pvt.get_onhand_quantity(c_inv_org_id, c_subinv, c_inv_item_id, c_lot_number) onhand_quantity, primary_uom_code uom_code
5364: FROM mtl_system_items_b
5365: WHERE inventory_item_id = c_inv_item_id
5366: AND organization_id = c_inv_org_id;
5367: CURSOR check_phy_ser_item_unique(c_osp_order_id NUMBER,