[Home] [Help]
[Dependency Information]
| Object Name: | XLA_AC_BALANCES |
|---|---|
| Object Type: | TABLE |
| Owner: | XLA |
| FND Design Data: | XLA.XLA_AC_BALANCES
|
| Subobject Name: | |
| Status: | VALID |
This table stores supporting reference balances.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XLA_AC_BALANCES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
APPLICATION_ID
LEDGER_ID
PERIOD_NAME
CODE_COMBINATION_ID
|
| XLA_AC_BALANCES_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
CODE_COMBINATION_ID
PERIOD_NAME
LEDGER_ID
|
| XLA_AC_BALANCES_N99 | FUNCTION-BASED NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
NVL("AC1",' ')
NVL("AC2",' ')
NVL("AC3",' ')
NVL("AC4",' ')
NVL("AC5",' ')
|
| XLA_AC_BALANCES_U1 | FUNCTION-BASED NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
NVL("AC1",' ')
NVL("AC2",' ')
NVL("AC3",' ')
NVL("AC4",' ')
NVL("AC5",' ')
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLICATION_ID | NUMBER | (15) | Yes | Internal Id of the application |
| LEDGER_ID | NUMBER | (15) | Yes | Ledger id |
| CODE_COMBINATION_ID | NUMBER | (15) | Yes | Code combination id |
| ANALYTICAL_CRITERION_CODE | VARCHAR2 | (30) | Yes | Supporting reference code |
| ANALYTICAL_CRITERION_TYPE_CODE | VARCHAR2 | (1) | Yes | Supporting reference type code |
| AMB_CONTEXT_CODE | VARCHAR2 | (30) | Yes | AMB context code |
| AC1 | VARCHAR2 | (30) | Supporting reference 1 | |
| AC2 | VARCHAR2 | (30) | Supporting reference 2 | |
| AC3 | VARCHAR2 | (30) | Supporting reference 3 | |
| AC4 | VARCHAR2 | (30) | Supporting reference 4 | |
| AC5 | VARCHAR2 | (30) | Supporting reference 5 | |
| PERIOD_NAME | VARCHAR2 | (15) | Yes | Accounting period name |
| BEGINNING_BALANCE_DR | NUMBER | Begenning balance for the period (DR) | ||
| BEGINNING_BALANCE_CR | NUMBER | Begenning balance for the period (CR) | ||
| PERIOD_BALANCE_DR | NUMBER | Current balance for the period (DR): made up of the period activity | ||
| PERIOD_BALANCE_CR | NUMBER | Current balance for the period (CR): made up of the period activity | ||
| INITIAL_BALANCE_FLAG | VARCHAR2 | (1) | Flag that shows if this is an initial balance: Y: initial balance N: non initial balance | |
| FIRST_PERIOD_FLAG | VARCHAR2 | (1) | This flag indicates if this is the first period in a fiscal year for which balances have been calculated for a given key: Y: first period in a fiscal year N: not first period in a fiscal year | |
| PERIOD_YEAR | NUMBER | Fiscal year of the period | ||
| CREATION_DATE | DATE | Standard Who column | ||
| CREATED_BY | NUMBER | (15) | Standard Who column | |
| LAST_UPDATE_DATE | DATE | Standard Who column | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| PROGRAM_UPDATE_DATE | DATE | Standard Who column | ||
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Standard Who column | |
| PROGRAM_ID | NUMBER | (15) | Standard Who column | |
| REQUEST_ID | NUMBER | (15) | ||
| EFFECTIVE_PERIOD_NUM | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, LEDGER_ID
, CODE_COMBINATION_ID
, ANALYTICAL_CRITERION_CODE
, ANALYTICAL_CRITERION_TYPE_CODE
, AMB_CONTEXT_CODE
, AC1
, AC2
, AC3
, AC4
, AC5
, PERIOD_NAME
, BEGINNING_BALANCE_DR
, BEGINNING_BALANCE_CR
, PERIOD_BALANCE_DR
, PERIOD_BALANCE_CR
, INITIAL_BALANCE_FLAG
, FIRST_PERIOD_FLAG
, PERIOD_YEAR
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, PROGRAM_UPDATE_DATE
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, REQUEST_ID
, EFFECTIVE_PERIOD_NUM
FROM XLA.XLA_AC_BALANCES;
XLA.XLA_AC_BALANCES does not reference any database object
XLA.XLA_AC_BALANCES is referenced by following:
XLA
XLA_AC_BALANCES#
|
|
|
|