DBA Data[Home] [Help]

APPS.XLA_FA_EXTRACT_PKG dependencies on XLA_ENVIRONMENT_PKG

Line 84: xla_environment_pkg.g_chr_newline||l_sqlerrm

80:
81: IF (C_LEVEL_EXCEPTION>= g_log_level) THEN
82: trace
83: (p_msg => 'Technical problem : Error encountered in fa_xla_cmp_accounting_pkg '||
84: xla_environment_pkg.g_chr_newline||l_sqlerrm
85: ,p_level => C_LEVEL_EXCEPTION
86: ,p_module => l_log_module);
87: END IF;
88: xla_utility_pkg.print_logfile('Technical problem: Error encountered in product API fa_xla_cmp_accounting_pkg' || l_sqlerrm);