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 1258: -- Standard call to check for call compatibility

1254: debug_print('p_logical_trx_type_code = ' || p_logical_trx_type_code, 9);
1255: END IF;
1256:
1257: --
1258: -- Standard call to check for call compatibility
1259: IF NOT fnd_api.compatible_api_call(l_api_version_number, p_api_version_number, l_api_name, g_pkg_name) THEN
1260: RAISE fnd_api.g_exc_unexpected_error;
1261: END IF;
1262: