Tickets 488 and 493
edited page 32. added condition to the TRIPARTITE validation so that it will only run if there are no other errors to display. This is because the missing postcode was causing this validation to fail with the reported error message. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@4767 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:43 Thursday April 10, 2008
|
||||
-- Exported By: PRIESTJ
|
||||
-- Date and Time: 16:22 Thursday April 10, 2008
|
||||
-- Exported By: MULLENM
|
||||
-- Flashback: 0
|
||||
-- Export Type: Application Export
|
||||
-- Version: 3.1.0.00.32
|
||||
@@ -145,7 +145,7 @@ wwv_flow_api.create_flow(
|
||||
p_default_region_template=> 28038130488354430 + wwv_flow_api.g_id_offset,
|
||||
p_error_template => 42209241448421762 + wwv_flow_api.g_id_offset,
|
||||
p_page_protection_enabled_y_n=> 'N',
|
||||
p_checksum_salt_last_reset => '20080410114335',
|
||||
p_checksum_salt_last_reset => '20080410162256',
|
||||
p_home_link => 'f?p=&APP_ID.:101',
|
||||
p_flow_language => 'en-gb',
|
||||
p_flow_language_derived_from=> 'FLOW_PRIMARY_LANGUAGE',
|
||||
@@ -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 => 'HELP_URL',
|
||||
p_substitution_value_04 => 'http://www.nationalgrid.com/corporate/legal/help.htm',
|
||||
p_last_updated_by => 'PRIESTJ',
|
||||
p_last_upd_yyyymmddhh24miss=> '20080410114335',
|
||||
p_last_updated_by => 'MULLENM',
|
||||
p_last_upd_yyyymmddhh24miss=> '20080410162256',
|
||||
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
|
||||
|
||||
|
||||
@@ -2442,6 +2442,21 @@ wwv_flow_api.create_app_comments (
|
||||
end;
|
||||
/
|
||||
begin
|
||||
wwv_flow_api.create_app_comments (
|
||||
p_id=>8388217951261026 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=>wwv_flow.g_flow_id,
|
||||
p_pages=>'32',
|
||||
p_app_comment=>'Tickets 488 and 493'||chr(10)||
|
||||
''||chr(10)||
|
||||
'added condition to the TRIPARTITE validation so that it will only run if there are no other errors to display. This is becasue the missing postcode was causing this validation to fail with the reported error message.',
|
||||
p_updated_on=>'2008.04.10.16:22:46',
|
||||
p_updated_by=>'MULLENM',
|
||||
p_created_on=>'2008.04.10.16:22:46',
|
||||
p_created_by=>'MULLENM',
|
||||
p_app_version=>'');
|
||||
end;
|
||||
/
|
||||
begin
|
||||
wwv_flow_api.create_app_comments (
|
||||
p_id=>39796811587940845 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=>wwv_flow.g_flow_id,
|
||||
@@ -11509,8 +11524,8 @@ wwv_flow_api.create_page(
|
||||
p_step_template => '',
|
||||
p_required_role => 16097609166220701+ 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 => '20080410110650',
|
||||
p_last_updated_by => 'MULLENM',
|
||||
p_last_upd_yyyymmddhh24miss => '20080410161335',
|
||||
p_page_is_public_y_n=> 'N',
|
||||
p_protection_level=> 'C',
|
||||
p_page_comment => '');
|
||||
@@ -20413,6 +20428,7 @@ wwv_flow_api.create_page_validation(
|
||||
'END;',
|
||||
p_validation_type => 'FUNC_BODY_RETURNING_ERR_TEXT',
|
||||
p_error_message => '',
|
||||
p_validation_condition_type=> 'NOT_DISPLAYING_INLINE_VALIDATION_ERRORS',
|
||||
p_when_button_pressed=> 28015631689078569 + wwv_flow_api.g_id_offset,
|
||||
p_error_display_location=>'INLINE_IN_NOTIFICATION',
|
||||
p_validation_comment=> '');
|
||||
|
||||
Reference in New Issue
Block a user