GL_AUTORUN_RUN_RESULTS
This table contains the overall impact of the automation run.
Details
-
Schema: FUSION
-
Object owner: GL
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
GL_AUTORUN_RUN_RESULTS_PK |
AUTORUN_REQUEST_ID, RESULT_TYPE_CODE, LEDGER_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| AUTORUN_REQUEST_ID | NUMBER | 18 | Yes | Automation run request identifier. | |
| RESULT_TYPE_CODE | VARCHAR2 | 30 | Yes | Type of impact of the automation run. For example, BALANCE if the impact is to the Oracle Fusion General Ledger balances. | |
| LEDGER_ID | NUMBER | 18 | Yes | Ledger that was impacted by the automation run. In the case of impacts that do not involve a ledger, or are across ledgers, a value of -99 is used. | |
| TOTAL_AMOUNT | NUMBER | Total amount of impact in those cases where the impact can be tracked with a numeric value. | |||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created 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. | ||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| GL_AUTORUN_RUN_RESULTS | gl_autorun_runs | AUTORUN_REQUEST_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| GL_AUTORUN_RUN_RESULTS_U1 | Unique | Default | AUTORUN_REQUEST_ID, RESULT_TYPE_CODE, LEDGER_ID |