DBA Data[Home] [Help]

APPS.INV_RCV_COMMON_APIS dependencies on INV_SHORTCHECKEXEC_PVT

Line 6544: inv_shortcheckexec_pvt.checkprerequisites(

6540: BEGIN
6541: x_return_status := fnd_api.g_ret_sts_success;
6542: l_progress := '10';
6543: --
6544: inv_shortcheckexec_pvt.checkprerequisites(
6545: p_api_version => 1.0
6546: , p_init_msg_list => 'F'
6547: , x_return_status => x_return_status
6548: , x_msg_count => x_msg_count

Line 6572: inv_shortcheckexec_pvt.execcheck(

6568: END IF;
6569:
6570: --
6571: IF l_check_result = 'T' THEN
6572: inv_shortcheckexec_pvt.execcheck(
6573: p_api_version => 1.0
6574: , p_init_msg_list => 'F'
6575: , p_commit => 'F'
6576: , x_return_status => x_return_status