PSC_TS_MOBILE_OFFLN_UOW_REC
Stores all the entries for each failed unit of work.
Details
-
Schema: FUSION
-
Object owner: PSC_TS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_TS_MOBILE_OFFLN_UOW_RC_PK |
MOBILE_APPLICATION, UOW_ID, UOW_MOVED_DATE |
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_MOVED_DATE | TIMESTAMP | Yes | Indicates the time the unit of work was moved from regular flow to pending queue. | ||
| UOW_CONTENT | CLOB | Yes | Content of the unit of work record. | ||
| CURRENT_ERROR_RESPONSE | CLOB | Failed response in intermediate requests if any. | |||
| START_SYNCH_FROM | NUMBER | 9 | Yes | Indicates the request to start synching from. | |
| 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_RC_PK | Unique | Default | MOBILE_APPLICATION, UOW_ID, UOW_MOVED_DATE |