fix for ticket #563 (also first introduction of the test script)
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@12915 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
BIN
Documentation/SupportingDocumentation/WebMIPII FAT Script.doc
Normal file
BIN
Documentation/SupportingDocumentation/WebMIPII FAT Script.doc
Normal file
Binary file not shown.
@@ -13,7 +13,7 @@ prompt APPLICATION 155 - webmip
|
|||||||
-- Application Export:
|
-- Application Export:
|
||||||
-- Application: 155
|
-- Application: 155
|
||||||
-- Name: webmip
|
-- Name: webmip
|
||||||
-- Date and Time: 14:52 Friday September 25, 2009
|
-- Date and Time: 15:12 Tuesday September 29, 2009
|
||||||
-- 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 => '20090925103733',
|
p_checksum_salt_last_reset => '20090929151208',
|
||||||
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=> '20090925103733',
|
p_last_upd_yyyymmddhh24miss=> '20090929151208',
|
||||||
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
|
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
|
||||||
|
|
||||||
|
|
||||||
@@ -30717,7 +30717,7 @@ wwv_flow_api.create_page(
|
|||||||
p_step_template => '',
|
p_step_template => '',
|
||||||
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 => '20090908111207',
|
p_last_upd_yyyymmddhh24miss => '20090929151208',
|
||||||
p_page_is_public_y_n=> 'N',
|
p_page_is_public_y_n=> 'N',
|
||||||
p_page_comment => '');
|
p_page_comment => '');
|
||||||
|
|
||||||
@@ -31218,9 +31218,9 @@ declare
|
|||||||
h varchar2(32767) := null;
|
h varchar2(32767) := null;
|
||||||
begin
|
begin
|
||||||
h := null;
|
h := null;
|
||||||
h:=h||'The condition field allows you to specify a condition against the additional item cost (if selected). So you could select say AMR and then enter a condition NULL. This would ensure that the caveat would only display when the AMR does not have a cost (NULL). If you enter * in the condition then the caveat would display whenever there is a cost value for AMR. More complicated conditions are poss';
|
h:=h||'The condition field allows you to specify a condition against the additional item cost (if selected). So you could select say AMR and then enter a condition NULL. This would ensure that the caveat would only display when the AMR does not have a cost (NULL). If you enter [0-9]+ in the condition then the caveat would display whenever there is a cost value for AMR (including a 0 cost). More compl';
|
||||||
|
|
||||||
h:=h||'ible using PL/SQL Regular expressions.';
|
h:=h||'icated conditions are possible using PL/SQL Regular expressions.';
|
||||||
|
|
||||||
wwv_flow_api.create_page_item(
|
wwv_flow_api.create_page_item(
|
||||||
p_id=>212665025972274851 + wwv_flow_api.g_id_offset,
|
p_id=>212665025972274851 + wwv_flow_api.g_id_offset,
|
||||||
|
|||||||
Reference in New Issue
Block a user