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


TABLE: XLA.XLA_ACCOUNTING_ERRORS

Object Details
Object Name: XLA_ACCOUNTING_ERRORS
Object Type: TABLE
Owner: XLA
FND Design Data: TableXLA.XLA_ACCOUNTING_ERRORS
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_ACCOUNTING_ERRORS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnACCOUNTING_ERROR_ID
XLA_ACCOUNTING_ERRORS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEVENT_ID
Columns
Name Datatype Length Mandatory Comments
EVENT_ID NUMBER (15)
Identifier for the Event
ACCOUNTING_ERROR_ID NUMBER (15) Yes Error internal identifier
ENTITY_ID NUMBER (15)
Identifier for the Entity
LEDGER_ID NUMBER (15)
Identifier for the Ledger
ACCOUNTING_BATCH_ID NUMBER (15)
Identifier for a Accounting Batch
ENCODED_MSG VARCHAR2 (2000)
Error Message as given by the FND API
AE_HEADER_ID NUMBER (15)
Subledger journal entry header identifier
AE_LINE_NUM NUMBER (15)
Subledger journal entry line identifier
MESSAGE_NUMBER NUMBER (9) Yes Error message number
ERROR_SOURCE_CODE VARCHAR2 (30)
Code for the sub-routine that generated the error message.
APPLICATION_ID NUMBER (15) Yes Internal Id of the Application
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
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 EVENT_ID
,      ACCOUNTING_ERROR_ID
,      ENTITY_ID
,      LEDGER_ID
,      ACCOUNTING_BATCH_ID
,      ENCODED_MSG
,      AE_HEADER_ID
,      AE_LINE_NUM
,      MESSAGE_NUMBER
,      ERROR_SOURCE_CODE
,      APPLICATION_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      PROGRAM_UPDATE_DATE
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      REQUEST_ID
FROM XLA.XLA_ACCOUNTING_ERRORS;

Dependencies

[top of page]

XLA.XLA_ACCOUNTING_ERRORS does not reference any database object

XLA.XLA_ACCOUNTING_ERRORS is referenced by following:

SchemaXLA
ViewXLA_ACCOUNTING_ERRORS#