Automatic export of Application 155

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@4071 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2008-03-25 21:00:06 +00:00
parent d11ee1ccc9
commit 3f2f18b4e5

View File

@@ -13,8 +13,7 @@ prompt APPLICATION 155 - webmip
-- Application Export:
-- Application: 155
-- Name: webmip
-- Date and Time: 15:23 Tuesday March 25, 2008
-- Exported By: HARDYA
-- Exported By:
-- Flashback: 0
-- Export Type: Application Export
-- Version: 3.1.0.00.32
@@ -86,7 +85,7 @@ begin execute immediate 'alter session set nls_numeric_characters=''.,''';
end;
/
begin wwv_flow.g_browser_language := 'en-gb'; end;
begin wwv_flow.g_browser_language := 'en-us'; end;
/
prompt Check Compatibility...
@@ -145,7 +144,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 => '20080325152347',
p_checksum_salt_last_reset => '20080325171436',
p_home_link => 'f?p=&APP_ID.:101',
p_flow_language => 'en-gb',
p_flow_language_derived_from=> 'FLOW_PRIMARY_LANGUAGE',
@@ -190,7 +189,7 @@ wwv_flow_api.create_flow(
p_substitution_string_02 => 'T_AND_C_URL',
p_substitution_value_02 => 'http://www.nationalgrid.com/uk/metering/mip/tc.htm',
p_last_updated_by => 'HARDYA',
p_last_upd_yyyymmddhh24miss=> '20080325152347',
p_last_upd_yyyymmddhh24miss=> '20080325171436',
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
@@ -2129,754 +2128,6 @@ null;
end;
/
--application/comments
prompt ...comments: requires application express 2.2 or higher
--
begin
wwv_flow_api.create_app_comments (
p_id=>988426905188981 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'66',
p_app_comment=>'ticket #304'||chr(10)||
''||chr(10)||
'corrected the regexp for the Fax field. It was using an email to validate rather than the phone number format.',
p_updated_on=>'2008.03.05.09:44:37',
p_updated_by=>'MULLENM',
p_created_on=>'2008.03.05.09:44:37',
p_created_by=>'MULLENM',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>1001917206586682 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'60',
p_app_comment=>'Ticket #310'||chr(10)||
''||chr(10)||
'I''ve now changed the button to clear the cache for the party creation pages when clicked.',
p_updated_on=>'2008.03.05.13:37:33',
p_updated_by=>'MULLENM',
p_created_on=>'2008.03.05.13:37:33',
p_created_by=>'MULLENM',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>1440327703016623 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'69',
p_app_comment=>'Ticket #342'||chr(10)||
''||chr(10)||
'Added not null validation to the address code field.',
p_updated_on=>'2008.03.06.15:49:12',
p_updated_by=>'MULLENM',
p_created_on=>'2008.03.06.15:49:12',
p_created_by=>'MULLENM',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>1475321039383703 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'62',
p_app_comment=>'Ticket 344'||chr(10)||
''||chr(10)||
'altered the regular expression to look for nought or more spaces'||chr(10)||
''||chr(10)||
'^((\(?0\d{4}\)?\s*\d{3}\s*\d{3})|(\(?0\d{3}\)?\s*\d{3}\s?\d{4})|(\(?0\d{2}\)?\s*\d{4}\s*\d{4}))(\s*\#(\d{4}|\d{3}))?$'||chr(10)||
''||chr(10)||
'applied to phone, fax and mobile fields',
p_updated_on=>'2008.03.06.16:50:23',
p_updated_by=>'MULLENM',
p_created_on=>'2008.03.06.16:50:23',
p_created_by=>'MULLENM',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>1476613336400407 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'66',
p_app_comment=>'Updated regular expression for phone, mobile and fax fields'||chr(10)||
''||chr(10)||
'^((\(?0\d{4}\)?\s*\d{3}\s*\d{3})|(\(?0\d{3}\)?\s*\d{3}\s*\d{4})|(\(?0\d{2}\)?\s*\d{4}\s*\d{4}))(\s*\#(\d{4}|\d{3}))?$'||chr(10)||
''||chr(10)||
'will now accept nought or more spaces'||chr(10)||
''||chr(10)||
'part of ticket 344',
p_updated_on=>'2008.03.06.16:53:10',
p_updated_by=>'MULLENM',
p_created_on=>'2008.03.06.16:53:10',
p_created_by=>'MULLENM',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>2351117059119720 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'57',
p_app_comment=>'Addressed #281, length of DIM F',
p_updated_on=>'2008.03.10.08:59:40',
p_updated_by=>'HARDYA',
p_created_on=>'2008.03.10.08:59:40',
p_created_by=>'HARDYA',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>3766712284937437 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'69',
p_app_comment=>'Ticket #342'||chr(10)||
''||chr(10)||
'More not null validations added to the address fields to stop people from trying to store invalid addresses.',
p_updated_on=>'2008.03.12.16:02:35',
p_updated_by=>'MULLENM',
p_created_on=>'2008.03.12.16:02:35',
p_created_by=>'MULLENM',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>6194429902258057 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'32',
p_app_comment=>'Addressed #404 by renaming P32_DOWNSTREAM... to P32_DS and removing the use of apex_util.set_session_state from ResetMeterSizes',
p_updated_on=>'2008.03.17.10:49:17',
p_updated_by=>'HARDYA',
p_created_on=>'2008.03.17.10:49:17',
p_created_by=>'HARDYA',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>6565830395519712 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'4',
p_app_comment=>'ser service pressure tier to reference LOV servicepressures as LOV servicepressuretier orders the select list incorrectly',
p_updated_on=>'2008.03.17.17:06:13',
p_updated_by=>'PRIESTJ',
p_created_on=>'2008.03.17.17:06:13',
p_created_by=>'PRIESTJ',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>7548811462835223 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'81',
p_app_comment=>'Addressed #245 - quote characters in Qmin message',
p_updated_on=>'2008.03.19.17:12:07',
p_updated_by=>'HARDYA',
p_created_on=>'2008.03.19.17:12:07',
p_created_by=>'HARDYA',
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,
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;
/
begin
wwv_flow_api.create_app_comments (
p_id=>43178801210220863 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'19',
p_app_comment=>'Addressed 179 by adding the ''-Please Select..'' display value for null on the LOV.'||chr(10)||
'Addressed 191 by resetting pagination for page 18 on delete.',
p_updated_on=>'2008.02.27.10:57:19',
p_updated_by=>'HARDYA',
p_created_on=>'2008.02.27.10:57:19',
p_created_by=>'HARDYA',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>43240631011380813 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'66',
p_app_comment=>'Made the party status field read-only always.'||chr(10)||
''||chr(10)||
'part of ticket #141',
p_updated_on=>'2008.02.27.11:23:59',
p_updated_by=>'MULLENM',
p_created_on=>'2008.02.27.11:23:59',
p_created_by=>'MULLENM',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>43384730168920005 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'69',
p_app_comment=>'Ticket #278'||chr(10)||
''||chr(10)||
'address code is now read only as we are only editing an existing address.'||chr(10)||
''||chr(10)||
'I''ve aded warning message to say that editing this may impact other users in the system.',
p_updated_on=>'2008.02.27.12:53:50',
p_updated_by=>'MULLENM',
p_created_on=>'2008.02.27.12:53:50',
p_created_by=>'MULLENM',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>44223311857111545 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'69',
p_app_comment=>'Ticket #135'||chr(10)||
''||chr(10)||
'I''ve added a validation to the address code field that checks if the address is already assigned to the user when trying to add a new address. You should receive an error message telling you that it''s already assigned.',
p_updated_on=>'2008.02.28.11:39:05',
p_updated_by=>'MULLENM',
p_created_on=>'2008.02.28.11:39:05',
p_created_by=>'MULLENM',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>44343515704415414 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'32',
p_app_comment=>'set care category code field to get data from the cache unless the cache is empty, added a clear cache for page 32 when the request for quotation branch occurs, both of these are detailed in ticket #318',
p_updated_on=>'2008.02.28.12:29:44',
p_updated_by=>'PRIESTJ',
p_created_on=>'2008.02.28.12:29:44',
p_created_by=>'PRIESTJ',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>44504317921851325 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'19',
p_app_comment=>'removed nowrap="nowrap" attribute for the delivery cost as it was pushing all the fields to the right and causing the dreaded float drop on IE6. Fixed for ticket #184',
p_updated_on=>'2008.02.28.13:42:46',
p_updated_by=>'PRIESTJ',
p_created_on=>'2008.02.28.13:42:46',
p_created_by=>'PRIESTJ',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>44530128881920789 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'63',
p_app_comment=>'Ticket 298'||chr(10)||
''||chr(10)||
'Added field length restrictions to all the address fields.',
p_updated_on=>'2008.02.28.13:53:57',
p_updated_by=>'MULLENM',
p_created_on=>'2008.02.28.13:53:57',
p_created_by=>'MULLENM',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>44533116199926550 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'64',
p_app_comment=>'Ticket 298'||chr(10)||
''||chr(10)||
'Added field length restrictions to all the address fields.',
p_updated_on=>'2008.02.28.13:54:55',
p_updated_by=>'MULLENM',
p_created_on=>'2008.02.28.13:54:55',
p_created_by=>'MULLENM',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>44534101093931603 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'61',
p_app_comment=>'Removed nowrap attribute from fields as large error messages were pushing the fields over to the right of the screen as part of ticket #184'||chr(10)||
'',
p_updated_on=>'2008.02.28.13:56:00',
p_updated_by=>'PRIESTJ',
p_created_on=>'2008.02.28.13:56:00',
p_created_by=>'PRIESTJ',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>44534703170932277 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'69',
p_app_comment=>'Ticket 298'||chr(10)||
''||chr(10)||
'Added field length restrictions to all the address fields.',
p_updated_on=>'2008.02.28.13:55:52',
p_updated_by=>'MULLENM',
p_created_on=>'2008.02.28.13:55:52',
p_created_by=>'MULLENM',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>44608121889089039 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'62',
p_app_comment=>'Added validations of the phone, fax and mobile fields as ticket #304.'||chr(10)||
''||chr(10)||
'Added validation of the email field as ticket #311',
p_updated_on=>'2008.02.28.14:22:00',
p_updated_by=>'MULLENM',
p_created_on=>'2008.02.28.14:22:00',
p_created_by=>'MULLENM',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>44612325961109147 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'66',
p_app_comment=>'Added validations to phone, fax and mobile fields as part of ticket #304.'||chr(10)||
''||chr(10)||
'Added validation to email field as ticket #311.',
p_updated_on=>'2008.02.28.14:25:21',
p_updated_by=>'MULLENM',
p_created_on=>'2008.02.28.14:25:21',
p_created_by=>'MULLENM',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>44613905098122014 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'32',
p_app_comment=>'Changed the Apply Changes button label to Save at the request of NG Metering, see ticket #255',
p_updated_on=>'2008.02.28.14:27:30',
p_updated_by=>'PRIESTJ',
p_created_on=>'2008.02.28.14:27:30',
p_created_by=>'PRIESTJ',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>45002917124768922 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'32',
p_app_comment=>'Added Branch for the cancel button that clears the cache and attempts to reload the current enquiry by passing the current id. For ticket #275',
p_updated_on=>'2008.02.28.16:15:37',
p_updated_by=>'PRIESTJ',
p_created_on=>'2008.02.28.16:15:37',
p_created_by=>'PRIESTJ',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>45084805415295480 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'32',
p_app_comment=>'Altered Agent and Supplier display/read only code so that the agents can see the agent field for enquiries that have been quoted for. See ticket #288',
p_updated_on=>'2008.02.28.17:44:00',
p_updated_by=>'PRIESTJ',
p_created_on=>'2008.02.28.17:44:00',
p_created_by=>'PRIESTJ',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>45314522140500588 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'32',
p_app_comment=>'altered attributes for save(save) and save(update) buttons. So that they read class=''save'' or class=''update'' so they can be used correctly in the integration test',
p_updated_on=>'2008.02.29.10:57:15',
p_updated_by=>'PRIESTJ',
p_created_on=>'2008.02.29.10:57:15',
p_created_by=>'PRIESTJ',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>45429812382380676 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'32',
p_app_comment=>'Altered Supplier Select list as part of ticket #308 will only select suppliers that have agents now',
p_updated_on=>'2008.06.10.11:52:24',
p_updated_by=>'PRIESTJ',
p_created_on=>'2008.06.10.11:52:24',
p_created_by=>'PRIESTJ',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>45457303129607789 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'101',
p_app_comment=>'Added an if statement to send anyone logging in as a SUPPADMIN to the user management screen rather than the enquiries screen',
p_updated_on=>'2008.02.29.13:43:30',
p_updated_by=>'PRIESTJ',
p_created_on=>'2008.02.29.13:43:30',
p_created_by=>'PRIESTJ',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>45509603129837868 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'61',
p_app_comment=>'Restricted field lengths to that of the database tables, was generating a nasty error if you put too many chars in.',
p_updated_on=>'2008.02.29.13:43:30',
p_updated_by=>'PRIESTJ',
p_created_on=>'2008.02.29.13:43:30',
p_created_by=>'PRIESTJ',
p_app_version=>'');
end;
/
begin
wwv_flow_api.create_app_comments (
p_id=>45518403129993140 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_pages=>'62',
p_app_comment=>'Restricted the filed lengths on the text fields to those in the associated columns in the database as part of a review on ticket #327',
p_updated_on=>'2008.02.29.13:43:30',
p_updated_by=>'PRIESTJ',
p_created_on=>'2008.02.29.13:43:30',
p_created_by=>'PRIESTJ',
p_app_version=>'');
end;
/
--application/pages/page_00000
prompt ...PAGE 0: system
@@ -11253,7 +10504,7 @@ wwv_flow_api.create_page(
p_required_role => 16097609166220701+ 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 => '20080325152035',
p_last_upd_yyyymmddhh24miss => '20080325171436',
p_page_is_public_y_n=> 'N',
p_protection_level=> 'C',
p_page_comment => '');
@@ -14679,11 +13930,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)||
'';
@@ -16733,7 +15984,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)||
'';
@@ -16742,8 +15993,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)||
@@ -16806,12 +16057,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)||
@@ -21405,11 +20656,13 @@ wwv_flow_api.create_page_process(
p_process_sequence=> 90,
p_process_point=> 'AFTER_SUBMIT',
p_process_type=> 'PLSQL',
p_process_name=> 'Create Supplier Role',
p_process_name=> 'Create ENQ SUPP',
p_process_sql_clob => p,
p_process_error_message=> 'Unable to create enquiry, primary key error',
p_process_when=>'SITE_DETAIL_SAVE,SITE_ADDRESS_SAVE,CONTACT_DETAILS_SAVE,SECOND_CONTACT_DETAILS_SAVE,JOB_INFO_SAVE',
p_process_when_type=>'REQUEST_IN_CONDITION',
p_process_when=>'mip_enquiry.get_enquiry_role(p_enquiryid => :P32_ID,'||chr(10)||
' p_rolecode => ''ENQ SUPP'') is null'||chr(10)||
'',
p_process_when_type=>'PLSQL_EXPRESSION',
p_process_success_message=> '',
p_process_is_stateful_y_n=>'N',
p_process_comment=>'');
@@ -21585,11 +20838,13 @@ wwv_flow_api.create_page_process(
p_process_sequence=> 200,
p_process_point=> 'AFTER_SUBMIT',
p_process_type=> 'PLSQL',
p_process_name=> 'Create Agent Role',
p_process_name=> 'Create ENQ OWN role',
p_process_sql_clob => p,
p_process_error_message=> 'Unable to create enquiry, primary key error',
p_process_when=>'SITE_DETAIL_SAVE,SITE_ADDRESS_SAVE,CONTACT_DETAILS_SAVE,SECOND_CONTACT_DETAILS_SAVE,JOB_INFO_SAVE',
p_process_when_type=>'REQUEST_IN_CONDITION',
p_process_when=>'mip_enquiry.get_enquiry_role(p_enquiryid => :P32_ID,'||chr(10)||
' p_rolecode => ''ENQ OWN'') is null'||chr(10)||
'',
p_process_when_type=>'PLSQL_EXPRESSION',
p_process_success_message=> '',
p_process_is_stateful_y_n=>'N',
p_process_comment=>'');
@@ -32229,7 +31484,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)||
@@ -39451,7 +38706,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,
@@ -46221,7 +45476,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,