DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on XLA_ACCOUNTING_BATCHES_S

Line 935: SELECT xla_accounting_batches_s.NEXTVAL INTO g_accounting_batch_id FROM DUAL;

931:
932: ----------------------------------------------------------------------------
933: -- Fetching Accounting Batch Id
934: ----------------------------------------------------------------------------
935: SELECT xla_accounting_batches_s.NEXTVAL INTO g_accounting_batch_id FROM DUAL;
936:
937: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
938: trace
939: (p_msg => 'g_accounting_batch_id = '||g_accounting_batch_id

Line 2855: SELECT xla_accounting_batches_s.nextval INTO p_accounting_batch_id FROM DUAL;

2851: -- Following sets the session's client identifier for the purpose of global
2852: --
2853: -- application context.
2854: --
2855: SELECT xla_accounting_batches_s.nextval INTO p_accounting_batch_id FROM DUAL;
2856: g_accounting_batch_id := p_accounting_batch_id;
2857:
2858: dbms_session.set_identifier
2859: (client_id => g_accounting_batch_id);