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
This commit is contained in:
mullenm
2008-02-26 11:09:13 +00:00
parent 209d393ac5
commit bc48c2a999

View File

@@ -31,7 +31,7 @@ CREATE OR REPLACE PACKAGE BODY mip_documents IS
p_dost_code, p_dost_code,
p_event_date, p_event_date,
p_description, p_description,
docu_seq.NEXTVAL); doev_seq.NEXTVAL);
COMMIT; COMMIT;
END add_document_event; END add_document_event;