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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user