PASA_ZONE_REGION_MAPPING
PASA_ZONE_REGION_MAPPING shows zone to region mapping details and provide the Region Reference Zone information.
Package
PARTICIPANT_REGISTRATION
Visibility
Public
Table schema
| Column |
Official MMS Datatype |
GR-MMS Datatype |
Comment |
| ZONEID |
varchar(30)  |
varchar(30)  |
Zone identifier |
| EFFECTIVEDATE |
datetime(3)  |
datetime2(0)  |
Effective date of this Zone-Region Mapping |
| VERSIONNO |
numeric(3, 0)  |
smallint  |
Version number for the Effective date |
| REGIONID |
varchar(20) |
varchar(20) |
Region in which this Zone belongs |
| IS_RRN_ZONE |
varchar(10) |
varchar(10) |
YES or NO/. LORCONDITION is only reported for supply deficits in a Zone that contains the Regional Reference Node |
| OPERATINGSTATUS |
varchar(20) |
varchar(20) |
Active or inactive indicator |
| LASTCHANGED |
datetime(3) |
datetime2(0) |
Date time this record was created |
Official MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PASA_ZONE_REGION_MAPPING_PK |
clustered, unique, primary key |
ZONEID, EFFECTIVEDATE, VERSIONNO |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PASA_ZONE_REGION_MAPPING_PK |
clustered, unique, primary key |
ZONEID, EFFECTIVEDATE, VERSIONNO |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PASA_ZONE_REGION_MAPPING_PK |
clustered, unique, primary key |
ZONEID, EFFECTIVEDATE, VERSIONNO |