XLA_ACCOUNTING_ERRORS
This table contains the errors encountered during execution of the Accounting Program.
Details
-
Schema: FUSION
-
Object owner: XLA
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
XLA_ACCOUNTING_ERRORS_PK |
ACCOUNTING_ERROR_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| EVENT_ID | NUMBER | 18 | Identifier of the categorization of accounting events that is unique within an application and event class. | ||
| OAR_ID | NUMBER | 18 | Online accounting request idenfier. | ||
| ACCOUNTING_ERROR_ID | NUMBER | 18 | Yes | Identifier that is associated to an error resulted from accounting processing. | |
| ENTITY_ID | NUMBER | 18 | Identifies subledger transactions associated with the accounting events. | ||
| LEDGER_ID | NUMBER | 18 | Identifier of a self-contained accounting information set for single or multiple legal or management entities. | ||
| ACCOUNTING_BATCH_ID | NUMBER | 18 | Identifier for a accounting batch. | ||
| ENCODED_MSG | VARCHAR2 | 2000 | Error message as provided by the Oracle Middleware Extensions for Applications API. | ||
| AE_HEADER_ID | NUMBER | 18 | Subledger journal entry header identifier. | ||
| AE_LINE_NUM | NUMBER | 18 | Subledger journal entry line identifier. | ||
| MESSAGE_NUMBER | NUMBER | 9 | Yes | Message number that is associated with each error when processing events for accounting. | |
| ERROR_SOURCE_CODE | VARCHAR2 | 30 | Code for the sub-routine that generated the error message. | ||
| MESSAGE_NAME | VARCHAR2 | 30 | Name of the message which was used to generate the message text in the ENCODED_MSG column. | ||
| APPLICATION_ID | NUMBER | 18 | Yes | Identifier of a functional area within a software suite of products. For example: Financials, or Payroll. | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
| JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| XLA_ACCOUNTING_ERRORS_N1 | Non Unique | Default | EVENT_ID |
| XLA_ACCOUNTING_ERRORS_N2 | Non Unique | Default | ACCOUNTING_BATCH_ID |
| XLA_ACCOUNTING_ERRORS_U1 | Unique | Default | ACCOUNTING_ERROR_ID |