BILLING_FPP
This report show the summary of the Billing run FPP Amounts for the week.
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)  |
tinyint  |
The Billing WeekNo |
| BILLRUNNO |
numeric(4, 0)  |
smallint  |
The Billing RunNo |
| PARTICIPANTID |
varchar(20)  |
varchar(20)  |
The Participant Id Identifier |
| REGIONID |
varchar(20)  |
varchar(10)  |
The Region Id Identifier |
| LOWERREG_AMOUNT |
numeric(18, 8) |
numeric(18, 8) |
The Lower Reg Service FPP Amount for the Participant and the Region for the Billing Week |
| LOWERREG_ACE_AMOUNT |
numeric(18, 8) |
numeric(18, 8) |
The Lower Reg Service FPP ACE Residual Amount for the Participant and the Region for the Billing Week |
| LOWERREG_ASOE_AMOUNT |
numeric(18, 8) |
numeric(18, 8) |
The Lower Reg Service FPP ASOE Residual Amount for the Participant and the Region for the Billing Week |
| LOWERREG_RESIDUAL_AMOUNT |
numeric(18, 8) |
numeric(18, 8) |
Sum of LOWERREG_ACE_AMOUNT + LOWERREG_ASOE_AMOUNT |
| RAISEREG_AMOUNT |
numeric(18, 8) |
numeric(18, 8) |
The Raise Reg Service FPP Amount for the Participant and the Region for the Billing Week |
| RAISEREG_ACE_AMOUNT |
numeric(18, 8) |
numeric(18, 8) |
The Raise Reg Service FPP ACE Residual Amount for the Participant and the Region for the Billing Week |
| RAISEREG_ASOE_AMOUNT |
numeric(18, 8) |
numeric(18, 8) |
The Raise Reg Service FPP ASOE Residual Amount for the Participant and the Region for the Billing Week |
| RAISEREG_RESIDUAL_AMOUNT |
numeric(18, 8) |
numeric(18, 8) |
RAISEREG_ACE_AMOUNT + RAISEREG_ASOE_AMOUNT |
| LASTCHANGED |
datetime(3) |
datetime2(0) |
The Lastchanged datetime of the record. |
Official MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| BILLING_FPP_PK |
clustered, unique, primary key |
CONTRACTYEAR, WEEKNO, BILLRUNNO, PARTICIPANTID, REGIONID |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_BILLING_FPP |
clustered, unique, primary key |
CONTRACTYEAR, WEEKNO, BILLRUNNO, PARTICIPANTID, REGIONID |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_BILLING_FPP |
clustered, unique, primary key |
CONTRACTYEAR, WEEKNO, BILLRUNNO, PARTICIPANTID, REGIONID |