Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AssociationId | Unknown | 0 | null |
|
|
Primary key - RuleErrorInCP unique identifier for each error-program association |
|||||
| ErrorContext | Unknown | 0 | null |
|
|
Error context - Additional context about the error in this program |
|||||
| fkCPID | int | 4 | √ | null |
|
|
Claim program reference - Reference to the claim type program association |
||||
| fkRuleErrorID | Unknown | 0 | null |
|
|
Rule error reference - Reference to the rule error |
|||||
| RuleCPID | int identity | 4 | √ | null |
|
|
Reference identifier - Foreign key reference to related entity or lookup table |
||||
| RuleError | varchar | 15 | √ | null |
|
|
Text field - RuleError text information for RuleErrorInCP records |
||||
| Lock | int | 4 | √ | null |
|
|
Numeric value - Quantity, count, or numeric measurement for RuleErrorInCP records |
||||
| BatchError | bit | 1 | √ | null |
|
|
Boolean flag - Indicates whether specific condition or feature is enabled/active |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_RuleErrorInCP | Primary key | Asc | RuleCPID |