Changes to schema and code to place 'id' as PK field in quote_events and enquiry_events as part of ticket #78.
Changed BULK_LOAD.xls to have two tabs to represent costs. Also includes QMAX against module - none of these changes are represented in the current code. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3480 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -236,11 +236,13 @@ CREATE OR REPLACE PACKAGE BODY mip_enquiry IS
|
||||
INSERT INTO enquiry_events
|
||||
(enqu_id
|
||||
,event_date
|
||||
,enst_code)
|
||||
,enst_code
|
||||
,id)
|
||||
VALUES
|
||||
(p_enquiryid
|
||||
,SYSDATE
|
||||
,p_eventcode);
|
||||
,p_eventcode
|
||||
,enev_seq.nextval);
|
||||
|
||||
RETURN TRUE;
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user