DBA Data[Home] [Help]

APPS.XLA_MULTIPERIOD_ACCOUNTING_PKG dependencies on XLA_ACCOUNTING_BATCHES_S

Line 583: Select xla_accounting_batches_s.nextval

579: xla_security_pkg.set_security_context(p_application_id);
580:
581: -- Set new accounting batch id.
582:
583: Select xla_accounting_batches_s.nextval
584: into g_accounting_batch_id
585: from dual;
586:
587: IF (C_LEVEL_STATEMENT >= g_log_level) THEN