ah made changes to build scripts to fix a few errors
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3416 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
The total cost does NOT include any lifting gear or purging that
|
||||
may be required.
|
||||
*/
|
||||
CREATE OR REPLACE VIEW V_QUOTE_DETAILS AS
|
||||
CREATE OR REPLACE FORCE VIEW V_QUOTE_DETAILS AS
|
||||
SELECT *
|
||||
FROM (SELECT q.enqu_id AS enquiry_id
|
||||
,t.qute_id AS quote_id
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CREATE OR REPLACE VIEW v_current_quote_status
|
||||
CREATE OR REPLACE FORCE VIEW v_current_quote_status
|
||||
AS
|
||||
SELECT qute_id
|
||||
,event_date
|
||||
@@ -38,3 +38,4 @@ SELECT qute_id
|
||||
,8)) over(PARTITION BY qute_id) AS max_event
|
||||
FROM quote_events)
|
||||
WHERE this_event = max_event
|
||||
/
|
||||
Reference in New Issue
Block a user