DBA Data[Home] [Help]

APPS.INV_RESERVATION_VALIDATE_PVT dependencies on INV_GLOBALS

Line 2264: IF l_rec.reservable_type = inv_globals.g_subinventory_non_reservable

2260: l_default_onhand_status_id := inv_cache.org_rec.default_status_id;
2261: END IF;
2262:
2263: IF l_default_onhand_status_id IS NULL THEN
2264: IF l_rec.reservable_type = inv_globals.g_subinventory_non_reservable
2265: THEN /* non reservable Subinventory */
2266: fnd_message.set_name('INV','INV-SUBINV NOT RESERVABLE');
2267: fnd_message.set_token('SUBINV', l_rec.secondary_inventory_name);
2268: fnd_msg_pub.add;