diff --git a/Documentation/SupportingDocumentation/WebMIPII FAT Script.doc b/Documentation/SupportingDocumentation/WebMIPII FAT Script.doc new file mode 100644 index 0000000..7af92a1 Binary files /dev/null and b/Documentation/SupportingDocumentation/WebMIPII FAT Script.doc differ diff --git a/Screens/f155.sql b/Screens/f155.sql index 2d8ca4b..8c4ec4c 100644 --- a/Screens/f155.sql +++ b/Screens/f155.sql @@ -13,7 +13,7 @@ prompt APPLICATION 155 - webmip -- Application Export: -- Application: 155 -- Name: webmip --- Date and Time: 14:52 Friday September 25, 2009 +-- Date and Time: 15:12 Tuesday September 29, 2009 -- Exported By: PRIESTJ -- Flashback: 0 -- 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_error_template => 85292499999520701 + wwv_flow_api.g_id_offset, 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_flow_language => 'en-gb', 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_value_04 => 'http://www.nationalgrid.com/uk/sitemap.htm', p_last_updated_by => 'PRIESTJ', - p_last_upd_yyyymmddhh24miss=> '20090925103733', + p_last_upd_yyyymmddhh24miss=> '20090929151208', p_required_roles=> wwv_flow_utilities.string_to_table2('')); @@ -30717,7 +30717,7 @@ wwv_flow_api.create_page( p_step_template => '', p_required_patch=> null + wwv_flow_api.g_id_offset, p_last_updated_by => 'PRIESTJ', - p_last_upd_yyyymmddhh24miss => '20090908111207', + p_last_upd_yyyymmddhh24miss => '20090929151208', p_page_is_public_y_n=> 'N', p_page_comment => ''); @@ -31218,9 +31218,9 @@ declare h varchar2(32767) := null; begin 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( p_id=>212665025972274851 + wwv_flow_api.g_id_offset,