PSC_INS_INSPECTION_TYPE_B
This table contains inspection type and all attributes regarding a type of inspection.
Details
-
Schema: FUSION
-
Object owner: PSC_PER
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
PSC_INS_INSPECTION_TYPE_B_PK |
AGENCY_ID, INSPECTION_TYPE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| INSPECTION_TYPE | VARCHAR2 | 15 | Yes | This column is used to indicate inspection type | Active | |
| ENABLED_FLAG | VARCHAR2 | 1 | Yes | This column is used to indicate enabled flag | Active | |
| BILLABLE_FLAG | VARCHAR2 | 1 | Yes | This column is used to indicate billable flag | Active | |
| BILL_TYPE | VARCHAR2 | 15 | This column is used to indicate bill type | Active | ||
| ESTIMATED_DURATION_HRS | NUMBER | 8 | Yes | This column is used to indicate estimated duration hrs | Active | |
| SCHEDULING_METHOD | VARCHAR2 | 15 | This column is used to indicate scheduling method | Active | ||
| SCORING_METHOD | VARCHAR2 | 15 | This column is used to indicate scoring method | Active | ||
| MAX_SCORE | NUMBER | 5 | This column is used to indicate max score. | |||
| ASSESSMENT_TYPE | VARCHAR2 | 25 | This column is used to indicate assessment type | Active | ||
| PASSING_RULE | VARCHAR2 | 15 | This column is used to indicate passing rule | Active | ||
| CHECKLIST_GROUP | VARCHAR2 | 15 | This column is used to indicate checklist group | Active | ||
| CHECKLIST_ID | VARCHAR2 | 15 | This column is used to indicate checklist id | Active | ||
| RATING_METHOD | VARCHAR2 | 15 | This column is used to indicate rating method | Active | ||
| AUTONUMBER_RULE_ID | VARCHAR2 | 20 | Yes | This column is used to indicate autonumber rule id | Active | |
| HIDE_INSPECTOR_COMMENT | VARCHAR2 | 1 | Yes | This column is used to indicate hide inspector comment | Active | |
| SCHEDULE_CUTOFF_TIME_HH | NUMBER | 2 | This column is used to indicate schedule cutoff time hh | Obsolete | ||
| SCHEDULE_CUTOFF_TIME_MM | NUMBER | 2 | This column is used to indicate schedule cutoff time mm | Obsolete | ||
| SCHEDULE_CUTOFF_TIME | TIMESTAMP | This column is used to indicate schedule cutoff time | ||||
| OPA_POLICY_NAME | VARCHAR2 | 200 | This column is used to indicate opa policy name | Active | ||
| OPA_POLICY_VERSION | VARCHAR2 | 20 | This column is used to indicate opa policy version | 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 | |
| OWNER_SIGNATURE_OPT | VARCHAR2 | 3 | This column is used to indicate owner signature opt | Active | ||
| CONTRACTOR_SIGNATURE_OPT | VARCHAR2 | 3 | This column is used to indicate contractor signature opt | Active | ||
| INSPECTOR_SIGNATURE_OPT | VARCHAR2 | 3 | This column is used to indicate inspector signature opt | 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 | |
| MODULE_ID | VARCHAR2 | 32 | Seed Data Framework: indicates the module that owns the row. A module is an entry in Application Taxonomy such as a Logical Business Area. When the MODULE_ID column exists and the owner of the row is not specified, then the Seed Data Framework will not extract the row as seed data. | Active | ||
| DISTRICT_TYPE | VARCHAR2 | 30 | The District Type associated to the Inspection. | Active | ||
| CHG_SCHEDULE_POLICY_HRS | NUMBER | 3 | Determines the policy for inspection scheduling changes. | Active | ||
| HIDE_ASSESS_FEE_FLAG | VARCHAR2 | 1 | Yes | This column determines whether to hide assessed fees. | ||
| HIDE_FROM_USER_FLAG | VARCHAR2 | 1 | Yes | This column specifies whether the type is visible to public user. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| psc_ins_inspection_dep | psc_ins_inspection_type_b | AGENCY_ID, INSPECTION_TYPE |
| psc_ins_inspection_dep | psc_ins_inspection_type_b | AGENCY_ID, DEPENDENT_INSPECTION_TYPE |
| psc_ins_inspection_type_tl | psc_ins_inspection_type_b | AGENCY_ID, INSPECTION_TYPE |
| psc_ins_inspection_grp_ln | psc_ins_inspection_type_b | AGENCY_ID, INSPECTION_TYPE |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| PSC_INS_INSPECTION_TYPE_B_PK | Unique | Default | AGENCY_ID, INSPECTION_TYPE | Active |