Skip to content

BILLING_SECDEPOSIT_APPLICATION

The security deposit application details.

Package

BILLING_RUN

Visibility

Private

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
CONTRACTYEAR numeric(4, 0) 🔑 smallint 🔑 The billing contract year where (security deposit application) SDA is applied
WEEKNO numeric(3, 0) 🔑 tinyint 🔑 The billing week no. where the SDA is applied
BILLRUNNO numeric(3, 0) 🔑 smallint 🔑 The billing run no. where the SDA is applied
PARTICIPANTID varchar(20) 🔑 varchar(20) 🔑 The Participant ID lodging the SDA
APPLICATION_AMOUNT numeric(18, 8) numeric(18, 8) The SDA application amount

Official MMS data model indexes

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

GR-MMS data model indexes

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

Historical-MMS data model indexes

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