Update Subinventory to NULL on reservation
API: INV_RESERVATION_PUB.UPDATE_RESERVATION - I have been able to successfully use the update script provided by Oracle in Doc ID 729416.1 to update reservation quantity information. My end goal is to update the subinventory associated to NULL on the reservation. I can successfully update to another subinventory, but have not figured out how to make it NULL. I have tried using APPS.FND_API.G_NULL_CHAR but that does not work for me. Any ideas how I can remove the subinventory off my reservation record using the API's?