Fixed typo on Converter required field on enquiry screen. No ticket raised, have also made change in the UAT environment

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@6235 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
PriestJ
2008-08-11 16:56:32 +00:00
parent 41a385c321
commit c00177d2b7

View File

@@ -13,7 +13,7 @@ prompt APPLICATION 155 - webmip
-- Application Export: -- Application Export:
-- Application: 155 -- Application: 155
-- Name: webmip -- Name: webmip
-- Date and Time: 12:45 Thursday August 7, 2008 -- Date and Time: 17:53 Monday August 11, 2008
-- Exported By: PRIESTJ -- Exported By: PRIESTJ
-- Flashback: 0 -- Flashback: 0
-- Export Type: Application Export -- Export Type: Application Export
@@ -145,7 +145,7 @@ wwv_flow_api.create_flow(
p_default_region_template=> 71121389039453369 + 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_error_template => 85292499999520701 + wwv_flow_api.g_id_offset,
p_page_protection_enabled_y_n=> 'N', p_page_protection_enabled_y_n=> 'N',
p_checksum_salt_last_reset => '20080807103445', p_checksum_salt_last_reset => '20080811175113',
p_home_link => 'f?p=&APP_ID.:101', p_home_link => 'f?p=&APP_ID.:101',
p_flow_language => 'en-gb', p_flow_language => 'en-gb',
p_flow_language_derived_from=> 'FLOW_PRIMARY_LANGUAGE', p_flow_language_derived_from=> 'FLOW_PRIMARY_LANGUAGE',
@@ -194,7 +194,7 @@ wwv_flow_api.create_flow(
p_substitution_string_04 => 'SITEMAP_URL', p_substitution_string_04 => 'SITEMAP_URL',
p_substitution_value_04 => 'http://www.nationalgrid.com/uk/sitemap.htm', p_substitution_value_04 => 'http://www.nationalgrid.com/uk/sitemap.htm',
p_last_updated_by => 'PRIESTJ', p_last_updated_by => 'PRIESTJ',
p_last_upd_yyyymmddhh24miss=> '20080807103445', p_last_upd_yyyymmddhh24miss=> '20080811175113',
p_required_roles=> wwv_flow_utilities.string_to_table2('')); p_required_roles=> wwv_flow_utilities.string_to_table2(''));
@@ -11477,7 +11477,7 @@ wwv_flow_api.create_page(
p_required_role => 59152281045285598+ wwv_flow_api.g_id_offset, p_required_role => 59152281045285598+ wwv_flow_api.g_id_offset,
p_required_patch=> null + wwv_flow_api.g_id_offset, p_required_patch=> null + wwv_flow_api.g_id_offset,
p_last_updated_by => 'PRIESTJ', p_last_updated_by => 'PRIESTJ',
p_last_upd_yyyymmddhh24miss => '20080807103445', p_last_upd_yyyymmddhh24miss => '20080811175113',
p_page_is_public_y_n=> 'N', p_page_is_public_y_n=> 'N',
p_protection_level=> 'C', p_protection_level=> 'C',
p_page_comment => ''); p_page_comment => '');
@@ -14671,9 +14671,9 @@ h := null;
h:=h||'<p>'||chr(10)|| h:=h||'<p>'||chr(10)||
'Would you like a converter installed? '||chr(10)|| 'Would you like a converter installed? '||chr(10)||
'</p>'||chr(10)|| '</p>'||chr(10)||
'<p>A Converter will adjust the measured volume of gas displayed on the meter index by considering the temperature and pressure of the gas flowing through the meter rather than using a fixed conversion factor. Converters are required by some consumers to meet their carbon trading emissions obligations. By choosing yes, you will not be able to gener'; '<p>A Converter will adjust the measured volume of gas displayed on the meter index by considering the temperature and pressure of the gas flowing through the meter rather than using a fixed conversion factor. Converters are required by some consumers to meet their carbon trading emissions obligations. By choosing yes, you will not be able to ge';
h:=h||'ate an automatic quotation. A manual quote will be generated off-line and uploaded back onto the system within the normal SLA.'||chr(10)|| h:=h||'nerate an automatic quotation. A manual quote will be generated off-line and uploaded back onto the system within the normal SLA.'||chr(10)||
'</p>'; '</p>';
wwv_flow_api.create_page_item( wwv_flow_api.create_page_item(
@@ -14687,7 +14687,7 @@ wwv_flow_api.create_page_item(
p_item_plug_id => 53546800583782704+wwv_flow_api.g_id_offset, p_item_plug_id => 53546800583782704+wwv_flow_api.g_id_offset,
p_use_cache_before_default=> 'YES', p_use_cache_before_default=> 'YES',
p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS', p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS',
p_prompt=>'Convertor Required', p_prompt=>'Converter Required',
p_source=>'CONVERTOR_REQUIRED', p_source=>'CONVERTOR_REQUIRED',
p_source_type=> 'DB_COLUMN', p_source_type=> 'DB_COLUMN',
p_display_as=> 'COMBOBOX', p_display_as=> 'COMBOBOX',