PSC_COM_AGENCY_B
This table contains agency definition and agency preferences.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
PSC_COM_AGENCY_B_PK |
AGENCY_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| AGENCY_ID | NUMBER | 8 | Yes | This column is used to indicate agency id | Active | |
| AGENCY_NAME | VARCHAR2 | 100 | This column is used to indicate agency name | Active | ||
| ASSIGNMENT_OPTION | VARCHAR2 | 1 | Yes | This column is used to indicate assignment option | Active | |
| COUNTRY_CODE | VARCHAR2 | 3 | Yes | This column is used to indicate country code | Active | |
| CURRENCY_CODE | VARCHAR2 | 3 | Yes | This column is used to indicate currency code | Active | |
| TZNAME | VARCHAR2 | 64 | Yes | This column is used to indicate tzname | Active | |
| PARCEL_OWNER_FORMAT | VARCHAR2 | 3 | Yes | This column f for Parcel Format owner options | ||
| TIME_FORMAT | VARCHAR2 | 30 | Yes | This field stores the time format for the agency. | ||
| NUMBER_FORMAT | VARCHAR2 | 30 | Yes | This field stores the number format for the agency. | ||
| DATE_FORMAT | VARCHAR2 | 30 | Yes | This field stores the date format for the agency. | ||
| ENABLE_FIN_GL | VARCHAR2 | 1 | Yes | Enable or Disable Subledger Accounting. | ||
| LEDGER_ID | NUMBER | 18 | Unique fusion GL ledger identifier. | |||
| RULE_ID_ENTITY | VARCHAR2 | 20 | This column is used to indicate rule id for Business Entity ID | |||
| RULE_ID_LOCATION | VARCHAR2 | 20 | This column is used to indicate rule id for Business Location ID | |||
| RULE_ID_LICENSE_ID | VARCHAR2 | 20 | This column is used to indicate rule id for Credentials ID | |||
| RULE_ID_POLICY_ID | VARCHAR2 | 20 | This column is used to indicate rule id for Worker's Comp or Bond Policy ID | |||
| 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 | ||
| 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 | ||
| OPA_POLICY_ID | VARCHAR2 | 150 | This column is the OPA Policy ID that will be used for this Agency. | |||
| APO_ACCESS | VARCHAR2 | 3 | Yes | This column indicates what kind of access the Agency user can have for the property information. | ||
| ALLOW_PARTIAL_PAYMENT | VARCHAR2 | 30 | Yes | This column is used to indicate whether certain users are allowed for partial payments. | ||
| PMT_ALLOCATION_RULE_FEE | VARCHAR2 | 30 | Yes | This column is used to indicate the order in which the fee items should be paid. | ||
| HIDE_PROPERTY_OWNER | VARCHAR2 | 1 | Yes | This column dictates whether property owner information should be displayed. | ||
| DEFAULT_SEARCH_FILTER | VARCHAR2 | 30 | This column is used to indicate default search filter. | |||
| DEFAULT_SEARCH_TYPE | VARCHAR2 | 30 | This column is used to indicate default search type. | |||
| DEF_PR_DT_TYPE_FLT | VARCHAR2 | 30 | Yes | This column is used to indicate the default plan review date type filter. | ||
| DEF_PR_DT_FLT | VARCHAR2 | 30 | Yes | This column is used to indicate the default plan review date filter. | ||
| DEF_INS_DT_TYPE_FLT | VARCHAR2 | 30 | Yes | This column is used to indicate the default inspection date type filter. | ||
| DEF_INS_DT_FLT | VARCHAR2 | 30 | Yes | This column is used to indicate the default inspection date filter. | ||
| DEF_INSPECTION_STATUS_FILTER | VARCHAR2 | 30 | Indicates the default inspection status filter value used on the Inspection Console. | |||
| PR_SAT_SUN_FLAG | VARCHAR2 | 1 | Yes | This column is used to indicate whether to exclude Saturdays and Sundays when calculating the plan review due date. | ||
| EM_ERROR_ENABLED_FLAG | VARCHAR2 | 1 | Yes | This column is used to enable the system to send notification when an error occurs. | ||
| EM_ERROR_EMAIL | VARCHAR2 | 256 | This column is used to indicate the error notification email. | |||
| EM_MAX_ATTEMPTS | NUMBER | 3 | Yes | This column is used to indicate the maximum retry count. | ||
| MAX_COPIES_ALLOWED | NUMBER | 3 | Yes | This column is used to indicates the maximum copies allowed for copy application. | ||
| INS_MAX_INSPECTOR_COUNT | NUMBER | 4 | Indicates the limit of the total count of assigned inspections across both permits and business licenses. | |||
| USE_GIS_APO_FLAG | VARCHAR2 | 1 | Yes | This column dictates whether property cca can capture APO information from GIS. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| psc_com_comment_setup | psc_com_agency_b | AGENCY_ID |
| psc_com_agency_comm_b | psc_com_agency_b | AGENCY_ID |
| psc_com_agency_lang_b | psc_com_agency_b | AGENCY_ID |
| psc_com_agency_assignment | psc_com_agency_b | AGENCY_ID |
| psc_com_agency_address | psc_com_agency_b | AGENCY_ID |
| psc_com_help_setup_prms | psc_com_agency_b | AGENCY_ID |
| psc_com_agency_options | psc_com_agency_b | AGENCY_ID |
| psc_com_agency_tl | psc_com_agency_b | AGENCY_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| PSC_COM_AGENCY_B_PK | Unique | Default | AGENCY_ID | Active |