PSC_TS_MOBILE_OFFLN_UOW
Stores all the failed units of work and their status.
Details
-
Schema: FUSION
-
Object owner: PSC_TS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_TS_MOBILE_OFFLN_UOW_PK |
MOBILE_APPLICATION, UOW_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| MOBILE_APPLICATION | VARCHAR2 | 50 | Yes | Indicates the mobile application name used to upload the unit of work. | |
| UOW_ID | VARCHAR2 | 100 | Yes | Indicates the unique name given to the unit of work. | |
| UOW_DESCRIPTION | VARCHAR2 | 1000 | Description of the unit of work. | ||
| TYPE | VARCHAR2 | 30 | Yes | Indicates the type of unit of work submitted. | |
| STATUS | VARCHAR2 | 30 | Yes | Indicates the status of the unit of work record after resolution. | |
| ERROR_MESSAGE | VARCHAR2 | 1000 | Yes | Indicates the error message from the first related pending child request. | |
| 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. | |
| 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. | ||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| psc_ts_mobile_offln_uow_rec | psc_ts_mobile_offln_uow | MOBILE_APPLICATION, UOW_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PSC_TS_MOBILE_OFFLN_UOW_PK | Unique | Default | MOBILE_APPLICATION, UOW_ID |