Initial changes to mip_quotation.pck and mip_bulk_load.pck to support PhaseII purging requirements.
New attributes added to Schema/ext_cost.pdc, Data/BulkLoad/BULK_LOAD.xls (as exported through Data/BulkLoad/MATERIAL_COSTS.csv). Changes to views V_AICO.vw and V_QUOTE_DETAILS.vw to recognize the new attributes and to stop PURGING being excluded from details. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@12526 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -64,7 +64,10 @@ create table ext_material_costs
|
||||
modu_code varchar2(240),
|
||||
hou_code varchar2(240),
|
||||
bas_code varchar2(240),
|
||||
adit_code varchar2(240)
|
||||
adit_code varchar2(240),
|
||||
mety_code varchar2(240),
|
||||
mesc_code varchar2(240),
|
||||
enty_code varchar2(240)
|
||||
)
|
||||
ORGANIZATION EXTERNAL
|
||||
( type oracle_loader
|
||||
@@ -85,7 +88,10 @@ access parameters
|
||||
modu_code,
|
||||
hou_code,
|
||||
bas_code,
|
||||
adit_code
|
||||
adit_code,
|
||||
mety_code,
|
||||
mesc_code,
|
||||
enty_code
|
||||
)
|
||||
)
|
||||
location ('MATERIAL_COSTS.csv')
|
||||
|
||||
Reference in New Issue
Block a user