Changes to 'mandatory' processing to address #270. Ext_dataitem_role.pdc and DATAITEM_ROLES referreed to enquiry type 'CAPACITY CHANGE' rather than 'CHANGE CAPACITY' which caused gen_mandatory not to create mandatory conditions for the 'CHANGE CAPACITY' enquiry type.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3639 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2008-02-20 10:19:00 +00:00
parent 5af682eafd
commit 6dd271eb4c
4 changed files with 4 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ create table ext_dataitem_roles
std_remove varchar2(240),
adversarial varchar2(240),
alteration varchar2(240),
capacity_change varchar2(240),
change_capacity varchar2(240),
addon varchar2(240),
other varchar2(240),
notes VARCHAR2(240),
@@ -47,7 +47,7 @@ access parameters
std_remove ,
adversarial,
alteration ,
capacity_change ,
change_capacity ,
addon ,
other ,
notes ,