DBA Data[Home] [Help]

APPS.XLA_MULTIPERIOD_ACCOUNTING_PKG dependencies on XLA_MESSAGES_PKG

Line 457: p_errbuf := xla_messages_pkg.get_message;

453: -- set out variables
454: ----------------------------------------------------------------------------
455: p_accounting_batch_id := g_accounting_batch_id;
456: p_retcode := 2;
457: p_errbuf := xla_messages_pkg.get_message;
458:
459: print_logfile(p_errbuf);
460:
461: IF (C_LEVEL_ERROR >= g_log_level) THEN