DBA Data[Home] [Help]

APPS.AHL_OSP_ORDERS_PVT dependencies on MTL_SECONDARY_INVENTORIES

Line 4994: FROM mtl_secondary_inventories

4990: AND organization_id = c_inventory_org_id;
4991: l_check_physical_item check_physical_item%ROWTYPE;
4992: CURSOR check_sub_inventory(c_organization_id NUMBER, c_sub_inventory VARCHAR2) IS
4993: SELECT 'X'
4994: FROM mtl_secondary_inventories
4995: WHERE organization_id = c_organization_id
4996: AND secondary_inventory_name = c_sub_inventory;
4997: CURSOR check_serial_number (c_inv_item_id NUMBER, c_serial_number VARCHAR2) IS
4998: SELECT 'X'