[Home] [Help]
[Dependency Information]
Object Name: | XLA_TB_BALANCES_GT |
---|---|
Object Type: | TABLE |
Owner: | XLA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Global temporary table to store the trial balance upgraded balance information.
XLA.XLA_TB_BALANCES_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_TB_BALANCES_GT_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DEFINITION_CODE | VARCHAR2 | (30) | Yes | Subledger trial balance report definition code |
CODE_COMBINATION_ID | NUMBER | (15) | Yes | Account with the initial balance |
BALANCE_DATE | DATE | Yes | The date the initial balance is effective | |
BALANCE_AMOUNT | NUMBER | Yes | The amount of the initial balance | |
LEDGER_ID | NUMBER | (15) | Yes | Ledger identifier against which the Open Account Balances Listing is generated. |
DEFINITION_NAME | VARCHAR2 | (80) | Yes | The Name for the Open Account Balances Listing report definition. |
DEFINITION_DESC | VARCHAR2 | (240) | Yes | The Description for the Open Account Balances Listing report definition. |
Cut, paste (and edit) the following text to query this object:
SELECT DEFINITION_CODE
, CODE_COMBINATION_ID
, BALANCE_DATE
, BALANCE_AMOUNT
, LEDGER_ID
, DEFINITION_NAME
, DEFINITION_DESC
FROM XLA.XLA_TB_BALANCES_GT;
XLA.XLA_TB_BALANCES_GT does not reference any database object
XLA.XLA_TB_BALANCES_GT is referenced by following:
|
|
|