Modify mip_quotation_document and f155.sql to use new signature on
documents. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@25576 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -13,8 +13,8 @@ prompt APPLICATION 155 - webmip
|
||||
-- Application Export:
|
||||
-- Application: 155
|
||||
-- Name: webmip
|
||||
-- Date and Time: 11:14 Thursday January 7, 2010
|
||||
-- Exported By: PRIESTJ
|
||||
-- Date and Time: 15:39 Tuesday August 10, 2010
|
||||
-- Exported By: HARDYA
|
||||
-- Flashback: 0
|
||||
-- Export Type: Application Export
|
||||
-- Version: 3.1.0.00.32
|
||||
@@ -86,7 +86,7 @@ begin execute immediate 'alter session set nls_numeric_characters=''.,''';
|
||||
end;
|
||||
|
||||
/
|
||||
begin wwv_flow.g_browser_language := 'en-gb'; end;
|
||||
begin wwv_flow.g_browser_language := 'en-us'; end;
|
||||
/
|
||||
prompt Check Compatibility...
|
||||
|
||||
@@ -138,14 +138,14 @@ wwv_flow_api.create_flow(
|
||||
p_display_id=> 155,
|
||||
p_owner => 'MIP_DEV',
|
||||
p_name => 'webmip',
|
||||
p_alias => 'WEBMIP255155154155',
|
||||
p_alias => 'WEBMIP',
|
||||
p_page_view_logging => 'YES',
|
||||
p_default_page_template=> 71114788560453355 + wwv_flow_api.g_id_offset,
|
||||
p_printer_friendly_template=> 71116307709453357 + wwv_flow_api.g_id_offset,
|
||||
p_default_region_template=> 71121389039453369 + wwv_flow_api.g_id_offset,
|
||||
p_error_template => 85292499999520701 + wwv_flow_api.g_id_offset,
|
||||
p_page_protection_enabled_y_n=> 'N',
|
||||
p_checksum_salt_last_reset => '20100107111402',
|
||||
p_checksum_salt_last_reset => '20100810153916',
|
||||
p_home_link => 'f?p=&APP_ID.:101',
|
||||
p_flow_language => 'en-gb',
|
||||
p_flow_language_derived_from=> 'FLOW_PRIMARY_LANGUAGE',
|
||||
@@ -155,7 +155,7 @@ wwv_flow_api.create_flow(
|
||||
p_login_url => '',
|
||||
p_logout_url => 'wwv_flow_custom_auth_std.logout?p_this_flow=&FLOW_ID.&p_next_flow_page_sess=&FLOW_ID.:500',
|
||||
p_application_tab_set=> 1,
|
||||
p_logo_image => 'TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:',
|
||||
p_logo_image => 'TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:',
|
||||
p_logo_image_attributes => 'style="font-family:Arial; color:#004C66; font-size:18px; white-space:nowrap; font-weight:bold;"',
|
||||
p_public_url_prefix => '',
|
||||
p_public_user => 'APEX_PUBLIC_USER',
|
||||
@@ -164,7 +164,7 @@ wwv_flow_api.create_flow(
|
||||
p_cust_authentication_process=> '.'||to_char(56772791679388739 + wwv_flow_api.g_id_offset)||'.',
|
||||
p_cust_authentication_page=> '',
|
||||
p_custom_auth_login_url=> '',
|
||||
p_flow_version => '$Rev$:',
|
||||
p_flow_version => '$Rev: 4851 $:',
|
||||
p_flow_status => 'AVAILABLE_W_EDIT_LINK',
|
||||
p_flow_unavailable_text=> 'This application is currently unavailable at this time.',
|
||||
p_build_status => 'RUN_AND_BUILD',
|
||||
@@ -193,8 +193,8 @@ wwv_flow_api.create_flow(
|
||||
p_substitution_value_03 => 'http://www.nationalgrid.com/corporate/legal/privacy.htm',
|
||||
p_substitution_string_04 => 'SITEMAP_URL',
|
||||
p_substitution_value_04 => 'http://www.nationalgrid.com/uk/sitemap.htm',
|
||||
p_last_updated_by => 'PRIESTJ',
|
||||
p_last_upd_yyyymmddhh24miss=> '20100107111402',
|
||||
p_last_updated_by => 'HARDYA',
|
||||
p_last_upd_yyyymmddhh24miss=> '20100810153916',
|
||||
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
|
||||
|
||||
|
||||
@@ -12906,8 +12906,8 @@ wwv_flow_api.create_page(
|
||||
p_step_template => '',
|
||||
p_required_role => 59152281045285598+ wwv_flow_api.g_id_offset,
|
||||
p_required_patch=> null + wwv_flow_api.g_id_offset,
|
||||
p_last_updated_by => 'PRIESTJ',
|
||||
p_last_upd_yyyymmddhh24miss => '20090925103732',
|
||||
p_last_updated_by => 'HARDYA',
|
||||
p_last_upd_yyyymmddhh24miss => '20100204143715',
|
||||
p_page_is_public_y_n=> 'N',
|
||||
p_protection_level=> 'C',
|
||||
p_page_comment => '');
|
||||
|
||||
Reference in New Issue
Block a user