PSC_TS_OIC_TASK_INFO
This table contains information about OIC Tasks and corresponding Application details.
Details
-
Schema: FUSION
-
Object owner: PSC_TS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_TS_OIC_TASK_INFO_PK |
TASK_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TASK_ID | NUMBER | 22 | Yes | OIC Task Id. | |
| TASK_NAME | VARCHAR2 | 400 | Yes | OIC Task Name. | |
| TASK_STATUS | VARCHAR2 | 50 | Yes | Current OIC Task status. | |
| TASK_DUE_DATE | TIMESTAMP | Due Date by when this OIC Task needs to be completed. | |||
| TASK_PRIORITY | NUMBER | 8 | Priority currently assigned to this OIC Task. | ||
| TASK_CREATED_DATE | TIMESTAMP | Yes | Date on which this OIC Task was created. | ||
| TASK_UPDATED_DATE | TIMESTAMP | Yes | Date on which this OIC Task was last updated. | ||
| PROCESS_ID | NUMBER | 22 | Yes | OIC Process Id to which this OIC Task belongs. | |
| RECORD_ID | VARCHAR2 | 100 | Yes | PSCR Record Id. | |
| RECORD_KEY | NUMBER | 18 | Yes | PSCR Record Key. | |
| RECORD_TYPE | VARCHAR2 | 100 | Yes | PSCR Record Type. | |
| CLASSIFICATION | VARCHAR2 | 10 | PSCR Record Classification. | ||
| SUB_CLASSIFICATION | VARCHAR2 | 100 | PSCR Record Sub Classification. | ||
| RECORD_DESC | VARCHAR2 | 1000 | PSCR Record Description. | ||
| PRIMARY_FLAG | VARCHAR2 | 1 | Indicates whether the record is a primary. | ||
| SUBAPPLICATION_FLAG | VARCHAR2 | 1 | Indicates whether the record is a sub application. | ||
| PRIMARY_RECORD_KEY | NUMBER | 18 | Used to store the primary record key for a sub-record. | ||
| PRIMARY_RECORD_ID | VARCHAR2 | 100 | Used to store the primary record id for a sub-record. | ||
| PROPERTY_ADDRESS1 | VARCHAR2 | 1000 | Address Line1 mentioned as part of the Property Address. | ||
| PROPERTY_ADDRESS2 | VARCHAR2 | 1000 | Includes content from Address Line2, Address Line3, Address Line4 mentioned as part of the Property Address. | ||
| PROPERTY_STREET_NAME_CONCAT | VARCHAR2 | 500 | Includes content from Street Direction, Street Name, Street Type, Street Suffix mentioned as part of the Property Address. | ||
| PROPERTY_STREET_NUMBER | VARCHAR2 | 100 | Street Number. | ||
| PROPERTY_CITY | VARCHAR2 | 100 | City. | ||
| PROPERTY_STATE | VARCHAR2 | 100 | State. | ||
| PROPERTY_POSTAL_CODE | VARCHAR2 | 100 | Postal Code. | ||
| RECORD_STATUS | VARCHAR2 | 100 | Application status value. | ||
| 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. | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| psc_ts_oic_task_assignment | psc_ts_oic_task_info | TASK_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PSC_TS_OIC_TASK_INFO_N1 | Non Unique | Default | TASK_NAME |
| PSC_TS_OIC_TASK_INFO_N10 | Non Unique | Default | RECORD_STATUS |
| PSC_TS_OIC_TASK_INFO_N11 | Non Unique | PSC_TS_OIC_TASK_INFO_N11 | PRIMARY_RECORD_KEY |
| PSC_TS_OIC_TASK_INFO_N12 | Non Unique | PSC_TS_OIC_TASK_INFO_N12 | PRIMARY_RECORD_ID |
| PSC_TS_OIC_TASK_INFO_N2 | Non Unique | Default | TASK_STATUS |
| PSC_TS_OIC_TASK_INFO_N3 | Non Unique | Default | RECORD_ID |
| PSC_TS_OIC_TASK_INFO_N4 | Non Unique | Default | RECORD_TYPE |
| PSC_TS_OIC_TASK_INFO_N5 | Non Unique | Default | RECORD_DESC |
| PSC_TS_OIC_TASK_INFO_N6 | Non Unique | Default | PROPERTY_ADDRESS1 |
| PSC_TS_OIC_TASK_INFO_N7 | Non Unique | Default | PROPERTY_CITY |
| PSC_TS_OIC_TASK_INFO_N8 | Non Unique | Default | PROPERTY_STATE |
| PSC_TS_OIC_TASK_INFO_N9 | Non Unique | Default | PROPERTY_POSTAL_CODE |
| PSC_TS_OIC_TASK_INFO_PK | Unique | Default | TASK_ID |