DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on XLA_MESSAGES_PKG

Line 1427: p_errbuf := xla_messages_pkg.get_message;

1423: -- set out variables
1424: ----------------------------------------------------------------------------
1425: p_accounting_batch_id := g_accounting_batch_id;
1426: p_retcode := 2;
1427: p_errbuf := xla_messages_pkg.get_message;
1428:
1429: print_logfile(p_errbuf);
1430:
1431: IF (C_LEVEL_ERROR >= g_log_level) THEN

Line 1795: p_errbuf := xla_messages_pkg.get_message;

1791: ----------------------------------------------------------------------------
1792: -- set out variables
1793: ----------------------------------------------------------------------------
1794: p_retcode := 2;
1795: p_errbuf := xla_messages_pkg.get_message;
1796:
1797: print_logfile(p_errbuf);
1798:
1799: IF (C_LEVEL_ERROR >= g_log_level) THEN

Line 2508: p_errbuf := xla_messages_pkg.get_message;

2504: WHEN xla_exceptions_pkg.application_exception THEN
2505: ----------------------------------------------------------------------------
2506: -- Following stores the error message in the accounting log table
2507: ----------------------------------------------------------------------------
2508: p_errbuf := xla_messages_pkg.get_message;
2509: p_retcode := 2;
2510:
2511: IF (C_LEVEL_ERROR >= g_log_level) THEN
2512: trace

Line 3163: p_errbuf := xla_messages_pkg.get_message;

3159: -- set out variables
3160: ----------------------------------------------------------------------------
3161: p_accounting_batch_id := g_accounting_batch_id;
3162: p_retcode := 2;
3163: p_errbuf := xla_messages_pkg.get_message;
3164:
3165: IF (C_LEVEL_EXCEPTION >= g_log_level) THEN
3166: trace
3167: (p_msg => p_errbuf

Line 5535: xla_messages_pkg.build_message

5531: ,p_event_id => null
5532: ,p_ledger_id => l_array_ledgers(i)
5533: ,p_accounting_batch_id => g_accounting_batch_id);
5534: --------------------------------------------------------------------------------------------------*/
5535: xla_messages_pkg.build_message
5536: (p_appli_s_name => 'XLA'
5537: ,p_msg_name => 'XLA_AP_PAD_INACTIVE'
5538: ,p_token_1 => 'PAD_NAME'
5539: ,p_value_1 => l_array_ledger_pad(k).ledger_product_rule_name

Line 5696: xla_messages_pkg.build_message

5692: ,p_target_ledger_id => l_array_ledgers(i));
5693:
5694: l_count := l_count + 1;
5695:
5696: xla_messages_pkg.build_message
5697: (p_appli_s_name => 'XLA'
5698: ,p_msg_name => 'XLA_AP_PAD_INACTIVE'
5699: ,p_token_1 => 'PAD_NAME'
5700: ,p_value_1 => l_pad_name