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:
@@ -1586,11 +1586,13 @@ CREATE OR REPLACE PACKAGE BODY mip_bulk_load IS
|
||||
|
||||
get_globals;
|
||||
|
||||
pl('Application id:' || g_flow_id);
|
||||
|
||||
SELECT wwv_flow.get_current_flow_sgid(g_flow_id)
|
||||
INTO l_sgid
|
||||
FROM dual;
|
||||
|
||||
pl('Security group id ' || l_sgid);
|
||||
pl('Security group id:' || l_sgid);
|
||||
|
||||
wwv_flow_api.set_security_group_id(l_sgid);
|
||||
apex_application.g_flow_id := g_flow_id;
|
||||
|
||||
Reference in New Issue
Block a user