From f537c99a872403dbb8b6a8b44598c6714084a9df Mon Sep 17 00:00:00 2001 From: trifonnt Date: Tue, 23 Feb 2010 09:21:11 +0000 Subject: [PATCH] BF [2957094] - sql script fails on oracle https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2957094&group_id=176962 --- migration/354a-trunk/oracle/659_FR2871676_ReportAmountType.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/migration/354a-trunk/oracle/659_FR2871676_ReportAmountType.sql b/migration/354a-trunk/oracle/659_FR2871676_ReportAmountType.sql index 7f3fe2d33e..15a10895d4 100644 --- a/migration/354a-trunk/oracle/659_FR2871676_ReportAmountType.sql +++ b/migration/354a-trunk/oracle/659_FR2871676_ReportAmountType.sql @@ -1,3 +1,4 @@ +SET DEFINE OFF; -- 02/10/2009 11:33:15 AM -- Add signed amount type to fin report INSERT INTO AD_Reference (AD_Client_ID,AD_Org_ID,AD_Reference_ID,Created,CreatedBy,EntityType,IsActive,IsOrderByValue,Name,Updated,UpdatedBy,ValidationType) VALUES (0,0,53327,TO_DATE('2009-10-02 11:33:12','YYYY-MM-DD HH24:MI:SS'),100,'D','Y','N','PA_Report Period Type',TO_DATE('2009-10-02 11:33:12','YYYY-MM-DD HH24:MI:SS'),100,'L')