PSC_TS_WF_ACTIVITIES
Table to record all activities to the PCS.
Details
-
Schema: FUSION
-
Object owner: PSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_TS_WF_ACTIVITIES_PK |
TRANSACTION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TRANSACTION_ID | NUMBER | 18 | Yes | This column indicates the FA unique ID. | |
| AGENCY_ID | NUMBER | 8 | This column indicates the Agency ID. | ||
| CLASSIFICATION | VARCHAR2 | 3 | Application Classification (Eg: PMT). | ||
| SUB_CLASS_NAME | VARCHAR2 | 50 | Pre-Application vs Application for planning and zoning. | ||
| REST_PROVIDER | VARCHAR2 | 50 | To which system the request is sent to. The value can either be PSCR or OIC. | ||
| RESOURCE_NAME | VARCHAR2 | 150 | This column indicates the REST End point name. | ||
| RECORD_KEY | NUMBER | 18 | This column indicates the Record Key. | ||
| RECORD_ID | VARCHAR2 | 50 | This column indicates the Record ID. | ||
| CUSTOM_REST_RESOURCE | VARCHAR2 | 30 | This columns indicates Custom REST Resource Name. | ||
| OPA_GEN_VERSION | VARCHAR2 | 10 | This columns indicates whether the Process or Task belongs to Gen3 OPA. | ||
| OPA_PROCESS_ID | VARCHAR2 | 100 | The Gen3 process instance ID in OIC. | ||
| OPA_TASK_ID | VARCHAR2 | 100 | The Gen3 task ID for the human task in OIC. | ||
| OIC_PROCESS_ID | NUMBER | 22 | The process instance ID in OIC. | ||
| OIC_TASK_ID | NUMBER | 22 | The task ID for the human task in OIC. | ||
| OIC_TASK_NAME | VARCHAR2 | 400 | The task name of the OIC human task. | ||
| OIC_PRCS_DEF_ID | VARCHAR2 | 100 | The process definition ID used in the transaction. | ||
| OIC_TASK_ACTION | VARCHAR2 | 400 | The action which is taken to the task. It can be either system or custom action. | ||
| LNP_REC_STATUS | VARCHAR2 | 100 | This column indicates the LNP Record Status. | ||
| APPLICANT | NUMBER | 18 | This column is used to indicate applicant | ||
| EVENT_DETAIL | VARCHAR2 | 400 | This column is used to indicate the event detail | ||
| PRIORITY | NUMBER | 8 | This column is used to indicate priority | ||
| DUE_DATE | TIMESTAMP | This column is used to indicate the due date of the task | |||
| RESOURCE_TYPE | VARCHAR2 | 150 | This column is used to indicate resource type | ||
| CUSTOM_DATA | CLOB | This column is used to indicate the different custom key value properties | |||
| 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. | |
| ASSIGNED_TO | VARCHAR2 | 240 | Task assigned to user : Derived denormalized name formatted for on-screen display. Formatting depends on the Legislation Code, expect First Name as first component in this format. | ||
| ASSIGNED_TO_ID | VARCHAR2 | 100 | Task assinged to user : The latest principal username of the user. | ||
| ASSIGNED_BY | VARCHAR2 | 240 | Task assigned by user : Derived denormalized name formatted for on-screen display. Formatting depends on the Legislation Code, expect First Name as first component in this format. | ||
| ASSIGNED_BY_ID | VARCHAR2 | 100 | Task assinged by user : The latest principal username of the user. | ||
| UPDATED_BY_USER | VARCHAR2 | 240 | Task updated by user : Derived denormalized name formatted for on-screen display. Formatting depends on the Legislation Code, expect First Name as first component in this format. | ||
| UPDATED_BY_USER_ID | VARCHAR2 | 100 | Task updated by user : The latest principal username of the user. | ||
| TASK_CREATION_DATE | TIMESTAMP | Indicates the date and time of the task creation in OIC. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| psc_ts_wf_act_raw | psc_ts_wf_activities | TRANSACTION_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PSC_TS_WF_ACTIVITIES_N1 | Non Unique | Default | RECORD_KEY |
| PSC_TS_WF_ACTIVITIES_N2 | Non Unique | Default | RECORD_ID |
| PSC_TS_WF_ACTIVITIES_N3 | Non Unique | Default | OIC_PROCESS_ID |
| PSC_TS_WF_ACTIVITIES_N4 | Non Unique | Default | OIC_TASK_ID |
| PSC_TS_WF_ACTIVITIES_N5 | Non Unique | Default | OPA_PROCESS_ID |
| PSC_TS_WF_ACTIVITIES_N6 | Non Unique | Default | OPA_TASK_ID |
| PSC_TS_WF_ACTIVITIES_PK | Unique | Default | TRANSACTION_ID |