Skip to content

APCCOMPAMOUNTTRK (Historical table)

APCCOMPAMOUNTTRK sets out the relevant Administered Price Cap (APC) period for compensation purposes. Use the APCCOMPAMOUNTTRK table in conjunction with APCAMOUNT.

Package

HISTORICAL_TABLES

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
APCID varchar(10) 🔑 varchar(10) 🔑 APC Identifier
VERSIONNO numeric(3, 0) 🔑 smallint 🔑 Version number
AUTHORISEDBY varchar(10) varchar(10) Authorised by
AUTHORISEDDATE datetime(3) datetime2(0) Authorised date
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed

Official MMS data model indexes

Index name Index type Index columns (in order)
APCCOMPAMOUNTTRK_LCX nonclustered LASTCHANGED
APCCOMPAMOUNTTRK_PK clustered, unique, primary key APCID, VERSIONNO

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_APCCOMPAMOUNTTRK_LASTCHANGED nonclustered LASTCHANGED
PK_APCCOMPAMOUNTTRK clustered, unique, primary key APCID, VERSIONNO

Historical-MMS data model indexes

Index name Index type Index columns (in order)
APCCOMPAMOUNTTRK_LCX nonclustered LASTCHANGED
APCCOMPAMOUNTTRK_PK clustered, unique, primary key APCID, VERSIONNO