DBA Data[Home] [Help]

APPS.INV_RESERVATION_VALIDATE_PVT dependencies on INV_RESERVATION_PVT

Line 4777: inv_reservation_pvt.convert_missing_to_null

4773: IF (l_debug = 1) THEN
4774: debug_print('Before calling convert missing to null');
4775: END IF;
4776: -- convert the missing value in the reservation record to null
4777: inv_reservation_pvt.convert_missing_to_null
4778: (
4779: p_rsv_rec => p_orig_rsv_rec
4780: , x_rsv_rec => l_orig_rsv_rec
4781: );

Line 5217: inv_reservation_pvt.convert_missing_to_null

5213: debug_print('After demand check: to record:');
5214: END IF;
5215:
5216: -- convert the missing value in the reservation record to null
5217: inv_reservation_pvt.convert_missing_to_null
5218: (
5219: p_rsv_rec => p_to_rsv_rec
5220: , x_rsv_rec => l_to_rsv_rec
5221: );