deleted ADDITIONALITEMS LOV and then re built a new version for bug #299, this now builds the LOV dynamically rather than being fixed to AMR or EMS. This caused a problem on the FAT system as the QA team were unable to generate auto quotes as there was no lead time or price for lifting gear.
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3689 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
345
Screens/f155.sql
345
Screens/f155.sql
@@ -13,8 +13,8 @@ prompt APPLICATION 155 - webmip
|
||||
-- Application Export:
|
||||
-- Application: 155
|
||||
-- Name: webmip
|
||||
-- Date and Time: 21:00 Sunday February 24, 2008
|
||||
-- Exported By:
|
||||
-- Date and Time: 13:46 Monday February 25, 2008
|
||||
-- Exported By: PRIESTJ
|
||||
-- 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 => '20080222160351',
|
||||
p_checksum_salt_last_reset => '20080225134656',
|
||||
p_home_link => 'f?p=&APP_ID.:1',
|
||||
p_box_width => '98%',
|
||||
p_flow_language => 'en-gb',
|
||||
@@ -187,7 +187,7 @@ wwv_flow_api.create_flow(
|
||||
p_substitution_string_01 => 'SYSTEM_ENVIRONMENT',
|
||||
p_substitution_value_01 => '(Development)',
|
||||
p_last_updated_by => 'PRIESTJ',
|
||||
p_last_upd_yyyymmddhh24miss=> '20080222160351',
|
||||
p_last_upd_yyyymmddhh24miss=> '20080225134656',
|
||||
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
|
||||
|
||||
|
||||
@@ -618,42 +618,12 @@ prompt ...Shared Lists of values
|
||||
begin
|
||||
|
||||
wwv_flow_api.create_list_of_values (
|
||||
p_id => 16308001698628897 + wwv_flow_api.g_id_offset,
|
||||
p_id => 41943506692705728 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_lov_name => 'ADDITIONALITEMS',
|
||||
p_lov_query=> '.'||to_char(16308001698628897 + wwv_flow_api.g_id_offset)||'.');
|
||||
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
wwv_flow_api.create_static_lov_data (
|
||||
p_id=>16308204331628951 + wwv_flow_api.g_id_offset,
|
||||
p_lov_id=>16308001698628897 + wwv_flow_api.g_id_offset,
|
||||
p_lov_disp_sequence=>10,
|
||||
p_lov_disp_value=>'Automatic Meter Reader',
|
||||
p_lov_return_value=>'AMR',
|
||||
p_lov_data_comment=> '');
|
||||
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
wwv_flow_api.create_static_lov_data (
|
||||
p_id=>16308429206628961 + wwv_flow_api.g_id_offset,
|
||||
p_lov_id=>16308001698628897 + wwv_flow_api.g_id_offset,
|
||||
p_lov_disp_sequence=>20,
|
||||
p_lov_disp_value=>'Energy Management System',
|
||||
p_lov_return_value=>'EMS',
|
||||
p_lov_data_comment=> '');
|
||||
p_lov_query=> 'select description d, code r'||chr(10)||
|
||||
'from additional_items'||chr(10)||
|
||||
'order by 1');
|
||||
|
||||
null;
|
||||
|
||||
@@ -2069,6 +2039,253 @@ 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;
|
||||
/
|
||||
|
||||
--application/pages/page_00000
|
||||
prompt ...PAGE 0: system
|
||||
@@ -6498,8 +6715,8 @@ wwv_flow_api.create_page(
|
||||
p_step_template => '',
|
||||
p_required_role => 14572900838700208+ wwv_flow_api.g_id_offset,
|
||||
p_required_patch=> null + wwv_flow_api.g_id_offset,
|
||||
p_last_updated_by => 'DHARSHANIK',
|
||||
p_last_upd_yyyymmddhh24miss => '20080222153246',
|
||||
p_last_updated_by => 'PRIESTJ',
|
||||
p_last_upd_yyyymmddhh24miss => '20080225130602',
|
||||
p_page_is_public_y_n=> 'N',
|
||||
p_protection_level=> 'C',
|
||||
p_page_comment => '');
|
||||
@@ -7247,7 +7464,9 @@ wwv_flow_api.create_page_item(
|
||||
p_source_type=> 'DB_COLUMN',
|
||||
p_display_as=> 'COMBOBOX',
|
||||
p_named_lov=> 'ADDITIONALITEMS',
|
||||
p_lov => '.'||to_char(16308001698628897 + wwv_flow_api.g_id_offset)||'.',
|
||||
p_lov => 'select description d, code r'||chr(10)||
|
||||
'from additional_items'||chr(10)||
|
||||
'order by 1',
|
||||
p_lov_columns=> 1,
|
||||
p_lov_display_null=> 'NO',
|
||||
p_lov_translated=> 'N',
|
||||
@@ -7439,7 +7658,7 @@ wwv_flow_api.create_page_validation(
|
||||
p_validation => 'P19_DELIVERY_COST',
|
||||
p_validation2 => '^[[:digit:]]{0,36}(.[[:digit:]]{0,2})$',
|
||||
p_validation_type => 'REGULAR_EXPRESSION',
|
||||
p_error_message => 'Delivery Price must be a monetary value, without a currency symbol',
|
||||
p_error_message => 'Delivery Price must be a monetary value, without currency symbol and less than three decimal places',
|
||||
p_associated_item=> 39724531496558605 + wwv_flow_api.g_id_offset,
|
||||
p_error_display_location=>'INLINE_WITH_FIELD_AND_NOTIFICATION',
|
||||
p_validation_comment=> '');
|
||||
@@ -12974,11 +13193,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 MPRN’s) 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 MPRN’s) 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)||
|
||||
'';
|
||||
@@ -15001,7 +15220,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||'AM’s or Gas Supplier’s 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||'AM’s or Gas Supplier’s 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)||
|
||||
'';
|
||||
@@ -15010,8 +15229,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)||
|
||||
@@ -15074,12 +15293,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 +29516,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 +36436,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 +39702,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',
|
||||
@@ -40169,7 +40388,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 => '20080222141708',
|
||||
p_last_upd_yyyymmddhh24miss => '20080225130651',
|
||||
p_page_is_public_y_n=> 'N',
|
||||
p_page_comment => '');
|
||||
|
||||
@@ -40444,7 +40663,9 @@ wwv_flow_api.create_page_item(
|
||||
p_source_type=> 'DB_COLUMN',
|
||||
p_display_as=> 'COMBOBOX',
|
||||
p_named_lov=> 'ADDITIONALITEMS',
|
||||
p_lov => '.'||to_char(16308001698628897 + wwv_flow_api.g_id_offset)||'.',
|
||||
p_lov => 'select description d, code r'||chr(10)||
|
||||
'from additional_items'||chr(10)||
|
||||
'order by 1',
|
||||
p_lov_columns=> 1,
|
||||
p_lov_display_null=> 'YES',
|
||||
p_lov_translated=> 'N',
|
||||
@@ -42627,7 +42848,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,
|
||||
@@ -43928,7 +44149,7 @@ 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 © <!--2006--><span id="Pagefooter_lblYear">2007</span> National Grid</div>'||chr(10)||
|
||||
' </div>'||chr(10)||
|
||||
' '||chr(10)||
|
||||
' <div class="hskpcol2">'||chr(10)||
|
||||
|
||||
Reference in New Issue
Block a user