DBA Data[Home] [Help]

APPS.XLA_EXCEPTIONS_PKG dependencies on XLA_ENVIRONMENT_PKG

Line 63: || xla_environment_pkg.g_chr_newline

59: IS
60:
61: BEGIN
62: xla_utility_pkg.trace('Failure = '
63: || xla_environment_pkg.g_chr_newline
64: || xla_exceptions_pkg.exception_text ,100);
65: NULL;
66: END;
67: