DBA Data[Home] [Help]

APPS.INV_LPN_RESERVATIONS_PVT dependencies on INV_RESERVATION_PVT

Line 446: inv_reservation_pvt.query_reservation(

442: IF (l_debug = 1) THEN
443: debug_print('Querying for existing reservations');
444: END IF;
445:
446: inv_reservation_pvt.query_reservation(
447: p_api_version_number => 1.0
448: , p_init_msg_lst => fnd_api.g_false
449: , x_return_status => l_return_status
450: , x_msg_count => l_msg_count

Line 582: inv_reservation_pvt.update_reservation(

578: IF (l_debug = 1) THEN
579: debug_print('Calling Update Reservation');
580: END IF;
581:
582: inv_reservation_pvt.update_reservation(
583: p_api_version_number => 1.0
584: , p_init_msg_lst => fnd_api.g_false
585: , x_return_status => l_return_status
586: , x_msg_count => l_msg_count

Line 744: inv_reservation_pvt.create_reservation(

740: debug_print('Calling create_reservation');
741: END IF;
742:
743: -- INVCONV - Upgrade call for Inventory Convergence
744: inv_reservation_pvt.create_reservation(
745: p_api_version_number => 1.0
746: , p_init_msg_lst => fnd_api.g_false
747: , x_return_status => l_return_status
748: , x_msg_count => l_msg_count

Line 916: inv_reservation_pvt.update_reservation

912:
913: IF (l_debug = 1) THEN
914: debug_print('Try to use API to Update MR');
915: END IF;
916: inv_reservation_pvt.update_reservation
917: (p_api_version_number => 1.0,
918: p_init_msg_lst => fnd_api.g_false,
919: x_return_status => x_return_status,
920: x_msg_count => x_msg_count,

Line 966: inv_reservation_pvt.delete_reservation(

962: IF (l_debug = 1) THEN
963: debug_print(l_api_name||': l_rsv_rec.reservation_id '|| l_rsv_rec.reservation_id);
964: END IF;
965:
966: inv_reservation_pvt.delete_reservation(
967: p_api_version_number => 1.0
968: , p_init_msg_lst => fnd_api.g_false
969: , x_return_status => x_return_status
970: , x_msg_count => x_msg_count

Line 991: -- call inv_reservation_pvt.transfer_serial_rsv_in_LPN to

987: END LOOP;
988: CLOSE mrc;
989: END IF;
990:
991: -- call inv_reservation_pvt.transfer_serial_rsv_in_LPN to
992: -- and pass the outermost_lpn_id to transfer any serial
993: -- reservations with no lpn in the same reservation in that lpn.
994: inv_reservation_pvt.transfer_serial_rsv_in_LPN
995: (

Line 994: inv_reservation_pvt.transfer_serial_rsv_in_LPN

990:
991: -- call inv_reservation_pvt.transfer_serial_rsv_in_LPN to
992: -- and pass the outermost_lpn_id to transfer any serial
993: -- reservations with no lpn in the same reservation in that lpn.
994: inv_reservation_pvt.transfer_serial_rsv_in_LPN
995: (
996: x_return_status => x_return_status
997: , x_msg_count => x_msg_count
998: , x_msg_data => x_msg_data

Line 1153: inv_reservation_pvt.update_reservation

1149:
1150: IF (l_debug = 1) THEN
1151: debug_print('Try to use API to Update MR');
1152: END IF;
1153: inv_reservation_pvt.update_reservation
1154: (p_api_version_number => 1.0,
1155: p_init_msg_lst => fnd_api.g_false,
1156: x_return_status => x_return_status,
1157: x_msg_count => x_msg_count,

Line 1203: inv_reservation_pvt.delete_reservation(

1199: IF (l_debug = 1) THEN
1200: debug_print(l_api_name||': l_rsv_rec.reservation_id '|| l_rsv_rec.reservation_id);
1201: END IF;
1202:
1203: inv_reservation_pvt.delete_reservation(
1204: p_api_version_number => 1.0
1205: , p_init_msg_lst => fnd_api.g_false
1206: , x_return_status => x_return_status
1207: , x_msg_count => x_msg_count

Line 1228: -- call inv_reservation_pvt.transfer_serial_rsv_in_LPN to

1224: END LOOP;
1225: CLOSE mrc;
1226: END IF;
1227:
1228: -- call inv_reservation_pvt.transfer_serial_rsv_in_LPN to
1229: -- and pass the outermost_lpn_id to transfer any serial
1230: -- reservations with no lpn in the same reservation in that lpn.
1231: inv_reservation_pvt.transfer_serial_rsv_in_LPN
1232: (

Line 1231: inv_reservation_pvt.transfer_serial_rsv_in_LPN

1227:
1228: -- call inv_reservation_pvt.transfer_serial_rsv_in_LPN to
1229: -- and pass the outermost_lpn_id to transfer any serial
1230: -- reservations with no lpn in the same reservation in that lpn.
1231: inv_reservation_pvt.transfer_serial_rsv_in_LPN
1232: (
1233: x_return_status => x_return_status
1234: , x_msg_count => x_msg_count
1235: , x_msg_data => x_msg_data