Skip to content

BILLING_EFTSHORTFALL_DETAIL

The Billing Shortfall Run Amount details.

Package

BILLING_RUN

Visibility

Private

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
CONTRACTYEAR numeric(4, 0) 🔑 smallint 🔑 The shortfall affected billing contract year
WEEKNO numeric(3, 0) 🔑 tinyint 🔑 The shortfall affected billing week no
BILLRUNNO numeric(3, 0) 🔑 smallint 🔑 The shortfall affected billing week run no
PARTICIPANTID varchar(20) 🔑 varchar(20) 🔑 The participant affected by the shortfall calculation
TRANSACTION_TYPE varchar(40) 🔑 varchar(40) 🔑 The transaction type details associated with the shortfall calculation
AMOUNT numeric(18, 8) numeric(18, 8) The amount for each transaction type

Official MMS data model indexes

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

GR-MMS data model indexes

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

Historical-MMS data model indexes

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