Latest version of BULK_LOAD.xls exported as CSV files, changes to syco.ctl file.
Modified mip_bulk_load.pck to convert '"' to 'inch' in meter size codes imported from LABOUR_COSTS.csv. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3527 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -970,8 +970,8 @@ CREATE OR REPLACE PACKAGE BODY mip_bulk_load IS
|
||||
|
||||
pl('load_housings');
|
||||
|
||||
IF NOT file_available('COSTS.csv') THEN
|
||||
pl('COSTS.csv file missing');
|
||||
IF NOT file_available('HOUSINGS.csv') THEN
|
||||
pl('HOUSINGS.csv file missing');
|
||||
RETURN;
|
||||
END IF;
|
||||
|
||||
@@ -1350,7 +1350,7 @@ CREATE OR REPLACE PACKAGE BODY mip_bulk_load IS
|
||||
,'dd/mm/yyyy')
|
||||
END AS valid_to
|
||||
,upper(enty_code) AS enty_code
|
||||
,upper(mesc_code) AS mesc_code
|
||||
,upper(replace(mesc_code,'"','inch')) AS mesc_code
|
||||
,upper(svcpt_code) AS svcpt_code
|
||||
,upper(mety_code) AS mety_code
|
||||
FROM ext_labour_costs
|
||||
|
||||
Reference in New Issue
Block a user