| Schema Version | 2023.0.2 | |
| Tablespace | COCKPIT_DATA | |
| Partitioned | No | |
The ALLOWANCE_PLAN_COMPUTED_PROPERTY 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_COMPUTED_PROPERTY |
|
The unique identifier of the allowance plan computed property | |||
| IN_ERROR_STATE |
|
Indicates whether the allowance plan computed property is in error or not | ||||
| NAME |
|
The name of the computed property generated by an allowance plan | ||||
| RELEASED_OID |
|
The unique identifier of the released allowance plan computed property when its is being modified | ||||
| STATE |
|
The state of the allowance plan computed property | ||||
| TYPE |
|
The type of the computed property generated by an allowance plan | ||||
| ALLOWANCEPLAN_OID | ALLOWANCE_PLAN (OID)
|
|
The unique identifier of the allowance plan that generated the computed property |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the allowance plan computed property |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_ALLOWANCE_PLAN_COMPUTED_PROPERTY |
| Definition | Indicates whether the allowance plan computed property is in error or not |
| Format |
The possible values are:
|
| Type | BOOLEAN, NULL |
| Definition | The name of the computed property generated by an allowance plan |
| Type | VARCHAR(256), NULL |
| Definition | The unique identifier of the released allowance plan computed property when its is being modified |
| Type | DECIMAL(28), NULL |
| Definition | The state of the allowance plan computed property |
| Format |
The possible values are:
|
| Type | DECIMAL(3), NULL |
| Definition | The type of the computed property generated by an allowance plan |
| Format |
The possible values are:
|
| Type | DECIMAL(10), NULL |
| Definition | The unique identifier of the allowance plan that generated the computed property |
| Type | DECIMAL(28), NOT NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | COCKPIT_INDX |