Skip to content

BILLING_DIR_PROV_AMOUNT

The Billing Provisional Directions Payment Amount for Directed / Affected / Eligible participants.

Package

BILLING_RUN

Visibility

Private

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
CONTRACTYEAR numeric(4, 0) 🔑 smallint 🔑 The Billing Contract Year
WEEKNO numeric(3, 0) 🔑 smallint 🔑 The Billing WeekNo
BILLRUNNO numeric(3, 0) 🔑 smallint 🔑 The Billing RunNo
DIRECTION_ID varchar(20) 🔑 varchar(20) 🔑 The Direction Unique Identifier
PARTICIPANTID varchar(20) 🔑 varchar(20) 🔑 The Direction Payment Participant ID
COMPENSATION_TYPE varchar(40) 🔑 varchar(40) 🔑 The Direction Payment Type, Directed_Comp, Affected_Comp, Eligible_Comp
COMPENSATION_AMOUNT numeric(18, 8) numeric(18, 8) The Direction Payment Amount
LASTCHANGED datetime(3) datetime2(0) The Last datetime record is updated

Official MMS data model indexes

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

GR-MMS data model indexes

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

Historical-MMS data model indexes

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