DatabaseItemToFunctionalSpecificationReference.xls - renamed METY_CODE to EXISTING_METY_CODE, included DISPLAY_SEQUENCE to be used in the generation of emails, etc.

Minor internal changes to operation of cout_assert.pck and cout_err.pck.
mip_quotation.pck - made validation routines open to external processes. Added enquiry entry details to manual quotes.

Schema - Removed data_items table and amended data_item_roles to support display_sequence requirements.



git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3407 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2008-01-28 18:41:24 +00:00
parent 34575be877
commit db78bf5c4c
11 changed files with 394 additions and 197 deletions

View File

@@ -15,7 +15,9 @@ create table ext_dataitem_roles
alteration varchar2(240),
capacity_change varchar2(240),
addon varchar2(240),
other varchar2(240)
other varchar2(240),
notes VARCHAR2(240),
display_sequence NUMBER
)
ORGANIZATION EXTERNAL
( type oracle_loader
@@ -41,7 +43,9 @@ access parameters
alteration ,
capacity_change ,
addon ,
other
other ,
notes ,
display_sequence
)
)
location ('DATAITEM_ROLES.csv')