DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GME_RESERVATIONS_PVT

Line 6944: gme_reservations_pvt.convert_dtl_reservation

6940: RAISE fnd_api.g_exc_error;
6941: END IF;
6942:
6943: /* Invoke private layer to process transactions */
6944: gme_reservations_pvt.convert_dtl_reservation
6945: (p_reservation_rec => l_reservation_rec
6946: ,p_material_details_rec => l_material_details_rec
6947: ,p_qty_convert => p_qty_convert
6948: ,p_trans_date => p_trans_date -- Bug 13532998

Line 6958: || ' Return status from gme_reservations_pvt.convert_dtl_reservation is '

6954: gme_debug.put_line
6955: ( g_pkg_name
6956: || '.'
6957: || l_api_name
6958: || ' Return status from gme_reservations_pvt.convert_dtl_reservation is '
6959: || x_return_status);
6960: END IF;
6961:
6962: IF x_return_status <> fnd_api.g_ret_sts_success THEN