Skip to content

BILLING_DIR_FINAL_RECOVERY

The Billing Final Directions Recovery Amount for the 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
CRA_AMOUNT numeric(18, 8) numeric(18, 8) The Direction Compensation Recovery Amount
PROVISIONAL_AMOUNT numeric(18, 8) numeric(18, 8) The Provisional Recovery Amount
FINAL_AMOUNT numeric(18, 8) numeric(18, 8) The Final Recovery 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_FINAL_RECOVERY_PK clustered, unique, primary key CONTRACTYEAR, WEEKNO, BILLRUNNO, DIRECTION_ID, PARTICIPANTID

GR-MMS data model indexes

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

Historical-MMS data model indexes

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