PSC_COM_MAP_SRVC_LAYER
This table contains configuration to allow the system to copy non-APO GIS from GIS system.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
psc_com_map_srvc_layer_PK |
AGENCY_ID, MAP_PROFILE_ID, SYSTEM_MAP_PROFILE_ID, GIS_LAYER_NAME |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| AGENCY_ID | NUMBER | 8 | Yes | Indicates the agency id. | |
| MAP_PROFILE_ID | VARCHAR2 | 30 | Yes | Unique identifier of the map profile. | |
| SYSTEM_MAP_PROFILE_ID | VARCHAR2 | 30 | Yes | Unique identifier of the system map profile that which is often considered a map page. | |
| GIS_LAYER_NAME | VARCHAR2 | 100 | Yes | The layer name that contains the feature. | |
| GIS_LAYER_ID | NUMBER | 8 | Yes | Unique id of the layer that contains the feature. | |
| GIS_ID_ATTR_NAMES | VARCHAR2 | 200 | Identifier attribute names. | ||
| GIS_DISPLAY_ATTR_NAMES | VARCHAR2 | 400 | Additional attribute names. | ||
| ENABLE_SELECT_FLAG | VARCHAR2 | 1 | Yes | Indicates whether the user can select GIS objects from the GIS layer or not. | |
| PARCEL_LAYER_FLAG | VARCHAR2 | 1 | Yes | Identifies the layer as the parcel layer. | |
| 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_COM_MAP_SRVC_LAYER | psc_com_map_profile_ref | AGENCY_ID, MAP_PROFILE_ID, SYSTEM_MAP_PROFILE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| psc_com_map_srvc_layer_U1 | Unique | Default | AGENCY_ID, MAP_PROFILE_ID, SYSTEM_MAP_PROFILE_ID, GIS_LAYER_NAME |