DBA Data[Home] [Help]

APPS.XLA_MULTIPERIOD_ACCOUNTING_PKG dependencies on XLA_MESSAGES_PKG

Line 473: p_errbuf := xla_messages_pkg.get_message;

469: -- set out variables
470: ----------------------------------------------------------------------------
471: p_accounting_batch_id := g_accounting_batch_id;
472: p_retcode := 2;
473: p_errbuf := xla_messages_pkg.get_message;
474:
475: print_logfile(p_errbuf);
476:
477: IF (C_LEVEL_ERROR >= g_log_level) THEN