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


TABLE: XLA.XLA_CONTROL_BALANCES

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XLA_CONTROL_BALANCES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnLEDGER_ID
ColumnCODE_COMBINATION_ID
ColumnPARTY_TYPE_CODE
ColumnPARTY_ID
ColumnPARTY_SITE_ID
ColumnPERIOD_NAME
XLA_CONTROL_BALANCES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnLEDGER_ID
ColumnCODE_COMBINATION_ID
ColumnPERIOD_NAME
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) Yes Accounting period name
BEGINNING_BALANCE_DR NUMBER

Beginning debit balance for the period
BEGINNING_BALANCE_CR NUMBER

Beginning credit balance for the period
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
DRAFT_BEGINNING_BALANCE_DR NUMBER

This column is no longer in use
DRAFT_BEGINNING_BALANCE_CR NUMBER

This column is no longer in use
PERIOD_DRAFT_BALANCE_DR NUMBER

This column is no longer in use
PERIOD_DRAFT_BALANCE_CR NUMBER

This column is no longer in use
INITIAL_BALANCE_FLAG VARCHAR2 (1)
Flag that shows if this is an initial balance. The values are :Y: 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. The values are: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.
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.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column. Operating system login of user who last updated this row.
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 identifier of the program that last updated this row.
PROGRAM_ID NUMBER (15)
Concurrent program who column. Identifier of the program that last updated this row.
REQUEST_ID NUMBER (15)
Concurrent program who column. Identifier of the concurrent request that last updated this row.
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
,      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_CONTROL_BALANCES;

Dependencies

[top of page]

XLA.XLA_CONTROL_BALANCES does not reference any database object

XLA.XLA_CONTROL_BALANCES is referenced by following:

SchemaAPPS
SynonymXLA_CONTROL_BALANCES