git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2917 248e525c-4dfb-0310-94bc-949c084e9493
104 lines
2.5 KiB
SQL
104 lines
2.5 KiB
SQL
--application/set_environment
|
|
prompt APPLICATION 155 - webmip
|
|
--
|
|
-- Application Export:
|
|
-- Application: 155
|
|
-- Name: webmip
|
|
-- Date and Time: 17:53 Thursday November 29, 2007
|
|
-- Exported By:
|
|
-- Flashback: 0
|
|
-- Export Type: Application Export
|
|
-- Version: 3.0.1.00.08
|
|
|
|
-- Import:
|
|
-- Using application builder
|
|
-- or
|
|
-- Using SQL*Plus as the Oracle user FLOWS_030000 or as the owner (parsing schema) of the application.
|
|
|
|
-- Application Statistics:
|
|
-- Pages: 22
|
|
-- Items: 156
|
|
-- Computations: 1
|
|
-- Validations: 33
|
|
-- Processes: 34
|
|
-- Regions: 34
|
|
-- Buttons: 53
|
|
-- Shared Components
|
|
-- Breadcrumbs: 1
|
|
-- Entries 1
|
|
-- Items: 4
|
|
-- Computations: 3
|
|
-- Processes: 0
|
|
-- Parent Tabs: 0
|
|
-- Tab Sets: 0
|
|
-- Tabs: 0
|
|
-- NavBars: 11
|
|
-- Lists: 0
|
|
-- Shortcuts: 1
|
|
-- Themes: 1
|
|
-- Templates:
|
|
-- Page: 9
|
|
-- List: 14
|
|
-- Report: 7
|
|
-- Label: 5
|
|
-- Region: 21
|
|
-- Messages: 0
|
|
-- Build Options: 0
|
|
|
|
|
|
-- AAAA PPPPP EEEEEE XX XX
|
|
-- AA AA PP PP EE XX XX
|
|
-- AA AA PP PP EE XX XX
|
|
-- AAAAAAAAAA PPPPP EEEE XXXX
|
|
-- AA AA PP EE XX XX
|
|
-- AA AA PP EE XX XX
|
|
-- AA AA PP EEEEEE XX XX
|
|
prompt Set Credentials...
|
|
|
|
begin
|
|
|
|
-- Assumes you are running the script connected to SQL*Plus as the Oracle user FLOWS_030000 or as the owner (parsing schema) of the application.
|
|
wwv_flow_api.set_security_group_id(p_security_group_id=>11019802792885519);
|
|
|
|
end;
|
|
/
|
|
|
|
begin wwv_flow.g_import_in_progress := true; end;
|
|
/
|
|
begin
|
|
|
|
select value into wwv_flow_api.g_nls_numeric_chars from nls_session_parameters where parameter='NLS_NUMERIC_CHARACTERS';
|
|
|
|
end;
|
|
|
|
/
|
|
begin execute immediate 'alter session set nls_numeric_characters=''.,''';
|
|
|
|
end;
|
|
|
|
/
|
|
begin wwv_flow.g_browser_language := 'en-us'; end;
|
|
/
|
|
prompt Check Compatibility...
|
|
|
|
begin
|
|
|
|
-- This date identifies the minimum version required to import this file.
|
|
wwv_flow_api.set_version(p_version_yyyy_mm_dd=>'2007.01.08');
|
|
|
|
end;
|
|
/
|
|
|
|
prompt Set Application ID...
|
|
|
|
begin
|
|
|
|
-- SET APPLICATION ID
|
|
wwv_flow.g_flow_id := 155;
|
|
wwv_flow_api.g_id_offset := 0;
|
|
null;
|
|
|
|
end;
|
|
/
|
|
|