DBA Data[Home] [Help]

APPS.AHL_OSP_ORDERS_PVT dependencies on MTL_SYSTEM_ITEMS_B

Line 5364: FROM mtl_system_items_b

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,
5368: c_service_item_id NUMBER,