DBA Data[Home] [Help]

APPS.XLA_FA_EXTRACT_PKG dependencies on FA_XLA_CMP_ACCOUNTING_PKG

Line 71: ('Calling fa_xla_cmp_accounting_pkg');

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:
75: --

Line 72: fa_xla_cmp_accounting_pkg.compile;

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:
75: --
76:

Line 83: (p_msg => 'Technical problem : Error encountered in fa_xla_cmp_accounting_pkg '||

79: l_sqlerrm := 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;

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: