DBA Data[Home] [Help]

APPS.LNS_IMPORT_LOAN_PUB dependencies on STANDARD

Line 588: -- Standard start of API savepoint

584: BEGIN
585:
586: logmessage(fnd_log.level_procedure, g_pkg_name || '.' || l_api_name || ' +');
587:
588: -- Standard start of API savepoint
589: SAVEPOINT import_loan;
590: logmessage(fnd_log.level_statement, 'Savepoint is established');
591:
592: -- Standard call to check for call compatibility

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

588: -- Standard start of API savepoint
589: SAVEPOINT import_loan;
590: logmessage(fnd_log.level_statement, 'Savepoint is established');
591:
592: -- Standard call to check for call compatibility
593:
594: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
595: RAISE fnd_api.g_exc_unexpected_error;
596: END IF;