DBA Data[Home] [Help]

APPS.INV_MO_BACKORDER_PVT dependencies on INV_RESERVATION_PUB

Line 407: inv_reservation_pub.query_reservation(

403: CLOSE c_fullfill_base;
404:
405: IF p_reservation_id IS NOT NULL THEN
406: l_mtl_reservation_rec.reservation_id := p_reservation_id;
407: inv_reservation_pub.query_reservation(
408: p_api_version_number => 1.0
409: , x_return_status => x_return_status
410: , x_msg_count => x_msg_count
411: , x_msg_data => x_msg_data

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

501: END IF;
502: /* End of Bug# 2925113 */
503:
504:
505: DEBUG('call inv_reservation_pub.update_reservation = ', 'DELETE_DETAILS');
506: inv_reservation_pub.update_reservation(
507: p_api_version_number => 1.0
508: , x_return_status => x_return_status
509: , x_msg_count => x_msg_count

Line 506: inv_reservation_pub.update_reservation(

502: /* End of Bug# 2925113 */
503:
504:
505: DEBUG('call inv_reservation_pub.update_reservation = ', 'DELETE_DETAILS');
506: inv_reservation_pub.update_reservation(
507: p_api_version_number => 1.0
508: , x_return_status => x_return_status
509: , x_msg_count => x_msg_count
510: , x_msg_data => x_msg_data

Line 615: inv_reservation_pub.update_reservation(

611: END IF ;
612: --
613: /* End of Bug# 2925113 */
614:
615: inv_reservation_pub.update_reservation(
616: p_api_version_number => 1.0
617: , x_return_status => x_return_status
618: , x_msg_count => x_msg_count
619: , x_msg_data => x_msg_data

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

622: , p_original_serial_number => l_original_serial_number
623: , p_to_serial_number => l_to_serial_number
624: );
625:
626: DEBUG('x_return_status from inv_reservation_pub.update_reservation ' || x_return_status , 'DELETE_DETAILS');
627: IF (x_return_status = fnd_api.g_ret_sts_error) THEN
628: RAISE fnd_api.g_exc_error;
629: ELSIF(x_return_status = fnd_api.g_ret_sts_unexp_error) THEN
630: RAISE fnd_api.g_exc_unexpected_error;