Addressed #191 by having menu selection of page 18 perform a reset pagination.

Changed #APP_VERSION# to refer to SVN revision.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3725 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2008-02-27 10:28:34 +00:00
parent 8495c10116
commit 6ba2c3205d

View File

@@ -13,8 +13,8 @@ prompt APPLICATION 155 - webmip
-- Application Export:
-- Application: 155
-- Name: webmip
-- Date and Time: 21:00 Tuesday February 26, 2008
-- Exported By:
-- Date and Time: 10:27 Wednesday February 27, 2008
-- Exported By: HARDYA
-- Flashback: 0
-- Export Type: Application Export
-- Version: 3.0.1.00.08
@@ -86,7 +86,7 @@ begin execute immediate 'alter session set nls_numeric_characters=''.,''';
end;
/
begin wwv_flow.g_browser_language := 'en-us'; end;
begin wwv_flow.g_browser_language := 'en-gb'; end;
/
prompt Check Compatibility...
@@ -145,7 +145,7 @@ wwv_flow_api.create_flow(
p_default_region_template=> 24740611526526770 + wwv_flow_api.g_id_offset,
p_error_template => 38911722486594102 + wwv_flow_api.g_id_offset,
p_page_protection_enabled_y_n=> 'N',
p_checksum_salt_last_reset => '20080226154422',
p_checksum_salt_last_reset => '20080227102715',
p_home_link => 'f?p=&APP_ID.:1',
p_box_width => '98%',
p_flow_language => 'en-gb',
@@ -156,7 +156,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:',
p_logo_image => 'TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:',
p_public_url_prefix => '',
p_public_user => 'APEX_PUBLIC_USER',
p_dbauth_url_prefix => '',
@@ -164,7 +164,7 @@ wwv_flow_api.create_flow(
p_cust_authentication_process=> '.'||to_char(13718119800323842 + wwv_flow_api.g_id_offset)||'.',
p_cust_authentication_page=> '',
p_custom_auth_login_url=> '',
p_flow_version => 'release 1.0',
p_flow_version => '$Rev$:',
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',
@@ -187,7 +187,7 @@ wwv_flow_api.create_flow(
p_substitution_string_01 => 'SYSTEM_ENVIRONMENT',
p_substitution_value_01 => '(Development)',
p_last_updated_by => 'HARDYA',
p_last_upd_yyyymmddhh24miss=> '20080226154422',
p_last_upd_yyyymmddhh24miss=> '20080227102715',
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
@@ -2039,6 +2039,324 @@ null;
end;
/
--application/comments
prompt ...comments: requires application express 2.2 or higher
--
begin
wwv_flow_api.create_app_comments (
p_id=>39796811587940845 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'19',
p_app_comment=>'Addressed #193',
p_updated_on=>'2008.02.20.11:30:45',
p_updated_by=>'HARDYA',
p_created_on=>'2008.02.20.11:30:45',
p_created_by=>'HARDYA',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>39800812542960044 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'19',
p_app_comment=>'Addressed #196',
p_updated_on=>'2008.02.20.11:33:57',
p_updated_by=>'HARDYA',
p_created_on=>'2008.02.20.11:33:57',
p_created_by=>'HARDYA',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>39816520133085245 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'61',
p_app_comment=>'Ticket #277'||chr(10)||
''||chr(10)||
'Added the following validations'||chr(10)||
'P61_SHORTCODE not null '||chr(10)||
'P61_TRIPARTITE not null'||chr(10)||
'P61_NAME length <= 40'||chr(10)||
'P61_ADV_CONTRACT_REF length'||chr(10)||
'',
p_updated_on=>'2008.02.20.13:31:46',
p_updated_by=>'MULLENM',
p_created_on=>'2008.02.20.13:31:46',
p_created_by=>'MULLENM',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>39938818138765973 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'63',
p_app_comment=>'Ticket #277'||chr(10)||
''||chr(10)||
'Added the following not null validations on the address fields'||chr(10)||
'P63_OFF_CODE not null'||chr(10)||
'P63_OFF_SUB_BUILD not null (only if building is null)'||chr(10)||
'P63_OFF_BUILDING not null (only if sub-building is null)'||chr(10)||
'P63_OFF_STREET not null'||chr(10)||
'P63_OFF_CITY not null'||chr(10)||
'P63_OFF_POSTCODE not null',
p_updated_on=>'2008.02.20.13:48:16',
p_updated_by=>'MULLENM',
p_created_on=>'2008.02.20.13:48:16',
p_created_by=>'MULLENM',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>40091213261237725 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'57',
p_app_comment=>'Addressed #281'||chr(10)||
'Added DIM_F, removed mandatory from DIM_D, DIM_E, SLVA_CODE and REVA_CODE.'||chr(10)||
'Added numeric field validations.',
p_updated_on=>'2008.02.21.10:12:53',
p_updated_by=>'HARDYA',
p_created_on=>'2008.02.21.10:12:53',
p_created_by=>'HARDYA',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>40463604171372150 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'95',
p_app_comment=>'Addressed #220 by adding page validation referring to mip_regions.valid_postcode_format.',
p_updated_on=>'2008.02.21.10:55:57',
p_updated_by=>'HARDYA',
p_created_on=>'2008.02.21.10:55:57',
p_created_by=>'HARDYA',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>40904231050120953 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'30',
p_app_comment=>'Corrected searches to work where the search criteria is null and removed wildcards from the queries themselves (rely on user including them in the search criteria).',
p_updated_on=>'2008.02.21.15:47:25',
p_updated_by=>'HARDYA',
p_created_on=>'2008.02.21.15:47:25',
p_created_by=>'HARDYA',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>41037118695325569 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'62',
p_app_comment=>'Ticket #286'||chr(10)||
''||chr(10)||
'Changed the way the drop-down list is populated.'||chr(10)||
''||chr(10)||
'If attempting to create a MKTP then you are restricted to a role of Gas supplier.'||chr(10)||
''||chr(10)||
'If creating a MANU then restricted to a role of External organization.',
p_updated_on=>'2008.02.21.16:21:48',
p_updated_by=>'MULLENM',
p_created_on=>'2008.02.21.16:21:48',
p_created_by=>'MULLENM',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>41391628119651588 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'30',
p_app_comment=>'Added condition to hide the "Copy" enquiry link when viewing the report as a CS user.',
p_updated_on=>'2008.02.22.09:55:51',
p_updated_by=>'MULLENM',
p_created_on=>'2008.02.22.09:55:51',
p_created_by=>'MULLENM',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>41680125047079544 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'32',
p_app_comment=>'Fixed bug 250, restricted the Service pressure drop list so that IP no longer appears for Standard Job types.',
p_updated_on=>'2008.02.22.13:53:50',
p_updated_by=>'PRIESTJ',
p_created_on=>'2008.02.22.13:53:50',
p_created_by=>'PRIESTJ',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>41694821631106961 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'90',
p_app_comment=>'Fixed bug #222 Tripartite Regions now defaults to a null value, forcing users to select a region before saving the Tripartite screen',
p_updated_on=>'2008.02.22.13:58:24',
p_updated_by=>'PRIESTJ',
p_created_on=>'2008.02.22.13:58:24',
p_created_by=>'PRIESTJ',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>41813409847377966 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'32',
p_app_comment=>'Fix for #231 added validations (IP MBAR a number, REQUIRE_IP_MBAR >=2000 <=7000, IP DETAILS limit to 250 chars)to ensure IP_MBAR has to be a number between 2000-7000 and the number of characters for the IP_DETAILS field to 250',
p_updated_on=>'2008.02.22.14:43:34',
p_updated_by=>'PRIESTJ',
p_created_on=>'2008.02.22.14:43:34',
p_created_by=>'PRIESTJ',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>41819131449393658 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'64',
p_app_comment=>'Added NOT NULL validations to the address fields as per ticket #90',
p_updated_on=>'2008.02.22.14:46:11',
p_updated_by=>'MULLENM',
p_created_on=>'2008.02.22.14:46:11',
p_created_by=>'MULLENM',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>41819715996398609 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'69',
p_app_comment=>'Corrected the way that the address report queries the database.',
p_updated_on=>'2008.02.22.14:47:01',
p_updated_by=>'MULLENM',
p_created_on=>'2008.02.22.14:47:01',
p_created_by=>'MULLENM',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>41820429156402438 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'66',
p_app_comment=>'Corrected how the count of addresses is performed.',
p_updated_on=>'2008.02.22.14:47:39',
p_updated_by=>'MULLENM',
p_created_on=>'2008.02.22.14:47:39',
p_created_by=>'MULLENM',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>41983127975948400 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'19',
p_app_comment=>'re-associated LOV ADDITIONALITEMS after LOV had to be removed and re-created as part of defect #299',
p_updated_on=>'2008.02.25.13:45:16',
p_updated_by=>'PRIESTJ',
p_created_on=>'2008.02.25.13:45:16',
p_created_by=>'PRIESTJ',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>41983704904951175 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'90',
p_app_comment=>'re-associated LOV ADDITIONALITEMS after LOV had to be removed and re-created as part of defect #299',
p_updated_on=>'2008.02.25.13:45:44',
p_updated_by=>'PRIESTJ',
p_created_on=>'2008.02.25.13:45:44',
p_created_by=>'PRIESTJ',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>42007108301122525 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'32',
p_app_comment=>'altered qmax greater than or equal to qmin validation as part of bug #262',
p_updated_on=>'2008.02.25.14:14:17',
p_updated_by=>'PRIESTJ',
p_created_on=>'2008.02.25.14:14:17',
p_created_by=>'PRIESTJ',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>42074224109543378 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'19',
p_app_comment=>'Addressed #179 by changing regular expression for currency to:'||chr(10)||
''||chr(10)||
'[[:digit:]]{0,36}(\.[[:digit:]]{0,2}|)$ '||chr(10)||
''||chr(10)||
'i.e. escaped the ''.'' wildcard and added the ''|'' option indicator.',
p_updated_on=>'2008.02.25.15:24:26',
p_updated_by=>'HARDYA',
p_created_on=>'2008.02.25.15:24:26',
p_created_by=>'HARDYA',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>42357026944141992 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'41',
p_app_comment=>'altered processes to use matt''s antivirus code',
p_updated_on=>'2008.02.26.09:44:11',
p_updated_by=>'PRIESTJ',
p_created_on=>'2008.02.26.09:44:11',
p_created_by=>'PRIESTJ',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>42395631904351553 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'32',
p_app_comment=>'Altered file association process for asset location notes so that the antivirus stuff is called. Also removed the enquiry upload field as this was confusing things, users will now have to use the upload file button.',
p_updated_on=>'2008.02.26.10:19:07',
p_updated_by=>'PRIESTJ',
p_created_on=>'2008.02.26.10:19:07',
p_created_by=>'PRIESTJ',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>42472826848485541 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'18',
p_app_comment=>'Addressed #305 (report headings)'||chr(10)||
''||chr(10)||
'Also fixed ''Additional Items'' report to show the additional item...',
p_updated_on=>'2008.02.26.13:28:07',
p_updated_by=>'HARDYA',
p_created_on=>'2008.02.26.13:28:07',
p_created_by=>'HARDYA',
p_app_version=>'');
end;
/
--application/pages/page_00000
prompt ...PAGE 0: system
@@ -5636,7 +5954,7 @@ wwv_flow_api.create_page(
p_required_role => 14572900838700208+ wwv_flow_api.g_id_offset,
p_required_patch=> null + wwv_flow_api.g_id_offset,
p_last_updated_by => 'HARDYA',
p_last_upd_yyyymmddhh24miss => '20080226132557',
p_last_upd_yyyymmddhh24miss => '20080227095107',
p_page_is_public_y_n=> 'N',
p_protection_level=> 'C',
p_page_comment => '');
@@ -6469,7 +6787,7 @@ wwv_flow_api.create_page(
p_required_role => 14572900838700208+ wwv_flow_api.g_id_offset,
p_required_patch=> null + wwv_flow_api.g_id_offset,
p_last_updated_by => 'HARDYA',
p_last_upd_yyyymmddhh24miss => '20080225152156',
p_last_upd_yyyymmddhh24miss => '20080227094633',
p_page_is_public_y_n=> 'N',
p_protection_level=> 'C',
p_page_comment => '');
@@ -12947,11 +13265,11 @@ declare
h varchar2(32767) := null;
begin
h := null;
h:=h||'Please select the job type from the drop down list. Standard Install A standard install will allow the user to select standard 21 mbar metering pressure designs for LP and MP services. If you require a higher metering pressure please select install.Install for installations with a metering pressure above 21 mbar. Standard Exchange to exchange a meter module with a metering pressure of 21 ';
h:=h||'Please select the job type from the drop down list. Standard Install A standard install will allow the user to select standard 21 mbar metering pressure designs for LP and MP services. If you require a higher metering pressure please select install.Install for installations with a metering pressure above 21 mbar. Standard Exchange to exchange a meter module with a metering pressure of 21 ';
h:=h||'mbar. Please note, the new meter module must be installed on the same MPRN. For new services (and MPRNs) please select one of the install options. Exchange for all exchanges where the requested metering pressure is above 21 mbar. OFMAT To request an OFGEM accuracy test. Standard Removal For removal of meter modules that are on LP or MP services. Removal For all other removals. Adversari';
h:=h||'mbar. Please note, the new meter module must be installed on the same MPRN. For new services (and MPRNs) please select one of the install options. Exchange for all exchanges where the requested metering pressure is above 21 mbar. OFMAT To request an OFGEM accuracy test. Standard Removal For removal of meter modules that are on LP or MP services. Removal For all other removals. Adversari';
h:=h||'al for adversarial meter removals. Alteration used to request alterations such as pressure changes. Change Capacity used if the site occupier wants to change the amount of gas consumed. Add-on If EMS/AMR/Converter are requested, but as a stand alone job. Other used if none of the other jobs types are suitable. Please indicate in the Job Description field the requirements of the reques';
h:=h||'al for adversarial meter removals. Alteration used to request alterations such as pressure changes. Change Capacity used if the site occupier wants to change the amount of gas consumed. Add-on If EMS/AMR/Converter are requested, but as a stand alone job. Other used if none of the other jobs types are suitable. Please indicate in the Job Description field the requirements of the reques';
h:=h||'t for quotation. '||chr(10)||
'';
@@ -14974,7 +15292,7 @@ begin
h := null;
h:=h||'"Does the meter module require a by-pass? A by-pass will allow continuity of the supply of gas during times of meter maintenance/replacement. You will also need to specify why you require a by-pass as the facility may not be possible if the Gas Transporter deems it unecessary in the T/PM/GT/3 process. A meter by-pass should only be provided where the provision of a meter by-pass would, in the M';
h:=h||'AMs or Gas Suppliers opinion, be prudent in order to avoid the risk, of personal injury or death or damage to property (including prejudice to animal welfare) arising from a fault on the meter or metering equipment. And where gas is supplied to the following types of premises:'||chr(10)||
h:=h||'AMs or Gas Suppliers opinion, be prudent in order to avoid the risk, of personal injury or death or damage to property (including prejudice to animal welfare) arising from a fault on the meter or metering equipment. And where gas is supplied to the following types of premises:'||chr(10)||
'a) Hospitals or hospice'||chr(10)||
'b) institutionalised accommodation (for example homes for the elderly, schools, and prisons)'||chr(10)||
'';
@@ -14983,8 +15301,8 @@ h:=h||'c) premises utilising large or complex plant supporting continuous bulk m
'example agricultural, baking or other commercial processes) and in comparable'||chr(10)||
'circumstances'||chr(10)||
'd) and at meter installations connected to:'||chr(10)||
'• exceptionally extensive and complex pipework and gas consuming plant'||chr(10)||
'• multi-occupied premises or a number of discrete consumers (for example a single'||chr(10)||
'• exceptionally extensive and complex pipework and gas consuming plant'||chr(10)||
'• multi-occupied premises or a number of discrete consumers (for example a single'||chr(10)||
'meter installa';
h:=h||'tion serving a block of flats)."'||chr(10)||
@@ -15047,12 +15365,12 @@ declare
begin
h := null;
h:=h||'"Multi-stream systems may be installed for a variety of commercial and technical reasons, including:'||chr(10)||
'• continuity of supply'||chr(10)||
'• partial continuity of supply for essential loads'||chr(10)||
'• improved pressure control over the required flow range'||chr(10)||
'• achieving the required capacity'||chr(10)||
'• provision of standby metering'||chr(10)||
'• provision of reference metering'||chr(10)||
'• continuity of supply'||chr(10)||
'• partial continuity of supply for essential loads'||chr(10)||
'• improved pressure control over the required flow range'||chr(10)||
'• achieving the required capacity'||chr(10)||
'• provision of standby metering'||chr(10)||
'• provision of reference metering'||chr(10)||
'For supply pressures of MP and above with a single stream ins';
h:=h||'tallation - supply disruption will be necessary during maintenance. By choosing ''yes'' to Twin Stream, you will not be able to generate an automatic quotation. A manual quote will be generated off-line and uploaded back onto the system within the normal SLA."'||chr(10)||
@@ -29297,7 +29615,7 @@ wwv_flow_api.create_page_validation(
p_validation_name => 'P61_PASSWORD_Other',
p_validation_sequence=> 60,
p_validation => 'P61_PASSWORD',
p_validation2 => '`¬!"£$%^&*()_+-=[]{};''#:@~,./<>?¦\|',
p_validation2 => '`¬!"£$%^&*()_+-=[]{};''#:@~,./<>?¦\|',
p_validation_type => 'ITEM_IN_VALIDATION_CONTAINS_AT_LEAST_ONE_CHAR_IN_STRING2',
p_error_message => 'Item must contain at least 1 non-alphanumeric character e.g. "!"',
p_validation_condition=> 'if upper(:P61_PRTY_TYPE) = ''PERS'' then'||chr(10)||
@@ -36217,7 +36535,7 @@ wwv_flow_api.create_page_validation(
p_validation_name => 'P67_PASSWORD_other',
p_validation_sequence=> 52,
p_validation => 'P67_PASSWORD',
p_validation2 => '`¬!"£$%^&*()_+-=[]{};''#:@~,./<>?\|¦',
p_validation2 => '`¬!"£$%^&*()_+-=[]{};''#:@~,./<>?\|¦',
p_validation_type => 'ITEM_IN_VALIDATION_CONTAINS_AT_LEAST_ONE_CHAR_IN_STRING2',
p_error_message => 'Password must contain at least 1 non-alphanumeric character. e.g. !',
p_when_button_pressed=> 20949515424299567 + wwv_flow_api.g_id_offset,
@@ -39483,7 +39801,7 @@ wwv_flow_api.create_page_item(
p_use_cache_before_default=> 'YES',
p_item_default => 'Please note! The module you have selected has a minimum flow rate that is greater than the requirement input on the enquiry screen. '||chr(10)||
''||chr(10)||
'Please check that the Qmin entered on the enquiry screen is correct, or “copy new” and select a module that has a minimum flow rate lower than the Qmin request.',
'Please check that the Qmin entered on the enquiry screen is correct, or “copy new” and select a module that has a minimum flow rate lower than the Qmin request.',
p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS',
p_source_type=> 'STATIC',
p_display_as=> 'DISPLAY_ONLY_ESCAPE_SC',
@@ -41816,8 +42134,8 @@ wwv_flow_api.create_page(
p_html_page_header => '',
p_step_template => 24734011047526756+ wwv_flow_api.g_id_offset,
p_required_patch=> null + wwv_flow_api.g_id_offset,
p_last_updated_by => 'MULLENM',
p_last_upd_yyyymmddhh24miss => '20080220101044',
p_last_updated_by => 'HARDYA',
p_last_upd_yyyymmddhh24miss => '20080227093007',
p_page_is_public_y_n=> 'Y',
p_protection_level=> 'C',
p_page_comment => '');
@@ -42629,7 +42947,7 @@ wwv_flow_api.create_page_validation(
p_validation_name => 'P102_PASSWORD_OTHER',
p_validation_sequence=> 60,
p_validation => 'P102_NEW_PASSWORD',
p_validation2 => '`¬¦!"£$%^&*()_+-=[]{};''#:@~,./<>?\|€',
p_validation2 => '`¬¦!"£$%^&*()_+-=[]{};''#:@~,./<>?\|€',
p_validation_type => 'ITEM_IN_VALIDATION_CONTAINS_AT_LEAST_ONE_CHAR_IN_STRING2',
p_error_message => 'Password must contain at least 1 non-alphanumeric character.',
p_when_button_pressed=> 14230906426813739 + wwv_flow_api.g_id_offset,
@@ -43440,7 +43758,7 @@ wwv_flow_api.create_list_item (
p_item_displayed=> 'BY_DEFAULT',
p_list_item_display_sequence=>272,
p_list_item_link_text=> 'Labour Costs',
p_list_item_link_target=> 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.::P18_REQUIRED_COST_TYPE:LACO:',
p_list_item_link_target=> 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.:RP:P18_REQUIRED_COST_TYPE:LACO:',
p_list_item_disp_cond_type=> 'PLSQL_EXPRESSION',
p_list_item_disp_condition=> '#OWNER#.mip_security.component_authorization(v(''APP_USER''),''sysadmin'')',
p_parent_list_item_id=> 19145420310626219 + wwv_flow_api.g_id_offset,
@@ -43458,7 +43776,7 @@ wwv_flow_api.create_list_item (
p_item_displayed=> 'BY_DEFAULT',
p_list_item_display_sequence=>274,
p_list_item_link_text=> 'Module Costs',
p_list_item_link_target=> 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.::P18_REQUIRED_COST_TYPE:MOCO:',
p_list_item_link_target=> 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.:RP:P18_REQUIRED_COST_TYPE:MOCO:',
p_list_item_disp_cond_type=> 'PLSQL_EXPRESSION',
p_list_item_disp_condition=> '#OWNER#.mip_security.component_authorization(v(''APP_USER''),''sysadmin'')',
p_parent_list_item_id=> 19145420310626219 + wwv_flow_api.g_id_offset,
@@ -43476,7 +43794,7 @@ wwv_flow_api.create_list_item (
p_item_displayed=> 'BY_DEFAULT',
p_list_item_display_sequence=>276,
p_list_item_link_text=> 'Base Costs',
p_list_item_link_target=> 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.::P18_REQUIRED_COST_TYPE:BACO:',
p_list_item_link_target=> 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.:RP:P18_REQUIRED_COST_TYPE:BACO:',
p_list_item_disp_cond_type=> 'PLSQL_EXPRESSION',
p_list_item_disp_condition=> '#OWNER#.mip_security.component_authorization(v(''APP_USER''),''sysadmin'')',
p_parent_list_item_id=> 19145420310626219 + wwv_flow_api.g_id_offset,
@@ -43494,7 +43812,7 @@ wwv_flow_api.create_list_item (
p_item_displayed=> 'BY_DEFAULT',
p_list_item_display_sequence=>278,
p_list_item_link_text=> 'Housing Costs',
p_list_item_link_target=> 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.::P18_REQUIRED_COST_TYPE:HOCO:',
p_list_item_link_target=> 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.:RP:P18_REQUIRED_COST_TYPE:HOCO:',
p_list_item_disp_cond_type=> 'PLSQL_EXPRESSION',
p_list_item_disp_condition=> '#OWNER#.mip_security.component_authorization(v(''APP_USER''),''sysadmin'')',
p_parent_list_item_id=> 19145420310626219 + wwv_flow_api.g_id_offset,
@@ -43512,7 +43830,7 @@ wwv_flow_api.create_list_item (
p_item_displayed=> 'BY_DEFAULT',
p_list_item_display_sequence=>279,
p_list_item_link_text=> 'Additional Item Costs',
p_list_item_link_target=> 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.::P18_REQUIRED_COST_TYPE:AICO:',
p_list_item_link_target=> 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.:RP:P18_REQUIRED_COST_TYPE:AICO:',
p_list_item_disp_cond_type=> 'PLSQL_EXPRESSION',
p_list_item_disp_condition=> '#OWNER#.mip_security.component_authorization(v(''APP_USER''),''sysadmin'')',
p_parent_list_item_id=> 19145420310626219 + wwv_flow_api.g_id_offset,
@@ -43919,7 +44237,7 @@ c1:=c1||'lass="hskpnav" title="Log out of the system" accesskey="2">Logout</a>&n
'</div>'||chr(10)||
'</div>'||chr(10)||
'<div id="rowSiteNav">'||chr(10)||
'<p>I &amp; C Online Quotation System &SYSTEM_ENVIRONMENT.</p> '||chr(10)||
'<p>I &amp; C Online Quotation System &SYSTEM_ENVIRONMENT. (#APP_VERSION#)</p> '||chr(10)||
'</div>';
c2:=c2||'<div id="rowFooter"><!-- bottom strip of info -->'||chr(10)||
@@ -43929,17 +44247,18 @@ c2:=c2||'<div id="rowFooter"><!-- bottom strip of info -->'||chr(10)||
''||chr(10)||
' '||chr(10)||
' <div class="hskpcol1"><!-- copyright box -->'||chr(10)||
' <div id="copyright">Copyright © <!--2006--><span id="Pagefooter_lblYear">2007</span> National Grid</div>'||chr(10)||
' <div id="copyright">Copyright &copy; <!--2006--><span id="Pagefooter_lblYear">2007</span> National Grid</div>'||chr(10)||
' </div>'||chr(10)||
' '||chr(10)||
' <div class="hskpcol2">'||chr(10)||
' <div id="navFooter">'||chr(10)||
' <a href="thehelp.htm">Help</a> | '||chr(10)||
' <a';
'';
c2:=c2||' href="thetermsandconditions.htm">Terms &amp; conditions</a>'||chr(10)||
c2:=c2||' <a href="thetermsandconditions.htm">Terms &amp; conditions</a>'||chr(10)||
''||chr(10)||
' | <a href="theprivacypolicy.htm">Privacy policy</a>'||chr(10)||
' | #APP_VERSION#'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
' '||chr(10)||