DBA Data[Home] [Help]

APPS.WMS_TASK_MGMT_PUB dependencies on INV_RESERVATION_PUB

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

3389: END delete_transaction;
3390:
3391: -------------------------------------------------------------------------------------------------------------------
3392: /*PROCEDURE delete_details()
3393: This procedure calls inv_reservation_pub.update_reservation() to udpate/delete reservation and subsequently
3394: calls delete_transactions.
3395: */
3396: -------------------------------------------------------------------------------------------------------------------
3397: PROCEDURE delete_details( p_transaction_temp_id IN NUMBER ,

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

3432: debug_print( 'Reservation ID = ' || p_reservation_id);
3433: END IF;
3434: IF p_reservation_id IS NOT NULL THEN
3435: l_mtl_reservation_rec.reservation_id := p_reservation_id;
3436: inv_reservation_pub.query_reservation( p_api_version_number => 1.0 ,
3437: x_return_status => x_return_status ,
3438: x_msg_count => x_msg_count ,
3439: x_msg_data => x_msg_data ,
3440: p_query_input => l_mtl_reservation_rec ,

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

3509: ELSE
3510: l_mtl_reservation_tbl(1).detailed_quantity := 0;
3511: END IF;
3512: IF l_debug = 1 THEN
3513: debug_print( 'call inv_reservation_pub.update_reservation = ');
3514: END IF;
3515: inv_reservation_pub.update_reservation( p_api_version_number => 1.0 ,
3516: x_return_status => x_return_status ,
3517: x_msg_count => x_msg_count ,

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

3511: END IF;
3512: IF l_debug = 1 THEN
3513: debug_print( 'call inv_reservation_pub.update_reservation = ');
3514: END IF;
3515: inv_reservation_pub.update_reservation( p_api_version_number => 1.0 ,
3516: x_return_status => x_return_status ,
3517: x_msg_count => x_msg_count ,
3518: x_msg_data => x_msg_data ,
3519: p_original_rsv_rec => l_mtl_reservation_rec ,

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

3565: l_mtl_reservation_tbl(1).primary_reservation_quantity := l_rsv_pri_reservation_qty - ABS(p_primary_trx_qty);
3566: ELSE
3567: l_mtl_reservation_tbl(1).primary_reservation_quantity := 0;
3568: END IF;
3569: inv_reservation_pub.update_reservation( p_api_version_number => 1.0 ,
3570: x_return_status => x_return_status ,
3571: x_msg_count => x_msg_count ,
3572: x_msg_data => x_msg_data ,
3573: p_original_rsv_rec => l_mtl_reservation_rec ,

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

3575: p_original_serial_number => l_original_serial_number ,
3576: p_to_serial_number => l_to_serial_number);
3577:
3578: IF l_debug = 1 THEN
3579: debug_print( 'x_return_status from inv_reservation_pub.update_reservation ' || x_return_status);
3580: END IF;
3581: IF x_return_status <> fnd_api.g_ret_sts_success THEN
3582: IF l_debug = 1 THEN
3583: debug_print('delete_mo: Error occurred while updating reservations');

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

4148: END IF;
4149: IF (l_debug = 1) THEN
4150: debug_print( 'delete_so: Calling update_reservation api : ' );
4151: END IF;
4152: inv_reservation_pub.update_reservation( p_api_version_number => 1.0 ,
4153: p_init_msg_lst => fnd_api.g_false ,
4154: x_return_status => x_return_status ,
4155: x_msg_count => x_msg_count ,
4156: x_msg_data => x_msg_data ,