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


TABLE: XLA.XLA_BALANCE_STATUSES

Object Details
Object Name: XLA_BALANCE_STATUSES
Object Type: TABLE
Owner: XLA
FND Design Data: TableXLA.XLA_BALANCE_STATUSES
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_BALANCE_STATUSES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnLEDGER_ID
ColumnCODE_COMBINATION_ID
ColumnBALANCE_SOURCE_CODE
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
BALANCE_SOURCE_CODE VARCHAR2 (1) Yes This code identifies the type of balance: A : Analytical balanceC : Control balance
BALANCE_STATUS_CODE VARCHAR2 (1) Yes This code identifies the status of balance period:A : available for balance calculation B : balance is currently processed by the recreation function in the second phase of the recreation C : balance is currently processed by the recreation function; the recalculation phase is completed O : balance is currently processed by the open period function Q :balance is currently processed by the recreation function during the rebuild of the balances R : balance is currently processed by the recreation function in the first phase of the recreation S : = balance is currently processed by the balance synchronization function
EFFECTIVE_PERIOD_NUM NUMBER (15) Yes The effective period number of the latest period for which the opening of the balances has been completed successfully for the ledger, application and balance source.
RECREATE_PARTY_TYPE_CODE VARCHAR2 (1)
RECREATE_PARTY_ID NUMBER (15)
RECREATE_PARTY_SITE_ID NUMBER (15)
BALANCING_SEGMENT VARCHAR2 (25) Yes Balancing segment from the accounting flexfield.
NATURAL_ACCOUNT_SEGMENT VARCHAR2 (25) Yes Natural account segment from the accounting flexfield.
ACCOUNT_TYPE VARCHAR2 (1) Yes Account Type from the Accounting Flexfield.
WARNING_FLAG VARCHAR2 (1)
Used by the Balance Recreation. The recreation of this balance status has not been completed by a previous Recreation request. The next Recreation request will complete the task but will end with a warning.
RECREATE_EFFECTIVE_PERIOD_NUM NUMBER (15)
Used by the Balance Recreation to resume the task of a previous request that ended with a failure
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).
Query Text

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


SELECT APPLICATION_ID
,      LEDGER_ID
,      CODE_COMBINATION_ID
,      BALANCE_SOURCE_CODE
,      BALANCE_STATUS_CODE
,      EFFECTIVE_PERIOD_NUM
,      RECREATE_PARTY_TYPE_CODE
,      RECREATE_PARTY_ID
,      RECREATE_PARTY_SITE_ID
,      BALANCING_SEGMENT
,      NATURAL_ACCOUNT_SEGMENT
,      ACCOUNT_TYPE
,      WARNING_FLAG
,      RECREATE_EFFECTIVE_PERIOD_NUM
,      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_BALANCE_STATUSES;

Dependencies

[top of page]

XLA.XLA_BALANCE_STATUSES does not reference any database object

XLA.XLA_BALANCE_STATUSES is referenced by following:

SchemaXLA
ViewXLA_BALANCE_STATUSES#