PSC_INS_COMMENT

This table contains inspection comments, including inspector and requestor comments.

Details

  • Schema: FUSION

  • Object owner: PSC_PER

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

PSC_INS_COMMENT_PK

INS_COMMENT_KEY

Columns

Name Datatype Length Precision Not-null Comments Status
INS_COMMENT_KEY NUMBER 18 Yes This column is used to indicate ins comment key Active
INS_COMMENT_TYPE VARCHAR2 15 Yes This column is used to indicate comment type Active
COMMENT_ID NUMBER 18 This column is used to uptake comment framework
INS_COMMENT_PUID VARCHAR2 480 Alternate key for an inspection comment.
INSPECTION_KEY NUMBER 18 Unique identifier for an inspection.
INSPECTION_CHKLIST_KEY NUMBER 18 Unique identifier for an inspection checklist.
INSPECTION_CL_ITEM_KEY NUMBER 18 Unique identifier for an inspection checklist item.
INSPECTION_PUID VARCHAR2 480 Alternate key for an inspection. Used by CRM Import.
INSPECTION_CHKLIST_PUID VARCHAR2 480 Alternate key for an inspection checklist. Used by CRM Import
INSPECTION_CL_ITEM_PUID VARCHAR2 480 Alternate key for an inspection checklist item. Used by CRM Import.
INSPECTION_ID VARCHAR2 50 This column is used to indicate inspection id Active
CHECKLIST_ID VARCHAR2 15 This column is used to indicate checklist id Active
CHECKLIST_ITEM_ID VARCHAR2 15 This column is used to indicate checklist item id Active
INS_COMMENT VARCHAR2 1000 This column is used to indicate ins comment 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_COMMENT psc_ins_inspection INSPECTION_KEY
PSC_INS_COMMENT psc_ins_inspection_chklist INSPECTION_CHKLIST_KEY
PSC_INS_COMMENT psc_ins_inspection_cl_item INSPECTION_CL_ITEM_KEY

Indexes

Index Uniqueness Tablespace Columns Status
PSC_INS_COMMENT_FK1 Non Unique Default INSPECTION_KEY Active
PSC_INS_COMMENT_FK2 Non Unique Default INSPECTION_CHKLIST_KEY
PSC_INS_COMMENT_FK3 Non Unique Default INSPECTION_CL_ITEM_KEY
PSC_INS_COMMENT_N1 Non Unique Default INSPECTION_ID
PSC_INS_COMMENT_PK Unique Default INS_COMMENT_KEY Active
PSC_INS_COMMENT_UK1 Unique Default INS_COMMENT_PUID