[Home] [Help]
[Dependency Information]
| Object Name: | XLA_ANALYTICAL_BALANCES |
|---|---|
| Object Type: | TABLE |
| Owner: | XLA |
| FND Design Data: | XLA.XLA_ANALYTICAL_BALANCES
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XLA_ANALYTICAL_BALANCES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
APPLICATION_ID
LEDGER_ID
CODE_COMBINATION_ID
ANALYTICAL_DETAIL_VALUE_ID
PERIOD_NAME
|
| XLA_ANALYTICAL_BALANCES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
APPLICATION_ID
LEDGER_ID
CODE_COMBINATION_ID
PERIOD_NAME
|
| 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 | Account Code combination id |
| ANALYTICAL_DETAIL_VALUE_ID | NUMBER | (15) | Yes | Analytical detail value identifier |
| PERIOD_NAME | VARCHAR2 | (15) | Yes | Accounting period name |
| BEGINNING_BALANCE_DR | NUMBER | Beginning balance for the period (DR) | ||
| BEGINNING_BALANCE_CR | NUMBER | Beginning 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 | ||
| DRAFT_BEGINNING_BALANCE_DR | NUMBER | Draft beginning balance for the period (DR) | ||
| DRAFT_BEGINNING_BALANCE_CR | NUMBER | Draft beginning balance for the period (CR) | ||
| PERIOD_DRAFT_BALANCE_DR | NUMBER | Current draft balance for the period (DR): made up of the period activity | ||
| PERIOD_DRAFT_BALANCE_CR | NUMBER | Current draft balance for the period (CR): made up of the period activity | ||
| INITIAL_BALANCE_FLAG | VARCHAR2 | (1) | Flag that shows if this is an initial balanceY: initial balanceN: 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 | Yes | Fiscal year of the period | |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | |
| PROGRAM_ID | NUMBER | (15) | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | |
| REQUEST_ID | NUMBER | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, LEDGER_ID
, CODE_COMBINATION_ID
, ANALYTICAL_DETAIL_VALUE_ID
, PERIOD_NAME
, BEGINNING_BALANCE_DR
, BEGINNING_BALANCE_CR
, PERIOD_BALANCE_DR
, PERIOD_BALANCE_CR
, DRAFT_BEGINNING_BALANCE_DR
, DRAFT_BEGINNING_BALANCE_CR
, PERIOD_DRAFT_BALANCE_DR
, PERIOD_DRAFT_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
FROM XLA.XLA_ANALYTICAL_BALANCES;
XLA.XLA_ANALYTICAL_BALANCES does not reference any database object
XLA.XLA_ANALYTICAL_BALANCES is referenced by following:
XLA
XLA_ANALYTICAL_BALANCES#
|
|
|
|