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


TABLE: XLA.XLA_DIAG_EVENTS

Object Details
Object Name: XLA_DIAG_EVENTS
Object Type: TABLE
Owner: XLA
FND Design Data: TableXLA.XLA_DIAG_EVENTS
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_DIAG_EVENTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEVENT_ID
Columns
Name Datatype Length Mandatory Comments
EVENT_ID NUMBER (15) Yes Accounting event internal identifier
APPLICATION_ID NUMBER (15) Yes Internal Id of the application
LEDGER_ID NUMBER (15) Yes Ledger internal identifier
TRANSACTION_NUMBER VARCHAR2 (240)
Subledger transaction number
EVENT_NUMBER NUMBER (38)
Event number
EVENT_DATE DATE

Event date
ENTITY_CODE VARCHAR2 (30)
Entity code
EVENT_CLASS_CODE VARCHAR2 (30)
Event class code
EVENT_TYPE_CODE VARCHAR2 (30) Yes Event type code
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 EVENT_ID
,      APPLICATION_ID
,      LEDGER_ID
,      TRANSACTION_NUMBER
,      EVENT_NUMBER
,      EVENT_DATE
,      ENTITY_CODE
,      EVENT_CLASS_CODE
,      EVENT_TYPE_CODE
,      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_DIAG_EVENTS;

Dependencies

[top of page]

XLA.XLA_DIAG_EVENTS does not reference any database object

XLA.XLA_DIAG_EVENTS is referenced by following:

SchemaXLA
ViewXLA_DIAG_EVENTS#