DBA Data[Home] [Help]

APPS.INV_RESERVATION_VALIDATE_PVT dependencies on INV_GLOBALS

Line 2141: IF l_rec.reservable_type = inv_globals.g_subinventory_non_reservable

2137: l_default_onhand_status_id := inv_cache.org_rec.default_status_id;
2138: END IF;
2139:
2140: IF l_default_onhand_status_id IS NULL THEN
2141: IF l_rec.reservable_type = inv_globals.g_subinventory_non_reservable
2142: THEN /* non reservable Subinventory */
2143: fnd_message.set_name('INV','INV-SUBINV NOT RESERVABLE');
2144: fnd_message.set_token('SUBINV', l_rec.secondary_inventory_name);
2145: fnd_msg_pub.add;