DBA Data[Home] [Help]

APPS.XLA_FA_ACCT_HOOKS_PKG dependencies on XLA_ENVIRONMENT_PKG

Line 325: xla_environment_pkg.g_chr_newline||

321:
322: IF (C_LEVEL_EXCEPTION>= g_log_level) THEN
323: trace
324: (p_msg => 'Technical problem : Error encountered in product API for '||p_event_name||
325: xla_environment_pkg.g_chr_newline||
326: l_sqlerrm
327: ,p_level => C_LEVEL_EXCEPTION
328: ,p_module => l_log_module);
329: END IF;

Line 348: xla_environment_pkg.g_chr_newline||l_sqlerrm);

344: ,p_token_1 => 'LOCATION'
345: ,p_value_1 => 'xla_fa_acct_hooks_pkg.main'
346: ,p_token_2 => 'ERROR'
347: ,p_value_2 => 'Technical problem : Error encountered in product API for '||p_event_name||
348: xla_environment_pkg.g_chr_newline||l_sqlerrm);
349: WHEN OTHERS THEN
350: l_sqlerrm := sqlerrm;
351:
352: IF (C_LEVEL_EXCEPTION>= g_log_level) THEN

Line 355: xla_environment_pkg.g_chr_newline||l_sqlerrm

351:
352: IF (C_LEVEL_EXCEPTION>= g_log_level) THEN
353: trace
354: (p_msg => 'Technical problem : Error encountered in product API for '||p_event_name||
355: xla_environment_pkg.g_chr_newline||l_sqlerrm
356: ,p_level => C_LEVEL_EXCEPTION
357: ,p_module => l_log_module);
358: END IF;
359:

Line 377: xla_environment_pkg.g_chr_newline||l_sqlerrm);

373: ,p_token_1 => 'LOCATION'
374: ,p_value_1 => 'xla_fa_acct_hooks_pkg.main'
375: ,p_token_2 => 'ERROR'
376: ,p_value_2 => 'Technical problem : Error encountered in product API for '||p_event_name||
377: xla_environment_pkg.g_chr_newline||l_sqlerrm);
378: END main;
379:
380:
381: --=============================================================================