MSC_SITE_ZONE_MAPPING
Table to store information about the customer site to zone mapping
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
msc_site_zone_mapping_PK |
PARTNER_SITE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PARTNER_SITE_ID | NUMBER | 22 | Yes | Unique Identifier of the Partner Site. | |
| TP_SITE_CODE | VARCHAR2 | 30 | Yes | Vendor site code for Customer Site. | |
| ZONE_ID | NUMBER | 18 | Yes | Unique id of the Zone mapped to customer site. | |
| PROFILE_VALUE | NUMBER | Yes | This will store the profile value to determine if profile is enabled or disabled | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_SITE_ZONE_MAPPING_U1 | Unique | Default | PARTNER_SITE_ID |