DBA Data[Home] [Help]

APPS.INV_LOGICAL_TRANSACTIONS_PUB dependencies on STANDARD

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

785: print_debug('p_transaction_id = ' || p_transaction_id, 9);
786: print_debug('p_transaction_temp_id = ' || p_transaction_temp_id, 9);
787: END IF;
788:
789: -- Standard call to check for call compatibility
790: IF NOT fnd_api.compatible_api_call(l_api_version_number,
791: l_in_api_version_number, l_api_name, g_pkg_name) THEN
792: RAISE fnd_api.g_exc_unexpected_error;
793: END IF;

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

1472: print_debug('p_logical_trx_type_code = ' || p_logical_trx_type_code, 9);
1473: print_debug('p_exploded_flag = ' || p_exploded_flag, 9);
1474: END IF;
1475:
1476: -- Standard call to check for call compatibility
1477: IF NOT fnd_api.compatible_api_call(l_api_version_number,
1478: l_in_api_version_number, l_api_name, g_pkg_name) THEN
1479: RAISE fnd_api.g_exc_unexpected_error;
1480: END IF;

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

3620: print_debug('Before calling compatible API', 9);
3621: END IF;
3622:
3623:
3624: -- Standard call to check for call compatibility
3625: IF NOT fnd_api.compatible_api_call
3626: (l_api_version_number, l_in_api_version_number, l_api_name, g_pkg_name) THEN
3627: RAISE fnd_api.g_exc_unexpected_error;
3628: END IF;

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

4267: print_debug('p_transaction_id = ' || p_transaction_id, 9);
4268: print_debug('p_transaction_temp_id = ' || p_transaction_temp_id, 9);
4269: END IF;
4270:
4271: -- Standard call to check for call compatibility
4272: IF NOT fnd_api.compatible_api_call(l_api_version_number,
4273: l_in_api_version_number, l_api_name, g_pkg_name)
4274: THEN
4275: RAISE fnd_api.g_exc_unexpected_error;