DBA Data[Home] [Help]

APPS.INV_RESERVATION_VALIDATE_PVT dependencies on INV_RESERVATION_PVT

Line 4613: inv_reservation_pvt.convert_missing_to_null

4609: IF (l_debug = 1) THEN
4610: debug_print('Before calling convert missing to null');
4611: END IF;
4612: -- convert the missing value in the reservation record to null
4613: inv_reservation_pvt.convert_missing_to_null
4614: (
4615: p_rsv_rec => p_orig_rsv_rec
4616: , x_rsv_rec => l_orig_rsv_rec
4617: );

Line 5053: inv_reservation_pvt.convert_missing_to_null

5049: debug_print('After demand check: to record:');
5050: END IF;
5051:
5052: -- convert the missing value in the reservation record to null
5053: inv_reservation_pvt.convert_missing_to_null
5054: (
5055: p_rsv_rec => p_to_rsv_rec
5056: , x_rsv_rec => l_to_rsv_rec
5057: );