DBA Data[Home] [Help]

APPS.INV_MO_BACKORDER_PVT dependencies on INV_RESERVATION_PUB

Line 393: inv_reservation_pub.query_reservation(

389: END IF;
390:
391: IF p_reservation_id IS NOT NULL THEN
392: l_mtl_reservation_rec.reservation_id := p_reservation_id;
393: inv_reservation_pub.query_reservation(
394: p_api_version_number => 1.0
395: , x_return_status => x_return_status
396: , x_msg_count => x_msg_count
397: , x_msg_data => x_msg_data

Line 491: DEBUG('call inv_reservation_pub.update_reservation = ', 'DELETE_DETAILS');

487: END IF;
488: /* End of Bug# 2925113 */
489:
490:
491: DEBUG('call inv_reservation_pub.update_reservation = ', 'DELETE_DETAILS');
492: inv_reservation_pub.update_reservation(
493: p_api_version_number => 1.0
494: , x_return_status => x_return_status
495: , x_msg_count => x_msg_count

Line 492: inv_reservation_pub.update_reservation(

488: /* End of Bug# 2925113 */
489:
490:
491: DEBUG('call inv_reservation_pub.update_reservation = ', 'DELETE_DETAILS');
492: inv_reservation_pub.update_reservation(
493: p_api_version_number => 1.0
494: , x_return_status => x_return_status
495: , x_msg_count => x_msg_count
496: , x_msg_data => x_msg_data

Line 587: inv_reservation_pub.update_reservation(

583: l_mtl_reservation_tbl(1).primary_reservation_quantity := 0;
584: END IF;
585: /* End of Bug# 2925113 */
586:
587: inv_reservation_pub.update_reservation(
588: p_api_version_number => 1.0
589: , x_return_status => x_return_status
590: , x_msg_count => x_msg_count
591: , x_msg_data => x_msg_data

Line 598: DEBUG('x_return_status from inv_reservation_pub.update_reservation ' || x_return_status , 'DELETE_DETAILS');

594: , p_original_serial_number => l_original_serial_number
595: , p_to_serial_number => l_to_serial_number
596: );
597:
598: DEBUG('x_return_status from inv_reservation_pub.update_reservation ' || x_return_status , 'DELETE_DETAILS');
599: IF (x_return_status = fnd_api.g_ret_sts_error) THEN
600: RAISE fnd_api.g_exc_error;
601: ELSIF(x_return_status = fnd_api.g_ret_sts_unexp_error) THEN
602: RAISE fnd_api.g_exc_unexpected_error;