DBA Data[Home] [Help]

APPS.AHL_OSP_ORDERS_PVT dependencies on MTL_SECONDARY_INVENTORIES

Line 5344: FROM mtl_secondary_inventories

5340: AND organization_id = c_inventory_org_id;
5341: l_check_physical_item check_physical_item%ROWTYPE;
5342: CURSOR check_sub_inventory(c_organization_id NUMBER, c_sub_inventory VARCHAR2) IS
5343: SELECT 'X'
5344: FROM mtl_secondary_inventories
5345: WHERE organization_id = c_organization_id
5346: AND secondary_inventory_name = c_sub_inventory;
5347: CURSOR check_serial_number (c_inv_item_id NUMBER, c_serial_number VARCHAR2) IS
5348: SELECT 'X'