POSC Specifications: Epicentre Version 3.0 | Logical Data Model |
Add missing descriptions in ndt where rules.
CHANGE ERP_add_missing_ndt_descriptions ALTER TYPE ndt_pint1; WHERE ALTER pint1 (*<RULETYPE>VAL*) (*<DESC>The value must be greater than or equal to zero.*); END_TYPE; ALTER TYPE ndt_pint2; WHERE ALTER pint2 (*<RULETYPE>VAL*) (*<DESC>The value must be greater than or equal to zero.*); END_TYPE; ALTER TYPE ndt_pint4; WHERE ALTER pint4 (*<RULETYPE>VAL*) (*<DESC>The value must be greater than or equal to zero.*); END_TYPE; ALTER TYPE ndt_preal4; WHERE ALTER preal4 (*<RULETYPE>VAL*) (*<DESC>The value must be greater than or equal to zero.*); END_TYPE; ALTER TYPE ndt_pfrac_le_1; WHERE ALTER pfrac (*<RULETYPE>VAL*) (*<DESC>The value must be greater than or equal to zero and less than or equal to one.*); END_TYPE; ALTER TYPE ndt_percent_le_100; WHERE ALTER percent (*<RULETYPE>VAL*) (*<DESC>The value must be greater than or equal to zero and less than or equal to one hundred.*); END_TYPE; END_CHANGE;