Skip to content

BILLING_WDR

Billing WDR Transaction Weekly Summary.

Package

BILLING_RUN

Visibility

Private

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
CONTRACTYEAR numeric(4, 0) 🔑 smallint 🔑 Contract year of the Billing run
WEEKNO numeric(3, 0) 🔑 smallint 🔑 Week number of the Billing run
BILLRUNNO numeric(3, 0) 🔑 smallint 🔑 Billing run number identifier
PARTICIPANTID varchar(20) 🔑 varchar(20) 🔑 DRSP or FRMP Participant Identifier
WDR_CREDIT_AMOUNT numeric(18, 8) numeric(18, 8) WDR credit transaction amount
WDR_DEBIT_AMOUNT numeric(18, 8) numeric(18, 8) WDR debit transaction amount

Official MMS data model indexes

Index name Index type Index columns (in order)
BILLING_WDR_PK clustered, unique, primary key CONTRACTYEAR, WEEKNO, BILLRUNNO, PARTICIPANTID

GR-MMS data model indexes

Index name Index type Index columns (in order)
PK_BILLING_WDR clustered, unique, primary key CONTRACTYEAR, WEEKNO, BILLRUNNO, PARTICIPANTID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
BILLING_WDR_PK clustered, unique, primary key CONTRACTYEAR, WEEKNO, BILLRUNNO, PARTICIPANTID