DBA Data[Home] [Help]

APPS.INV_LOGICAL_TRANSACTIONS_PVT dependencies on STANDARD

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

52: -- paren_transaction_flag is set to 1 (TRUE).
53: BEGIN
54:
55: --
56: -- Standard call to check for call compatibility
57: IF NOT fnd_api.compatible_api_call(l_api_version_number, p_api_version_number, l_api_name, g_pkg_name) THEN
58: RAISE fnd_api.g_exc_unexpected_error;
59: END IF;
60:

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

1236: debug_print('p_logical_trx_type_code = ' || p_logical_trx_type_code, 9);
1237: END IF;
1238:
1239: --
1240: -- Standard call to check for call compatibility
1241: IF NOT fnd_api.compatible_api_call(l_api_version_number, p_api_version_number, l_api_name, g_pkg_name) THEN
1242: RAISE fnd_api.g_exc_unexpected_error;
1243: END IF;
1244: