DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on XLA_MESSAGES_PKG

Line 1584: p_errbuf := xla_messages_pkg.get_message;

1580: -- set out variables
1581: ----------------------------------------------------------------------------
1582: p_accounting_batch_id := g_accounting_batch_id;
1583: p_retcode := 2;
1584: p_errbuf := xla_messages_pkg.get_message;
1585:
1586: print_logfile(p_errbuf);
1587:
1588: IF (C_LEVEL_ERROR >= g_log_level) THEN

Line 1955: p_errbuf := xla_messages_pkg.get_message;

1951: ----------------------------------------------------------------------------
1952: -- set out variables
1953: ----------------------------------------------------------------------------
1954: p_retcode := 2;
1955: p_errbuf := xla_messages_pkg.get_message;
1956:
1957: print_logfile(p_errbuf);
1958:
1959: IF (C_LEVEL_ERROR >= g_log_level) THEN

Line 2728: p_errbuf := xla_messages_pkg.get_message;

2724: WHEN xla_exceptions_pkg.application_exception THEN
2725: ----------------------------------------------------------------------------
2726: -- Following stores the error message in the accounting log table
2727: ----------------------------------------------------------------------------
2728: p_errbuf := xla_messages_pkg.get_message;
2729: p_retcode := 2;
2730:
2731: IF (C_LEVEL_ERROR >= g_log_level) THEN
2732: trace

Line 3400: p_errbuf := xla_messages_pkg.get_message;

3396: -- set out variables
3397: ----------------------------------------------------------------------------
3398: p_accounting_batch_id := g_accounting_batch_id;
3399: p_retcode := 2;
3400: p_errbuf := xla_messages_pkg.get_message;
3401:
3402: IF (C_LEVEL_EXCEPTION >= g_log_level) THEN
3403: trace
3404: (p_msg => p_errbuf

Line 5912: xla_messages_pkg.build_message

5908: ,p_event_id => null
5909: ,p_ledger_id => l_array_ledgers(i)
5910: ,p_accounting_batch_id => g_accounting_batch_id);
5911: --------------------------------------------------------------------------------------------------*/
5912: xla_messages_pkg.build_message
5913: (p_appli_s_name => 'XLA'
5914: ,p_msg_name => 'XLA_AP_PAD_INACTIVE'
5915: ,p_token_1 => 'PAD_NAME'
5916: ,p_value_1 => l_array_ledger_pad(k).ledger_product_rule_name

Line 6074: xla_messages_pkg.build_message

6070: ,p_target_ledger_id => l_array_ledgers(i));
6071:
6072: l_count := l_count + 1;
6073:
6074: xla_messages_pkg.build_message
6075: (p_appli_s_name => 'XLA'
6076: ,p_msg_name => 'XLA_AP_PAD_INACTIVE'
6077: ,p_token_1 => 'PAD_NAME'
6078: ,p_value_1 => l_pad_name