[Home] [Help]
[Dependency Information]
| Object Name: | XLA_BAL_STATUSES_GT |
|---|---|
| Object Type: | TABLE |
| Owner: | XLA |
| Subobject Name: | |
| Status: | VALID |
XLA.XLA_BAL_STATUSES_GT is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$TRANSACTION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XLA_BAL_STATUSES_GT_U1 | NORMAL | UNIQUE |
|
LEDGER_ID
APPLICATION_ID
CODE_COMBINATION_ID
BALANCE_SOURCE_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LEDGER_ID | NUMBER | (15) | Yes | |
| APPLICATION_ID | NUMBER | (15) | Yes | |
| CODE_COMBINATION_ID | NUMBER | (15) | Yes | |
| BALANCE_SOURCE_CODE | VARCHAR2 | (1) | Yes | |
| BALANCE_STATUS_CODE | VARCHAR2 | (1) | Yes | |
| EFFECTIVE_PERIOD_NUM | NUMBER | (15) | Yes | |
| NATURAL_ACCOUNT_SEGMENT | VARCHAR2 | (25) | Yes | |
| BALANCING_SEGMENT | VARCHAR2 | (25) | Yes | |
| ACCOUNT_TYPE | VARCHAR2 | (1) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT LEDGER_ID
, APPLICATION_ID
, CODE_COMBINATION_ID
, BALANCE_SOURCE_CODE
, BALANCE_STATUS_CODE
, EFFECTIVE_PERIOD_NUM
, NATURAL_ACCOUNT_SEGMENT
, BALANCING_SEGMENT
, ACCOUNT_TYPE
FROM XLA.XLA_BAL_STATUSES_GT;
XLA.XLA_BAL_STATUSES_GT does not reference any database object
XLA.XLA_BAL_STATUSES_GT is referenced by following:
APPS
XLA_BAL_STATUSES_GT
|
|
|
|