| Schema Version | 2023.0.2 | |
| Filegroup | COCKPIT_DATA | |
| Partitioned | No | |
The ALLOWANCE_PLAN_COUNTER table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| OID | PK_ALLOWANCE_PLAN_COUNTER |
|
The unique identifier of the allowance plan counter | |||
| IN_ERROR_STATE |
|
Indicates whether the allowance plan counter is in error or not | ||||
| NAME |
|
The name of the allowance plan counter | ||||
| RELEASED_OID |
|
The unique identifier of the released allowance plan counter when its is being modified | ||||
| STATE |
|
The state of the allowance plan counter | ||||
| DESCRIPTION |
|
The description of the allowance plan counter | ||||
| INITIAL_VALUE |
|
The initial value of the allowance plan counter | ||||
| ALLOWANCEPLAN_OID | ALLOWANCE_PLAN (OID)
|
|
The unique identifier of the allowance plan that owns the counter |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the allowance plan counter |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_ALLOWANCE_PLAN_COUNTER |
| Definition | Indicates whether the allowance plan counter is in error or not |
| Format |
The possible values are:
|
| Type | BIT, NULL |
| Definition | The name of the allowance plan counter |
| Type | NVARCHAR(256), NULL |
| Definition | The unique identifier of the released allowance plan counter when its is being modified |
| Type | DECIMAL(28), NULL |
| Definition | The state of the allowance plan counter |
| Format |
The possible values are:
|
| Type | DECIMAL(3), NULL |
| Definition | The description of the allowance plan counter |
| Type | NVARCHAR(2000), NULL |
| Definition | The initial value of the allowance plan counter |
| Type | DECIMAL(28,6), NULL |
| Definition | The unique identifier of the allowance plan that owns the counter |
| Type | DECIMAL(28), NOT NULL |
See the primary key information:
| Column(s) | OID |
| Filegroup | COCKPIT_DATA |