BF2038848 - Product Planning, Order Policy Column

Implement suggested column change to varchar2
This commit is contained in:
tspc 2009-08-13 01:21:16 +00:00
parent ea13550aa3
commit 1d5537e95b
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,15 @@
-- 10/08/2009 5:28:26 PM
-- BF2038848 Product Planning window - Order Policy
UPDATE AD_Ref_List SET Name='Lot-for-Lot',Updated=TO_DATE('2009-08-10 17:28:26','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Ref_List_ID=53273
;
-- 10/08/2009 5:28:26 PM
-- BF2038848 Product Planning window - Order Policy
UPDATE AD_Ref_List_Trl SET IsTranslated='N' WHERE AD_Ref_List_ID=53273
;
-- 10/08/2009 5:35:01 PM
-- BF2038848 Product Planning window - Order Policy
ALTER TABLE PP_Product_Planning MODIFY Order_Policy NVARCHAR2(3) DEFAULT NULL
;

View File

@ -0,0 +1,15 @@
-- 10/08/2009 5:28:26 PM
-- BF2038848 Product Planning window - Order Policy
UPDATE AD_Ref_List SET Name='Lot-for-Lot',Updated=TO_TIMESTAMP('2009-08-10 17:28:26','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Ref_List_ID=53273
;
-- 10/08/2009 5:28:26 PM
-- BF2038848 Product Planning window - Order Policy
UPDATE AD_Ref_List_Trl SET IsTranslated='N' WHERE AD_Ref_List_ID=53273
;
-- 10/08/2009 5:35:01 PM
-- BF2038848 Product Planning window - Order Policy
insert into t_alter_column values('pp_product_planning','Order_Policy','VARCHAR(3)',null,'NULL')
;