BF2581634 Multiple Oracle Migration Script Errors

https://sourceforge.net/tracker/index.php?func=detail&aid=2581634&group_id=176962&atid=879332
This commit is contained in:
tspc 2009-02-09 14:04:05 +00:00
parent 9ffa44de88
commit 182222c5d2
6 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,5 @@
SET SQLBLANKLINES ON
SET DEFINE OFF
-- Jan 2, 2009 2:17:31 AM ECT
-- Accounting Manufacturing Management
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,56573,290,0,30,53035,'DocumentNo',TO_DATE('2009-01-02 02:17:28','YYYY-MM-DD HH24:MI:SS'),0,'Document sequence number of the document','EE01',30,'The document number is usually automatically generated by the system and determined by the document type of the document. If the document is not saved, the preliminary number is displayed in "<>".

View File

@ -1,3 +1,4 @@
SET SQLBLANKLINES ON
-- Dec 31, 2008 11:32:42 AM ECT
-- Accounting Manufacturing Management
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,53721,0,'P_WIP_Acct',TO_DATE('2008-12-31 11:32:42','YYYY-MM-DD HH24:MI:SS'),0,'The Work in Process account is the account used Manufacturing Order','EE01','Y','Work in Process','Account for Work in Progress',TO_DATE('2008-12-31 11:32:42','YYYY-MM-DD HH24:MI:SS'),0)

View File

@ -1,5 +1,5 @@
set define off;
SET SQLBLANKLINES ON
SET DEFINE OFF
-- Jan 7, 2009 9:01:23 PM ECT
-- Manufacturing Cost
UPDATE AD_Element SET Description='Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level.', Help='Current Price Lower Level is used for get the total costs for lower level the a product manufactured.

View File

@ -1,3 +1,4 @@
SET SQLBLANKLINES ON
-- Jan 7, 2009 10:39:06 AM ECT
-- Period 2009
INSERT INTO M_CostElement (AD_Client_ID,AD_Org_ID,CostElementType,Created,CreatedBy,IsActive,IsCalculated,M_CostElement_ID,Name,Updated,UpdatedBy) VALUES (11,0,'B',TO_DATE('2009-01-07 10:38:57','YYYY-MM-DD HH24:MI:SS'),100,'Y','N',50000,'Burden',TO_DATE('2009-01-07 10:38:57','YYYY-MM-DD HH24:MI:SS'),100)

View File

@ -128,7 +128,7 @@ UPDATE AD_Menu_Trl SET IsTranslated='N' WHERE AD_Menu_ID=53080
-- Jan 11, 2009 4:57:02 PM ECT
-- Manufacturing Cost Management
UPDATE AD_Menu SET Name='Cost BOM Multi Level Review',Updated=TO_DATE(('2009-01-11 16:57:02','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Menu_ID=53198
UPDATE AD_Menu SET Name='Cost BOM Multi Level Review',Updated=TO_DATE('2009-01-11 16:57:02','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Menu_ID=53198
;
-- Jan 11, 2009 4:57:02 PM ECT

View File

@ -1,3 +1,5 @@
SET SQLBLANKLINES ON
SET DEFINE OFF
-- Feb 5, 2009 11:23:51 PM ECT
-- Implement Yield and Units Cycle
INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,EntityType,FieldLength,IsActive,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,56776,53272,0,11,129,'Yield',TO_DATE('2009-02-05 23:23:48','YYYY-MM-DD HH24:MI:SS'),0,'EE01',10,'Y','Y','N','N','N','N','N','N','N','N','N','N','Y','Yield',0,TO_DATE('2009-02-05 23:23:48','YYYY-MM-DD HH24:MI:SS'),0,0)