PSC_PZ_HRG_BODY_B

Stores information about hearing bodies.

Details

  • Schema: FUSION

  • Object owner: PSC_PZ

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PSC_PZ_HRG_BODY_B_PK

AGENCY_ID, HRG_BODY_CODE

Columns

Name Datatype Length Precision Not-null Comments
AGENCY_ID NUMBER 8 Yes This column is used to indicate agency id.
HRG_BODY_CODE VARCHAR2 60 Yes Code to identify a hearing body.
CLASSIFICATION VARCHAR2 10 Yes Indicates the classification of hearing body being configured.
ENABLED_FLAG VARCHAR2 1 Yes Indicates whether the hearing body is enabled or not.
RECURRENCE_OPTION VARCHAR2 15 Yes Indicates the recurrence option.
START_DATETIME TIMESTAMP Start date time of the recurrence.
RECUR_FREQUENCY NUMBER 5 Indicates the frequency of the recurrence.
MONDAY_FLAG VARCHAR2 1 Option to indicate weekly recurrence.
TUESDAY_FLAG VARCHAR2 1 Option to indicate weekly recurrence.
WEDNESDAY_FLAG VARCHAR2 1 Option to indicate weekly recurrence.
THURSDAY_FLAG VARCHAR2 1 Option to indicate weekly recurrence.
FRIDAY_FLAG VARCHAR2 1 Option to indicate weekly recurrence.
SATURDAY_FLAG VARCHAR2 1 Option to indicate weekly recurrence.
SUNDAY_FLAG VARCHAR2 1 Option to indicate weekly recurrence.
MONTH_RECUR_OPTION VARCHAR2 15 Indicates the monthly recurring options.
NOTIFICATION_PERIOD NUMBER 5 Notification period of the hearing body.
APPEAL_PERIOD NUMBER 5 Appeal period of the hearing body.
EXPIRATION_PERIOD NUMBER 5 Expiration period of the hearing body.
MAX_AGENDA_ITEMS NUMBER 5 Maximum agenda items allowed for a hearing body.
COUNTRY_CODE VARCHAR2 3 This column is used to indicate country code.
ADDRESS1 VARCHAR2 240 This column is used to indicate address line 1.
ADDRESS2 VARCHAR2 240 This column is used to indicate address line 2.
ADDRESS3 VARCHAR2 240 This column is used to indicate address line 3.
ADDRESS4 VARCHAR2 240 This column is used to indicate address line 4.
CITY_NAME VARCHAR2 60 This column is used to indicate city name.
ZIP_CODE VARCHAR2 60 This column is used to indicate zip code.
STATE_CODE_ISO VARCHAR2 60 This column is used to indicate ISO state code.
PROVINCE VARCHAR2 60 This column is used to indicate province.
COUNTY_CODE_INCITS VARCHAR2 60 This column is used to indicate county code incits.
POSTAL_PLUS4_CODE VARCHAR2 10 This column is used to indicate postal plus4 code.
HRG_HRCY_CODE VARCHAR2 60 This column is used to indicate hearing hierarchy code.
APPEAL_ONLY_FLAG VARCHAR2 1 This column is used to indicate appeal only flag.
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.
BIP_TEMPLATE_ID VARCHAR2 32 Indicates the BIP template for the hearing body.
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.
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.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates 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_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
psc_pz_hrg_body_date psc_pz_hrg_body_b AGENCY_ID, HRG_BODY_CODE
psc_pz_hrg_hrcybdy psc_pz_hrg_body_b AGENCY_ID, HRG_BODY_CODE
psc_pz_hrg_body_tl psc_pz_hrg_body_b AGENCY_ID, HRG_BODY_CODE
psc_pz_hrg_body_wrecur psc_pz_hrg_body_b AGENCY_ID, HRG_BODY_CODE
psc_pz_hrg_body_drecur psc_pz_hrg_body_b AGENCY_ID, HRG_BODY_CODE

Indexes

Index Uniqueness Tablespace Columns
PSC_PZ_HRG_BODY_B_PK Unique Default AGENCY_ID, HRG_BODY_CODE