DBA Data[Home] [Help]

APPS.XLA_MULTIPERIOD_ACCOUNTING_PKG dependencies on XLA_ACCOUNTING_BATCHES_S

Line 599: Select xla_accounting_batches_s.nextval

595: xla_security_pkg.set_security_context(p_application_id);
596:
597: -- Set new accounting batch id.
598:
599: Select xla_accounting_batches_s.nextval
600: into g_accounting_batch_id
601: from dual;
602:
603: IF (C_LEVEL_STATEMENT >= g_log_level) THEN