MSS_ORG_REFRESH_STATUS
This table stores the scheduling organization refresh status.
Details
-
Schema: FUSION
-
Object owner: MSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
MSS_ORG_REFRESH_STATUS_PK |
ORGANIZATION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | 18 | Yes | Identifier of the organization. | |
| JOB_ID | NUMBER | 18 | ESS Job ID of the organization data refresh. | ||
| EXECUTION_USER | VARCHAR2 | 64 | Yes | User who launches the organization data refresh execution. | |
| STATUS | NUMBER | 5 | Overall refresh status: Running=0, Succeeded=1, Failed=2 | ||
| ERROR_CODE | NUMBER | 5 | Error code that describes the reason of request failure, otherwise null: EnvironmentError=0, DataError=1 | ||
| START_DATE | TIMESTAMP | Yes | Start date-time of organization data refresh session | ||
| END_DATE | TIMESTAMP | Completion date-time of organization data refresh session | |||
| SNAPSHOT_SCN | NUMBER | 18 | System change numbers used internally in snapshot. | ||
| 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_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSS_ORG_REFRESH_STATUS_U1 | Unique | Default | ORGANIZATION_ID |