DBA Data[Home] [Help]

APPS.INV_LPN_RESERVATIONS_PVT dependencies on INV_RESERVATION_PVT

Line 404: inv_reservation_pvt.query_reservation(

400: IF (l_debug = 1) THEN
401: debug_print('Querying for existing reservations');
402: END IF;
403:
404: inv_reservation_pvt.query_reservation(
405: p_api_version_number => 1.0
406: , p_init_msg_lst => fnd_api.g_false
407: , x_return_status => l_return_status
408: , x_msg_count => l_msg_count

Line 539: inv_reservation_pvt.update_reservation(

535: IF (l_debug = 1) THEN
536: debug_print('Calling Update Reservation');
537: END IF;
538:
539: inv_reservation_pvt.update_reservation(
540: p_api_version_number => 1.0
541: , p_init_msg_lst => fnd_api.g_false
542: , x_return_status => l_return_status
543: , x_msg_count => l_msg_count

Line 692: inv_reservation_pvt.create_reservation(

688: debug_print('Calling create_reservation');
689: END IF;
690:
691: -- INVCONV - Upgrade call for Inventory Convergence
692: inv_reservation_pvt.create_reservation(
693: p_api_version_number => 1.0
694: , p_init_msg_lst => fnd_api.g_false
695: , x_return_status => l_return_status
696: , x_msg_count => l_msg_count

Line 872: -- call inv_reservation_pvt.transfer_serial_rsv_in_LPN to

868: END IF;
869: END IF;
870:
871: /*** {{ R12 Enhanced reservations code changes ***/
872: -- call inv_reservation_pvt.transfer_serial_rsv_in_LPN to
873: -- and pass the outermost_lpn_id to transfer any serial
874: -- reservations with no lpn in the same reservation in that lpn.
875: inv_reservation_pvt.transfer_serial_rsv_in_LPN
876: (

Line 875: inv_reservation_pvt.transfer_serial_rsv_in_LPN

871: /*** {{ R12 Enhanced reservations code changes ***/
872: -- call inv_reservation_pvt.transfer_serial_rsv_in_LPN to
873: -- and pass the outermost_lpn_id to transfer any serial
874: -- reservations with no lpn in the same reservation in that lpn.
875: inv_reservation_pvt.transfer_serial_rsv_in_LPN
876: (
877: x_return_status => x_return_status
878: , x_msg_count => x_msg_count
879: , x_msg_data => x_msg_data

Line 1046: -- call inv_reservation_pvt.transfer_serial_rsv_in_LPN to

1042: END IF;
1043:
1044:
1045:
1046: -- call inv_reservation_pvt.transfer_serial_rsv_in_LPN to
1047: -- and pass the outermost_lpn_id to transfer any serial
1048: -- reservations with no lpn in the same reservation in that lpn.
1049: inv_reservation_pvt.transfer_serial_rsv_in_LPN
1050: (

Line 1049: inv_reservation_pvt.transfer_serial_rsv_in_LPN

1045:
1046: -- call inv_reservation_pvt.transfer_serial_rsv_in_LPN to
1047: -- and pass the outermost_lpn_id to transfer any serial
1048: -- reservations with no lpn in the same reservation in that lpn.
1049: inv_reservation_pvt.transfer_serial_rsv_in_LPN
1050: (
1051: x_return_status => x_return_status
1052: , x_msg_count => x_msg_count
1053: , x_msg_data => x_msg_data