Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ErrSrcID | int identity | 4 | √ | null |
|
|
Association primary key - Unique identifier for each error code-payment source association |
||||
| fkErrorID | int | 4 | √ | null |
|
|
Error code reference - Links to ClearingHouseError table for the error code |
||||
| fkPrgSrcID | int | 4 | √ | null |
|
|
Program source reference - Links to program source and payment source combination |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_ErrorCodeInPaySourceInPrgType | Primary key | Asc | ErrSrcID |
