v.353a - Error: NotSupported Component Type OP

http://sourceforge.net/tracker/?func=detail&atid=934929&aid=2539813&group_id=176962
This commit is contained in:
vpj-cd 2009-02-18 01:05:07 +00:00
parent c77c3b8078
commit 2c95c3a129
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- Feb 17, 2009 5:20:59 PM ECT
-- Libero
UPDATE PP_Product_BOMLine SET ComponentType='CO',Updated=TO_DATE('2009-02-17 17:20:59','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE PP_Product_BOMLine_ID=102
;

View File

@ -0,0 +1,5 @@
-- Feb 17, 2009 5:20:59 PM ECT
-- Libero
UPDATE PP_Product_BOMLine SET ComponentType='CO',Updated=TO_TIMESTAMP('2009-02-17 17:20:59','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE PP_Product_BOMLine_ID=102
;