[Home] [Help]
[Dependency Information]
| Object Name: | XLA_EVENTS |
|---|---|
| Object Type: | TABLE |
| Owner: | XLA |
| FND Design Data: | XLA.XLA_EVENTS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XLA_EVENTS_U1 | NORMAL | UNIQUE |
|
EVENT_ID
APPLICATION_ID
|
| XLA_EVENTS_U2 | NORMAL | UNIQUE |
|
ENTITY_ID
EVENT_NUMBER
APPLICATION_ID
|
| XLA_EVENTS_N1 | NORMAL | NONUNIQUE |
|
TRANSACTION_DATE
|
| XLA_EVENTS_N2 | NORMAL | NONUNIQUE |
|
REQUEST_ID
EVENT_TYPE_CODE
|
| XLA_EVENTS_N3 | NORMAL | NONUNIQUE |
|
PROCESS_STATUS_CODE
EVENT_TYPE_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EVENT_ID | NUMBER | (15) | Yes | Internal identifier of the event. Generated using a database sequence. |
| APPLICATION_ID | NUMBER | (15) | Yes | Internal identifier of the application associated with the event. |
| EVENT_TYPE_CODE | VARCHAR2 | (30) | Yes | The code of the event type |
| EVENT_DATE | DATE | Yes | The date of the event | |
| ENTITY_ID | NUMBER | (15) | Yes | Internal identifier of the transaction entity associated with the event. |
| EVENT_STATUS_CODE | VARCHAR2 | (1) | Yes | The code of the event status to indicate an event is finally accounted or not. The available event status codes are: P � Processed U � Unprocessed I � Incomplete N � No Action Event |
| PROCESS_STATUS_CODE | VARCHAR2 | (1) | Yes | The code of the processing status to indicate the different statuses within the event status. The available process status codes are: D � Draft E � Error I - Invalid P � Processed R � Related event in error U - Unprocessed |
| REFERENCE_NUM_1 | NUMBER | Additional reference. This column will be populated during upgrade process. | ||
| REFERENCE_NUM_2 | NUMBER | Additional reference. This column will be populated during upgrade process. | ||
| REFERENCE_NUM_3 | NUMBER | Additional reference. This column will be populated during upgrade process. | ||
| REFERENCE_NUM_4 | NUMBER | Additional reference. This column will be populated during upgrade process. | ||
| REFERENCE_CHAR_1 | VARCHAR2 | (240) | Additional reference. This column will be populated during upgrade process. | |
| REFERENCE_CHAR_2 | VARCHAR2 | (240) | Additional reference. This column will be populated during upgrade process. | |
| REFERENCE_CHAR_3 | VARCHAR2 | (240) | Additional reference. This column will be populated during upgrade process. | |
| REFERENCE_CHAR_4 | VARCHAR2 | (240) | Additional reference. This column will be populated during upgrade process. | |
| REFERENCE_DATE_1 | DATE | Additional reference date. This column will be populated during upgrade process. | ||
| REFERENCE_DATE_2 | DATE | Additional reference date. This column will be populated during upgrade process. | ||
| REFERENCE_DATE_3 | DATE | Additional reference date. This column will be populated during upgrade process. | ||
| REFERENCE_DATE_4 | DATE | Additional reference date. This column will be populated during upgrade process. | ||
| EVENT_NUMBER | NUMBER | (38) | Yes | Event sequence number for the events created for a transaction. Accounting will be performed in the order of event number for each transaction. |
| ON_HOLD_FLAG | VARCHAR2 | (1) | Yes | This flag indicates whether the event is on hold or not. Possible values are �Y� for yes and �N� for no |
| 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. |
| 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. |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column. Operating system login of user who last updated this row. | |
| 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 identifier of the program that last updated this row. | |
| PROGRAM_ID | NUMBER | (15) | Concurrent program who column. Identifier of the program that last updated this row. | |
| REQUEST_ID | NUMBER | (15) | Concurrent program who column. Identifier of the concurrent request that last updated this row. | |
| UPG_BATCH_ID | NUMBER | (15) | Internal identifier of the upgrade batch associated with this event. | |
| UPG_SOURCE_APPLICATION_ID | NUMBER | (15) | Internal identifier of the upgrading application associated with this event. | |
| UPG_VALID_FLAG | VARCHAR2 | (1) | Flag to indicate if validation was successfully run for the batch or not. | |
| TRANSACTION_DATE | DATE | Yes | Transaction Date | |
| BUDGETARY_CONTROL_FLAG | VARCHAR2 | (1) | This column indicates whether it is a budgetary control event requiring encumbrance journals. | |
| MERGE_EVENT_SET_ID | NUMBER | (15) | Internal identifier of the third party merge event set after merge operation. This value is stored on original transactions when Third Party Merge accounting option is �Transfer Account Balances�. |
Cut, paste (and edit) the following text to query this object:
SELECT EVENT_ID
, APPLICATION_ID
, EVENT_TYPE_CODE
, EVENT_DATE
, ENTITY_ID
, EVENT_STATUS_CODE
, PROCESS_STATUS_CODE
, REFERENCE_NUM_1
, REFERENCE_NUM_2
, REFERENCE_NUM_3
, REFERENCE_NUM_4
, REFERENCE_CHAR_1
, REFERENCE_CHAR_2
, REFERENCE_CHAR_3
, REFERENCE_CHAR_4
, REFERENCE_DATE_1
, REFERENCE_DATE_2
, REFERENCE_DATE_3
, REFERENCE_DATE_4
, EVENT_NUMBER
, ON_HOLD_FLAG
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, PROGRAM_UPDATE_DATE
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, REQUEST_ID
, UPG_BATCH_ID
, UPG_SOURCE_APPLICATION_ID
, UPG_VALID_FLAG
, TRANSACTION_DATE
, BUDGETARY_CONTROL_FLAG
, MERGE_EVENT_SET_ID
FROM XLA.XLA_EVENTS;
XLA.XLA_EVENTS does not reference any database object
XLA.XLA_EVENTS is referenced by following:
APPS
XLA_EVENTS
|
|
|
|