DBA Data[Home] [Help] [Dependency Information]


TABLE: XLA.XLA_BAL_CONCURRENCY_CONTROL

Object Details
Object Name: XLA_BAL_CONCURRENCY_CONTROL
Object Type: TABLE
Owner: XLA
FND Design Data: TableXLA.XLA_BAL_CONCURRENCY_CONTROL
Subobject Name:
Status: VALID

Table used for locking purpose in balances

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
LEDGER_ID NUMBER

Internal identifier of the ledger for which balances program is run
APPLICATION_ID NUMBER

Internal identifier of the application for which balances program is submitted
CONCURRENCY_CLASS VARCHAR2 (30)
Action that is being performed. Value can be either BALANCES_CALCULATION, OPEN_PERIOD_BALANCE
ACCOUNTING_BATCH_ID NUMBER

Accounting Program batch Id
EXECUTION_MODE VARCHAR2 (1)
Internal identifier which indicates whether the balances program is called in online mode or in batch mode. If it is online mode EXECUTION_MODE will be O otherwise it will be C
REQUEST_ID NUMBER

Concurrent program who column. Identifier of the concurrent request that last updated this row
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT LEDGER_ID
,      APPLICATION_ID
,      CONCURRENCY_CLASS
,      ACCOUNTING_BATCH_ID
,      EXECUTION_MODE
,      REQUEST_ID
FROM XLA.XLA_BAL_CONCURRENCY_CONTROL;

Dependencies

[top of page]

XLA.XLA_BAL_CONCURRENCY_CONTROL does not reference any database object

XLA.XLA_BAL_CONCURRENCY_CONTROL is referenced by following:

SchemaXLA
ViewXLA_BAL_CONCURRENCY_CONTROL#