Bulk Load: Changes to default values for 'unknown' items, inclusion of LeadTimes.csv

MIP_QUOTATION: Changes to make use of LeadTimes.csv

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3605 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2008-02-15 18:01:40 +00:00
parent 31e373438a
commit dfd3210818
21 changed files with 635 additions and 301 deletions

View File

@@ -31,6 +31,7 @@ if "%6"=="fat" goto :fat
if "%6"=="sat" goto :sat
if "%6"=="uat" goto :uat
if "%6"=="live" goto :live
if "%6"=="train" goto :train
:demo
@@ -81,6 +82,10 @@ cd ..\..
goto :bulkload
:train
@echo Training Data uses UAT data
goto :uat
:uat
@echo Install UAT data
cd Data\uat
@@ -106,11 +111,12 @@ cd ..\..
goto :bulkload
:bulkload
@echo Perform Bulk Load
sqlplus %3/%4@%5 @Data\BulkLoad\bulk_load.sql "%6"
goto :done
:usage
echo "usage InstallMIP sys_name sys_password app_name app_password db_connect_string [demo|test|fat|sat|uat|live]"
echo "usage InstallMIP sys_name sys_password app_name app_password db_connect_string [demo|test|fat|sat|uat|train|live]"
:done