PSC_COM_RE_TYPE_B

This table contains setup information for reference entity type.

Details

  • Schema: FUSION

  • Object owner: PSC_CC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PSC_COM_RE_TYPE_B_PK

AGENCY_ID, RE_TYPE_ID

Columns

Name Datatype Length Precision Not-null Comments
AGENCY_ID NUMBER 8 Yes This column is used to indicate agency id
RE_TYPE_CODE VARCHAR2 40 Yes This column is used to indicate reference entity type code.
RE_TYPE_ID VARCHAR2 50 Yes This column is used to indicate reference entity type id.
PARENT_RE_TYPE_ID VARCHAR2 50 This column is used to indicate reference parent entity type id.
VALID_FROM_DATE DATE Yes This column is used to indicate valid from date
VALID_TO_DATE DATE This column is used to indicate valid to date
CITIZEN_ENABLED VARCHAR2 10 Yes This column is used to indicate whether the issue type is allowed to citizen
CLASSIFICATION VARCHAR2 10 Yes This column is used to indicate product category.
SUB_CLASSIFICATION VARCHAR2 10 Yes This column is used to indicate sub category of reference entity type.
STATUS VARCHAR2 10 Yes This column is used to indicate status of issue sub type
EXPIRATION_GROUP_ID VARCHAR2 50 This column is to indicate expiration group id.
AUTO_NUM_RULE VARCHAR2 20 Yes This column is used to indicate auto number rule for reference entity type.
APPLICATION_GROUP VARCHAR2 20 This column is used to indicate application group for reference entity type.
INDUSTRY_CLASS VARCHAR2 20 This column is used to indicate industry class for reference entity type.
FEATURE_LAYER_URL VARCHAR2 1000 This column is used to indicate feature layer url for reference entity type.
URL VARCHAR2 1000 This column is used to indicate url description for reference entity type.
CATEGORY VARCHAR2 30 This column is used to indicate category for reference entity type.
SUBCATEGORY VARCHAR2 30 This column is used to indicate sub category for reference entity type.
RE_IDENTIFIER_GIS VARCHAR2 50 This column is used to indicate identifier gis for reference entity type.
PERMIT_NUMBER_GIS VARCHAR2 50 This column is used to indicate permit number gis for reference entity type.
DOCUMENT_GROUP VARCHAR2 50 This column is used to indicate document group for reference entity type.
GIS_FLAG NUMBER This column is used to store if GIS mapping is needed.
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_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.
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.

Indexes

Index Uniqueness Tablespace Columns
psc_com_re_type_b_U1 Unique Default AGENCY_ID, RE_TYPE_ID