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


TABLE: XLA.XLA_UPG_ERRORS

Object Details
Object Name: XLA_UPG_ERRORS
Object Type: TABLE
Owner: XLA
FND Design Data: TableXLA.XLA_UPG_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_UPG_ERRORS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnUPG_ERROR_ID
Columns
Name Datatype Length Mandatory Comments
UPG_ERROR_ID NUMBER (15) Yes Error Id
UPG_BATCH_ID NUMBER (15) Yes Upgrade batch identifier
UPG_SOURCE_APPLICATION_ID NUMBER (15) Yes Internal identifier of the upgrading application
APPLICATION_ID NUMBER (15) Yes Internal identifier of the application
ERROR_LEVEL VARCHAR2 (1) Yes Error level
ENTITY_ID NUMBER (15)
Internal Id of the entity
EVENT_ID NUMBER (15)
Internal Id of the event
AE_HEADER_ID NUMBER (15)
Internal Id of the Accounting entry header
AE_LINE_NUM NUMBER (15)
Line number of the accounting entry line
TEMP_LINE_NUM NUMBER (15)
Line number of the distribution link
ERROR_MESSAGE_NAME VARCHAR2 (240) Yes Error message name
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 UPG_ERROR_ID
,      UPG_BATCH_ID
,      UPG_SOURCE_APPLICATION_ID
,      APPLICATION_ID
,      ERROR_LEVEL
,      ENTITY_ID
,      EVENT_ID
,      AE_HEADER_ID
,      AE_LINE_NUM
,      TEMP_LINE_NUM
,      ERROR_MESSAGE_NAME
,      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_UPG_ERRORS;

Dependencies

[top of page]

XLA.XLA_UPG_ERRORS does not reference any database object

XLA.XLA_UPG_ERRORS is referenced by following:

SchemaXLA
ViewXLA_UPG_ERRORS#