DBA Data[Home] [Help]

APPS.WMS_TASK_MGMT_PUB dependencies on INV_RESERVATION_PUB

Line 3482: This procedure calls inv_reservation_pub.update_reservation() to udpate/delete reservation and subsequently

3478: END delete_transaction;
3479:
3480: -------------------------------------------------------------------------------------------------------------------
3481: /*PROCEDURE delete_details()
3482: This procedure calls inv_reservation_pub.update_reservation() to udpate/delete reservation and subsequently
3483: calls delete_transactions.
3484: */
3485: -------------------------------------------------------------------------------------------------------------------
3486: PROCEDURE delete_details( p_transaction_temp_id IN NUMBER ,

Line 3525: inv_reservation_pub.query_reservation( p_api_version_number => 1.0 ,

3521: debug_print( 'Reservation ID = ' || p_reservation_id);
3522: END IF;
3523: IF p_reservation_id IS NOT NULL THEN
3524: l_mtl_reservation_rec.reservation_id := p_reservation_id;
3525: inv_reservation_pub.query_reservation( p_api_version_number => 1.0 ,
3526: x_return_status => x_return_status ,
3527: x_msg_count => x_msg_count ,
3528: x_msg_data => x_msg_data ,
3529: p_query_input => l_mtl_reservation_rec ,

Line 3602: debug_print( 'call inv_reservation_pub.update_reservation = ');

3598: ELSE
3599: l_mtl_reservation_tbl(1).detailed_quantity := 0;
3600: END IF;
3601: IF l_debug = 1 THEN
3602: debug_print( 'call inv_reservation_pub.update_reservation = ');
3603: END IF;
3604: inv_reservation_pub.update_reservation( p_api_version_number => 1.0 ,
3605: x_return_status => x_return_status ,
3606: x_msg_count => x_msg_count ,

Line 3604: inv_reservation_pub.update_reservation( p_api_version_number => 1.0 ,

3600: END IF;
3601: IF l_debug = 1 THEN
3602: debug_print( 'call inv_reservation_pub.update_reservation = ');
3603: END IF;
3604: inv_reservation_pub.update_reservation( p_api_version_number => 1.0 ,
3605: x_return_status => x_return_status ,
3606: x_msg_count => x_msg_count ,
3607: x_msg_data => x_msg_data ,
3608: p_original_rsv_rec => l_mtl_reservation_rec ,

Line 3658: inv_reservation_pub.update_reservation( p_api_version_number => 1.0 ,

3654: l_mtl_reservation_tbl(1).primary_reservation_quantity := l_rsv_pri_reservation_qty - ABS(p_primary_trx_qty);
3655: ELSE
3656: l_mtl_reservation_tbl(1).primary_reservation_quantity := 0;
3657: END IF;
3658: inv_reservation_pub.update_reservation( p_api_version_number => 1.0 ,
3659: x_return_status => x_return_status ,
3660: x_msg_count => x_msg_count ,
3661: x_msg_data => x_msg_data ,
3662: p_original_rsv_rec => l_mtl_reservation_rec ,

Line 3668: debug_print( 'x_return_status from inv_reservation_pub.update_reservation ' || x_return_status);

3664: p_original_serial_number => l_original_serial_number ,
3665: p_to_serial_number => l_to_serial_number);
3666:
3667: IF l_debug = 1 THEN
3668: debug_print( 'x_return_status from inv_reservation_pub.update_reservation ' || x_return_status);
3669: END IF;
3670: IF x_return_status <> fnd_api.g_ret_sts_success THEN
3671: IF l_debug = 1 THEN
3672: debug_print('delete_mo: Error occurred while updating reservations');

Line 4241: inv_reservation_pub.update_reservation( p_api_version_number => 1.0 ,

4237: END IF;
4238: IF (l_debug = 1) THEN
4239: debug_print( 'delete_so: Calling update_reservation api : ' );
4240: END IF;
4241: inv_reservation_pub.update_reservation( p_api_version_number => 1.0 ,
4242: p_init_msg_lst => fnd_api.g_false ,
4243: x_return_status => x_return_status ,
4244: x_msg_count => x_msg_count ,
4245: x_msg_data => x_msg_data ,