DBA Data[Home] [Help]

APPS.INV_TRANSFER_ORDER_PVT dependencies on STANDARD

Line 1723: -- Standard call to check for call compatibility

1719: l_old_trolin_rec inv_move_order_pub.trolin_rec_type;
1720: l_old_trolin_tbl inv_move_order_pub.trolin_tbl_type;
1721: l_debug number;
1722: BEGIN
1723: -- Standard call to check for call compatibility
1724: IF NOT fnd_api.compatible_api_call(l_api_version_number, p_api_version_number, l_api_name, g_pkg_name) THEN
1725: RAISE fnd_api.g_exc_unexpected_error;
1726: END IF;
1727:

Line 1894: -- Standard call to check for call compatibility

1890: l_api_name CONSTANT VARCHAR2(30) := 'Lock_Transfer_Order';
1891: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
1892: l_trolin_rec inv_move_order_pub.trolin_rec_type;
1893: BEGIN
1894: -- Standard call to check for call compatibility
1895: IF NOT fnd_api.compatible_api_call(l_api_version_number, p_api_version_number, l_api_name, g_pkg_name) THEN
1896: RAISE fnd_api.g_exc_unexpected_error;
1897: END IF;
1898:

Line 1994: -- Standard call to check for call compatibility

1990: l_api_name CONSTANT VARCHAR2(30) := 'Get_Transfer_Order';
1991: l_trohdr_rec inv_move_order_pub.trohdr_rec_type;
1992: l_trolin_tbl inv_move_order_pub.trolin_tbl_type;
1993: BEGIN
1994: -- Standard call to check for call compatibility
1995: IF NOT fnd_api.compatible_api_call(l_api_version_number, p_api_version_number, l_api_name, g_pkg_name) THEN
1996: RAISE fnd_api.g_exc_unexpected_error;
1997: END IF;
1998: