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
XLA_CONTROL_BALANCES_N99 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLEDGER_ID
ColumnAPPLICATION_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 Id of the application
LEDGER_ID NUMBER (15) Yes Ledger identifier
CODE_COMBINATION_ID NUMBER (15) Yes Account code combination Id
PARTY_TYPE_CODE VARCHAR2 (1) Yes Indicates the type of the third party: C: customer S: supplier
PARTY_ID NUMBER (15) Yes Party identifier. Together with the party_site_id, these two columns make up the third party identification.
PARTY_SITE_ID NUMBER (15) Yes Party site identifier. Together with the party_id, these two columns make up the third party identification. Since party_site_id may be null, it is populated with -999 in this table.
PERIOD_NAME VARCHAR2 (15) Yes Accounting period name
BEGINNING_BALANCE_DR NUMBER

Beginning balance for the period (DR)
BEGINNING_BALANCE_CR NUMBER

Beginning balance for the period (CR)
PERIOD_BALANCE_DR NUMBER

Current balance for the period (DR): made up of the period activity
PERIOD_BALANCE_CR NUMBER

Current balance for the period (CR): made up of the period activity
DRAFT_BEGINNING_BALANCE_DR NUMBER

Draft beginning balance for the period (DR)
DRAFT_BEGINNING_BALANCE_CR NUMBER

Draft beginning balance for the period (CR)
PERIOD_DRAFT_BALANCE_DR NUMBER

Current draft balance for the period (DR): made up of the period activity
PERIOD_DRAFT_BALANCE_CR NUMBER

Current draft balance for the period (CR): made up of the period activity
INITIAL_BALANCE_FLAG VARCHAR2 (1)
Flag that shows if this is an initial balanceY: 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: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 (foreign key to FND_USER.USER_ID).
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 (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
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 id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
EFFECTIVE_PERIOD_NUM NUMBER (8)
The effective period number of accounting 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
,      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
,      EFFECTIVE_PERIOD_NUM
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:

SchemaXLA
ViewXLA_CONTROL_BALANCES#