From bc48c2a999685107bafcdbf99b7f39c44e8859c5 Mon Sep 17 00:00:00 2001 From: mullenm Date: Tue, 26 Feb 2008 11:09:13 +0000 Subject: [PATCH] Corrected error with using the wrong sequence for the document events table. Ooops. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3706 248e525c-4dfb-0310-94bc-949c084e9493 --- Modules/mip_documents.pck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/mip_documents.pck b/Modules/mip_documents.pck index ba4cc14..17d3397 100644 --- a/Modules/mip_documents.pck +++ b/Modules/mip_documents.pck @@ -31,7 +31,7 @@ CREATE OR REPLACE PACKAGE BODY mip_documents IS p_dost_code, p_event_date, p_description, - docu_seq.NEXTVAL); + doev_seq.NEXTVAL); COMMIT; END add_document_event;