PSC_INS_INSPECTION_CL_ITEM
This table contains inspection transaction checklist item information.
Details
-
Schema: FUSION
-
Object owner: PSC_PER
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
PSC_INS_INSPECTION_CL_ITEM_PK |
INSPECTION_CL_ITEM_KEY |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| INSPECTION_CL_ITEM_KEY | NUMBER | 18 | Yes | The unique indentifier for an inspection check list item. | ||
| INSPECTION_CL_ITEM_PUID | VARCHAR2 | 480 | Yes | Alternate key used by CRM Import. | ||
| INSPECTION_CHKLIST_KEY | NUMBER | 18 | Yes | The unique indentifier for an inspection check list. | ||
| INSPECTION_CHKLIST_PUID | VARCHAR2 | 480 | Yes | Parent PUID used by CRM Import. | ||
| INSPECTION_ID | VARCHAR2 | 50 | Yes | This column is used to indicate inspection id | Active | |
| CHECKLIST_ID | VARCHAR2 | 15 | Yes | This column is used to indicate checklist id | Active | |
| CHECKLIST_ITEM_ID | VARCHAR2 | 15 | Yes | This column is used to indicate checklist item id | Active | |
| CHECKLIST_ITEM_NAME | VARCHAR2 | 300 | Yes | This column is used to indicate checklist item name | Active | |
| REQUIRED_FLAG | VARCHAR2 | 1 | Yes | This column is used to indicate required flag | Active | |
| POSSIBLE_SCORE | NUMBER | 5 | This column is used to indicate possible score | Active | ||
| CATEGORY_CODE | VARCHAR2 | 30 | This column is used to indicate category code | Active | ||
| SUBCATEGORY_CODE | VARCHAR2 | 30 | This column is used to indicate subcategory code | Active | ||
| CHECKLIST_ITEM_RESULT | VARCHAR2 | 15 | This column is used to indicate checklist item result | Active | ||
| CHECKLIST_ITEM_SCORE | NUMBER | 5 | This column is used to indicate checklist item score | Active | ||
| MAJOR_VIOLATION_FLAG | VARCHAR2 | 1 | This column is used to indicate major violation flag | Active | ||
| 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. | Active | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active | ||
| AGENCY_ID | NUMBER | 8 | Yes | This column is used to indicate agency id | Active |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PSC_INS_INSPECTION_CL_ITEM | psc_ins_inspection_chklist | INSPECTION_CHKLIST_KEY |
| psc_ins_attachment | psc_ins_inspection_cl_item | INSPECTION_CL_ITEM_KEY |
| psc_ins_comment | psc_ins_inspection_cl_item | INSPECTION_CL_ITEM_KEY |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PSC_INS_INSPECTION_CL_ITEM_FK1 | Non Unique | Default | INSPECTION_CHKLIST_KEY |
| PSC_INS_INSPECTION_CL_ITEM_PK | Unique | Default | INSPECTION_CL_ITEM_KEY |
| PSC_INS_INSPECTION_CL_ITEM_U1 | Unique | Default | AGENCY_ID, INSPECTION_ID, CHECKLIST_ID, CHECKLIST_ITEM_ID |
| PSC_INS_INSPECTION_CL_ITEM_U2 | Unique | Default | INSPECTION_CL_ITEM_PUID |