DBA Data[Home] [Help] [Dependency Information]


TABLE: XLA.XLA_TB_BALANCES_GT

Object Details
Object Name: XLA_TB_BALANCES_GT
Object Type: TABLE
Owner: XLA
FND Design Data: TableXLA.XLA_TB_BALANCES_GT
Subobject Name:
Status: VALID

Global temporary table to store the trial balance upgraded balance information.

Temporary Table Details

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.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Indexes
Index Type Uniqueness Tablespace Column
XLA_TB_BALANCES_GT_U1 NORMAL UNIQUE Tablespace ColumnDEFINITION_CODE
ColumnCODE_COMBINATION_ID
Columns
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.
Query Text

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;

Dependencies

[top of page]

XLA.XLA_TB_BALANCES_GT does not reference any database object

XLA.XLA_TB_BALANCES_GT is referenced by following:

SchemaAPPS
SynonymXLA_TB_BALANCES_GT