DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on XLA_ACCOUNTING_BATCHES_S

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

956:
957: ----------------------------------------------------------------------------
958: -- Fetching Accounting Batch Id
959: ----------------------------------------------------------------------------
960: SELECT xla_accounting_batches_s.NEXTVAL INTO g_accounting_batch_id FROM DUAL;
961:
962: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
963: trace
964: (p_msg => 'g_accounting_batch_id = '||g_accounting_batch_id

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

3071: -- Following sets the session's client identifier for the purpose of global
3072: --
3073: -- application context.
3074: --
3075: SELECT xla_accounting_batches_s.nextval INTO p_accounting_batch_id FROM DUAL;
3076: g_accounting_batch_id := p_accounting_batch_id;
3077:
3078: dbms_session.set_identifier
3079: (client_id => g_accounting_batch_id);