PSC_CE_AGENCY_OPT_B

This table contains code enforcement agency options

Details

  • Schema: FUSION

  • Object owner: PSC_CE

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PSC_CE_AGENCY_OPT_B_PK

AGENCY_ID

Columns

Name Datatype Length Precision Not-null Comments
AGENCY_ID NUMBER 8 Yes This column is used to indicate agency id
AUTO_NUM_RULE_FEE VARCHAR2 20 AUTO_NUM_RULE_FEE
OFFERING_ID VARCHAR2 50 This column is used to indicate offering id
CONTENT_URL VARCHAR2 250 This column is used to indicate content url
ANONYMOUS_FLAG VARCHAR2 1 Yes This field is used to indicate whether anonymous users will be able to submit incident
AUTO_ASSIGNMENT VARCHAR2 1 Yes This column is used to store auto assignment flag.
WORKFLOW_ENABLED VARCHAR2 1 Yes This column is used to store workflow enabled flag.
MAX_INS_COUNT NUMBER 3 Thiscolumn is used to hold the maximum inspection count assigned.
MOST_REC_PERIOD NUMBER 5 Time period use to show most recent incident/cases on a map
MOST_REC_PERIOD_UNITS VARCHAR2 30 Time period units use to show most recent incident/cases on a map like days/months/years
MOST_REC_STATUS VARCHAR2 15 This field indicates most recent status
AUTO_NUM_RULE_CITATION VARCHAR2 20 This column is used to indicate auto number rule for citation
AUTO_NUM_RULE_NOTICE VARCHAR2 20 This column is used to indicate auto number rule for notice
AUTO_NUM_RULE_INSPECTION VARCHAR2 20 This column is used to indicate auto number rule for inspection
AUTO_ROUTE_INC VARCHAR2 1 Yes Switch that indicates wheter new incidents should be automatically assigned
SCHEDULE_ID VARCHAR2 30 Unique identifier for the work schedule
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.
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
psc_ce_agency_opt_tl psc_ce_agency_opt_b AGENCY_ID

Indexes

Index Uniqueness Tablespace Columns
PSC_CE_AGENCY_OPT_B_PK Unique Default AGENCY_ID