PSC_TS_OFFLINE_TASK_DEFN
This table holds all the information that is required to contact PCS/DMN resources.
Details
-
Schema: FUSION
-
Object owner: PSC_TS
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
PSC_TS_OFFLINE_TASK_DEFN_PK |
TASK_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TASK_ID | NUMBER | 18 | Yes | Task ID generated by using FA Unique ID | |
| APPLICATION_ID | VARCHAR2 | 50 | Application ID of the offline task | ||
| APPLICATION_TYPE | VARCHAR2 | 50 | Application Type of the offline task | ||
| PARENT_TASK_ID | NUMBER | 18 | Task ID of Parent Task. | ||
| WF_XREF_KEY | NUMBER | 18 | Workflow Cross Reference Key. | ||
| OPA_GEN_VERSION | VARCHAR2 | 10 | Indicates whether the Offline Request to be replayed belongs to Gen3 REST API. | ||
| GLOBAL_TASK_ID | VARCHAR2 | 500 | Global Task ID. | ||
| GLOBAL_TASK_ACTIVITY_ID | VARCHAR2 | 500 | Global Task Activity ID. | ||
| SERVICE_TYPE | VARCHAR2 | 50 | Service Type of the REST request | ||
| RESOURCE_NAME | VARCHAR2 | 150 | REST resource name of the request | ||
| REQUEST_URL | CLOB | URL for which the REST request is fired. | |||
| REQUEST_PAYLOAD | CLOB | Yes | REST request payload for the offline task | ||
| REQUEST_HTTP_VERB | VARCHAR2 | 20 | Yes | REST Request HTTP verb or method | |
| REQUEST_HEADERS | CLOB | Request headers of the REST request | |||
| TASK_USER_STATUS | NUMBER | 2 | Indicates the task status as specified by user | ||
| CALLBACK_METHOD_NAME | CLOB | Holds the call back method details post success/Failure of offline task | |||
| MAX_ATTEMPTS | NUMBER | 2 | Maximum number of attempts for the task | ||
| COOLING_TIME | NUMBER | 3 | Frequency of the task specified in Minutes | ||
| PREV_TASK_EXEC_TIME | TIMESTAMP | Last time this task was executed | |||
| TASK_EXEC_STATUS | NUMBER | 2 | Holds the execution task status of the current iteration | ||
| ATTEMPT_COUNT | NUMBER | 3 | Number of times the task has been executed | ||
| REST_RESPONSE | CLOB | Holds REST response received from the offline task | |||
| RESPONSE_HTTP_CODE | NUMBER | 3 | Holds REST Response HTTP Status Code | ||
| 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. | ||
| 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 |
|---|---|---|---|
| PSC_TS_OFFLINE_TASK_DEFN_UK1 | Unique | Default | TASK_ID |