[Home] [Help]
[Dependency Information]
| Object Name: | XLA_BAL_CONCURRENCY_CONTROL |
|---|---|
| Object Type: | TABLE |
| Owner: | XLA |
| FND Design Data: | XLA.XLA_BAL_CONCURRENCY_CONTROL
|
| Subobject Name: | |
| Status: | VALID |
Table used for locking purpose in balances
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| 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 |
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;
XLA.XLA_BAL_CONCURRENCY_CONTROL does not reference any database object
XLA.XLA_BAL_CONCURRENCY_CONTROL is referenced by following:
XLA
XLA_BAL_CONCURRENCY_CONTROL#
|
|
|
|