Skip to content

OVERRIDERRP

OVERRIDERRP shows details of override price periods.

Package

FORCE_MAJEURE

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
REGIONID varchar(10) 🔑 varchar(10) 🔑 Region Identifier
STARTDATE datetime(3) 🔑 datetime2(0) 🔑 Starting date of override
STARTPERIOD numeric(3, 0) 🔑 smallint 🔑 Starting period of override
ENDDATE datetime(3) datetime2(0) Termination date of override
ENDPERIOD numeric(3, 0) smallint Terminate period of override
RRP numeric(15, 0) int Dispatch Price
DESCRIPTION varchar(128) varchar(128) Description of reason for override
AUTHORISESTART varchar(15) varchar(15) Authorise Start of Override
AUTHORISEEND varchar(15) varchar(15) Authorise End of Override
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed

Official MMS data model indexes

Index name Index type Index columns (in order)
OVERRIDERRP_LCX nonclustered LASTCHANGED
OVERRIDERRP_PK clustered, unique, primary key STARTDATE, STARTPERIOD, REGIONID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_OVERRIDERRP_LASTCHANGED nonclustered LASTCHANGED
PK_OVERRIDERRP clustered, unique, primary key STARTDATE, STARTPERIOD, REGIONID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
OVERRIDERRP_LCX nonclustered LASTCHANGED
OVERRIDERRP_PK clustered, unique, primary key STARTDATE, STARTPERIOD, REGIONID