DBA Data[Home] [Help]

APPS.INV_TRANSFER_ORDER_PVT dependencies on STANDARD

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

1706: l_old_trolin_rec inv_move_order_pub.trolin_rec_type;
1707: l_old_trolin_tbl inv_move_order_pub.trolin_tbl_type;
1708: l_debug number;
1709: BEGIN
1710: -- Standard call to check for call compatibility
1711: IF NOT fnd_api.compatible_api_call(l_api_version_number, p_api_version_number, l_api_name, g_pkg_name) THEN
1712: RAISE fnd_api.g_exc_unexpected_error;
1713: END IF;
1714:

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

1877: l_api_name CONSTANT VARCHAR2(30) := 'Lock_Transfer_Order';
1878: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
1879: l_trolin_rec inv_move_order_pub.trolin_rec_type;
1880: BEGIN
1881: -- Standard call to check for call compatibility
1882: IF NOT fnd_api.compatible_api_call(l_api_version_number, p_api_version_number, l_api_name, g_pkg_name) THEN
1883: RAISE fnd_api.g_exc_unexpected_error;
1884: END IF;
1885:

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

1977: l_api_name CONSTANT VARCHAR2(30) := 'Get_Transfer_Order';
1978: l_trohdr_rec inv_move_order_pub.trohdr_rec_type;
1979: l_trolin_tbl inv_move_order_pub.trolin_tbl_type;
1980: BEGIN
1981: -- Standard call to check for call compatibility
1982: IF NOT fnd_api.compatible_api_call(l_api_version_number, p_api_version_number, l_api_name, g_pkg_name) THEN
1983: RAISE fnd_api.g_exc_unexpected_error;
1984: END IF;
1985: