Add calc_meter_reqs to mip_quotation.pck.

Ensure that all calls to add_quote_reason use correct parameters (mip_quotation.pck).

Change grant from 'CREATE ANY VIEW' to 'CREATE VIEW' in InstallMIP.sql following problems installing 'supporting objects' into MIP_TEST.


git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3989 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2008-03-13 18:36:18 +00:00
parent c94f48c9f2
commit 24c31ebc45
3 changed files with 221 additions and 77 deletions

View File

@@ -3,7 +3,7 @@ connect &1/&2@&5 as sysdba
drop user &3 cascade;
grant connect, resource to &3 identified by &4;
grant create any view, create any directory to &3;
grant create view, create any directory to &3;
grant create library to &3;
grant debug connect session, javauserpriv to &3;
grant execute on dbms_sql to &3;