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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user