DBA Data[Home] [Help]

APPS.XLA_FA_EXTRACT_PKG dependencies on XLA_UTILITY_PKG

Line 70: xla_utility_pkg.print_logfile

66: END IF;
67:
68: -- Call Product API
69: IF p_application_id = 140 THEN
70: xla_utility_pkg.print_logfile
71: ('Calling fa_xla_cmp_accounting_pkg');
72: fa_xla_cmp_accounting_pkg.compile;
73: END IF;
74:

Line 88: xla_utility_pkg.print_logfile('Technical problem: Error encountered in product API fa_xla_cmp_accounting_pkg' || l_sqlerrm);

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);
89: RAISE;
90: END Compile;
91:
92: