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


TABLE: XLA.XLA_CTRL_BAL_INTERIM_GT

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

This table stores the interim-summarized data from the transactions (XLA_AE_LINES).

Temporary Table Details

XLA.XLA_CTRL_BAL_INTERIM_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_CTRL_BAL_INTERIM_GT_U1 NORMAL UNIQUE Tablespace ColumnAPPLICATION_ID
ColumnLEDGER_ID
ColumnCODE_COMBINATION_ID
ColumnPARTY_TYPE_CODE
ColumnPARTY_ID
ColumnPARTY_SITE_ID
ColumnEFFECTIVE_PERIOD_NUM
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Internal identifier of the application associated with this control account
LEDGER_ID NUMBER (15) Yes Internal identifier of the ledger associated with this control account
CODE_COMBINATION_ID NUMBER (15) Yes The accounting code combination identifier, which is a control account
PARTY_TYPE_CODE VARCHAR2 (1) Yes This indicates the type of the third party.C: customerS: supplier etc
PARTY_ID NUMBER (15) Yes Internal identifier of the party. Together with the PARTY_SITE_ID, these two columns make up the third party identification
PARTY_SITE_ID NUMBER (15) Yes Internal identifier of the party site. Together with the PARTY_ID, these two columns make up the third party identification. When PARTY_SITE_ID is not available it is populated with -999 in this table
PERIOD_NAME VARCHAR2 (15)
Accounting period name
EFFECTIVE_PERIOD_NUM NUMBER (15) Yes The effective period number of accounting period
PERIOD_YEAR NUMBER (15) Yes Accounting period year
PERIOD_BALANCE_DR NUMBER

Current period debit balance: made up of the period activity
PERIOD_BALANCE_CR NUMBER

Current period credit balance: made up of the period activity
BEGINNING_BALANCE_DR NUMBER

Beginning debit balance for the period
BEGINNING_BALANCE_CR NUMBER

Beginning credit balance for the period
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT APPLICATION_ID
,      LEDGER_ID
,      CODE_COMBINATION_ID
,      PARTY_TYPE_CODE
,      PARTY_ID
,      PARTY_SITE_ID
,      PERIOD_NAME
,      EFFECTIVE_PERIOD_NUM
,      PERIOD_YEAR
,      PERIOD_BALANCE_DR
,      PERIOD_BALANCE_CR
,      BEGINNING_BALANCE_DR
,      BEGINNING_BALANCE_CR
FROM XLA.XLA_CTRL_BAL_INTERIM_GT;

Dependencies

[top of page]

XLA.XLA_CTRL_BAL_INTERIM_GT does not reference any database object

XLA.XLA_CTRL_BAL_INTERIM_GT is referenced by following:

SchemaAPPS
SynonymXLA_CTRL_BAL_INTERIM_GT