DBA Data[Home] [Help]

APPS.INV_LOGICAL_TRANSACTIONS_PUB dependencies on STANDARD

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

801: print_debug('p_transaction_id = ' || p_transaction_id, 9);
802: print_debug('p_transaction_temp_id = ' || p_transaction_temp_id, 9);
803: END IF;
804:
805: -- Standard call to check for call compatibility
806: IF NOT fnd_api.compatible_api_call(l_api_version_number,
807: l_in_api_version_number, l_api_name, g_pkg_name) THEN
808: RAISE fnd_api.g_exc_unexpected_error;
809: END IF;

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

1489: print_debug('p_logical_trx_type_code = ' || p_logical_trx_type_code, 9);
1490: print_debug('p_exploded_flag = ' || p_exploded_flag, 9);
1491: END IF;
1492:
1493: -- Standard call to check for call compatibility
1494: IF NOT fnd_api.compatible_api_call(l_api_version_number,
1495: l_in_api_version_number, l_api_name, g_pkg_name) THEN
1496: RAISE fnd_api.g_exc_unexpected_error;
1497: END IF;

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

3707: print_debug('Before calling compatible API', 9);
3708: END IF;
3709:
3710:
3711: -- Standard call to check for call compatibility
3712: IF NOT fnd_api.compatible_api_call
3713: (l_api_version_number, l_in_api_version_number, l_api_name, g_pkg_name) THEN
3714: RAISE fnd_api.g_exc_unexpected_error;
3715: END IF;

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

4354: print_debug('p_transaction_id = ' || p_transaction_id, 9);
4355: print_debug('p_transaction_temp_id = ' || p_transaction_temp_id, 9);
4356: END IF;
4357:
4358: -- Standard call to check for call compatibility
4359: IF NOT fnd_api.compatible_api_call(l_api_version_number,
4360: l_in_api_version_number, l_api_name, g_pkg_name)
4361: THEN
4362: RAISE fnd_api.g_exc_unexpected_error;