Automatic export of Application 155

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3638 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2008-02-19 21:00:12 +00:00
parent 5946cde4dd
commit 5af682eafd

View File

@@ -13,8 +13,8 @@ prompt APPLICATION 155 - webmip
-- Application Export:
-- Application: 155
-- Name: webmip
-- Date and Time: 17:31 Tuesday February 19, 2008
-- Exported By: PRIESTJ
-- Date and Time: 21:00 Tuesday February 19, 2008
-- Exported By:
-- Flashback: 0
-- Export Type: Application Export
-- Version: 3.0.1.00.08
@@ -28,7 +28,7 @@ prompt APPLICATION 155 - webmip
-- Pages: 54
-- Items: 336
-- Computations: 1
-- Validations: 197
-- Validations: 198
-- Processes: 96
-- Regions: 78
-- Buttons: 118
@@ -86,7 +86,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 +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 => '20080219173108',
p_checksum_salt_last_reset => '20080219203557',
p_home_link => 'f?p=&APP_ID.:1',
p_box_width => '98%',
p_flow_language => 'en-gb',
@@ -186,8 +186,8 @@ wwv_flow_api.create_flow(
p_default_listr_template => 24740611526526770 + wwv_flow_api.g_id_offset,
p_substitution_string_01 => 'SYSTEM_ENVIRONMENT',
p_substitution_value_01 => '(Development)',
p_last_updated_by => 'PRIESTJ',
p_last_upd_yyyymmddhh24miss=> '20080219173108',
p_last_updated_by => 'HARDYA',
p_last_upd_yyyymmddhh24miss=> '20080219203557',
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
@@ -2053,9 +2053,6 @@ null;
end;
/
--application/comments
prompt ...comments: requires application express 2.2 or higher
--
--application/pages/page_00000
prompt ...PAGE 0: system
@@ -8603,8 +8600,8 @@ wwv_flow_api.create_page(
p_html_page_header => ' ',
p_step_template => '',
p_required_patch=> null + wwv_flow_api.g_id_offset,
p_last_updated_by => 'DHARSHANIK',
p_last_upd_yyyymmddhh24miss => '20080213164650',
p_last_updated_by => 'HARDYA',
p_last_upd_yyyymmddhh24miss => '20080219203557',
p_page_is_public_y_n=> 'N',
p_page_comment => '');
@@ -8847,6 +8844,27 @@ end;
/
begin
wwv_flow_api.create_page_validation(
p_id => 39571107431571991 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_flow_step_id => 24,
p_validation_name => 'P24_LEAD_TIME',
p_validation_sequence=> 10,
p_validation => 'P24_LEAD_TIME',
p_validation_type => 'ITEM_IS_NUMERIC',
p_error_message => 'Lead Time must be a numeric value',
p_associated_item=> 36172819156352259 + wwv_flow_api.g_id_offset,
p_error_display_location=>'INLINE_WITH_FIELD_AND_NOTIFICATION',
p_validation_comment=> '');
null;
end;
/
begin
declare
@@ -8980,8 +8998,8 @@ wwv_flow_api.create_page(
p_html_page_header => '',
p_step_template => '',
p_required_patch=> null + wwv_flow_api.g_id_offset,
p_last_updated_by => 'MULLENM',
p_last_upd_yyyymmddhh24miss => '20080219163621',
p_last_updated_by => 'HARDYA',
p_last_upd_yyyymmddhh24miss => '20080219174439',
p_page_is_public_y_n=> 'N',
p_protection_level=> 'C',
p_page_comment => '');
@@ -9041,10 +9059,12 @@ s:=s||' enq.mprn,'||chr(10)||
' enq.transaction_reference,'||chr(10)||
' enq.install_postcode'||chr(10)||
' FROM enquiries enq'||chr(10)||
' WHERE enq.id like :P30_ENQUIRY_ID'||chr(10)||
' OR enq.mprn like :P30_MPRN'||chr(10)||
' OR enq.transaction_reference like :P30_TRANS_REF'||chr(10)||
' OR upper(REPLACE(enq.install_postcode,'' '','''')) like upper(REPLACE(:P30_POSTCODE,'' '',''''))'||chr(10)||
' WHERE enq.id like :P30_ENQUIRY_ID||''%'''||chr(10)||
' and enq.mprn like :P30_MPRN||''%'''||chr(10)||
' and enq.transaction_reference like :P30_TRANS_REF||''%'''||chr(10)||
' and upper(REPLACE(enq.install_postcode,'' '','''')) like upper(REPLACE(:P30_POSTCODE,'' '',''''))||''%''';
s:=s||''||chr(10)||
') enquiries';
wwv_flow_api.create_report_region (
@@ -9352,13 +9372,13 @@ s:=s||' enq.mprn,'||chr(10)||
' enq.transaction_reference,'||chr(10)||
' enq.install_postcode'||chr(10)||
' FROM enquiries enq'||chr(10)||
' WHERE enq.id like :P30_ENQUIRY_ID'||chr(10)||
' OR enq.mprn like :P30_MPRN'||chr(10)||
' OR enq.transaction_reference like :P30_TRANS_REF'||chr(10)||
' OR upper(REPLACE(enq.install_postcode,'' '','''')) like upper(REPLACE(:P30_POSTCODE,'' '',''''))) enquiries,'||chr(10)||
' enquiry_r';
' WHERE enq.id like :P30_ENQUIRY_ID||''%'''||chr(10)||
' and enq.mprn like :P30_MPRN||''%'''||chr(10)||
' and enq.transaction_reference like :P30_TRANS_REF||''%'''||chr(10)||
' and upper(REPLACE(enq.install_postcode,'' '','''')) like upper(REPLACE(:P30_POSTCODE,'' '',''''))||''%'') enqui';
s:=s||'oles er,'||chr(10)||
s:=s||'ries,'||chr(10)||
' enquiry_roles er,'||chr(10)||
' parties p'||chr(10)||
' WHERE enquiries.id IN'||chr(10)||
' (SELECT veps.enqu_id'||chr(10)||
@@ -27649,7 +27669,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)||
@@ -34455,7 +34475,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,
@@ -37709,7 +37729,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',
@@ -40703,7 +40723,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,
@@ -41982,13 +42002,13 @@ c1:=c1||'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
'<div id="logo" class="hskpco';
c1:=c1||'l1">'||chr(10)||
'<a href="http://www.nationalgrid.com/"><img src="#WORKSPACE_IMAGES#logo_group_medium.gif" alt="National Grid Metering"/></a>'||chr(10)||
'<a href="http://www.nationalgrid.com/"><img src="/i/ng_logo_group_medium.gif" alt="National Grid Metering"/></a>'||chr(10)||
'</div>'||chr(10)||
'<div id="navHousekeep" class="hskpcol2">'||chr(10)||
'<div class="margin5">'||chr(10)||
'<a href="this is the url for the holding page for the ICOMQ system" class="hskpnav" title="Return to the Metering Online Quotations Home Page" accesskey="1">Home</a>&nbsp;|&nbsp;<a href="&LOGOUT_';
'<a href="this is the url for the holding page for the ICOMQ system" class="hskpnav" title="Return to the Metering Online Quotations Home Page" accesskey="1">Home</a>&nbsp;|&nbsp;<a href="&LOGOUT_URL." class=';
c1:=c1||'URL." class="hskpnav" title="Log out of the system" accesskey="2">Logout</a>&nbsp;|&nbsp;<!--a href="/group/help" class="hskpnav">Help</a>&nbsp;|&nbsp;--><span>You are logged in as:&APP_USER.</span>'||chr(10)||
c1:=c1||'"hskpnav" title="Log out of the system" accesskey="2">Logout</a>&nbsp;|&nbsp;<!--a href="/group/help" class="hskpnav">Help</a>&nbsp;|&nbsp;--><span>You are logged in as:&APP_USER.</span>'||chr(10)||
'</div>'||chr(10)||
'</div>'||chr(10)||
'</div>'||chr(10)||
@@ -42003,7 +42023,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)||
@@ -42071,7 +42091,7 @@ wwv_flow_api.create_template(
p_non_current_image_tab=> '',
p_notification_message=> '<div class="t4notification">#MESSAGE#</div>',
p_navigation_bar=> '',
p_navbar_entry=> '<li><img src="#WORKSPACE_IMAGES#black.gif" alt=""><a href="#LINK#">#TEXT#</a></li>',
p_navbar_entry=> '<li><img src="/i/ng_black.gif" alt=""><a href="#LINK#">#TEXT#</a></li>',
p_app_tab_before_tabs=>'',
p_app_tab_current_tab=>'',
p_app_tab_non_current_tab=>'',
@@ -42776,13 +42796,13 @@ c1:=c1||'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
'<div id="logo" class="hskpco';
c1:=c1||'l1">'||chr(10)||
'<a href="http://www.nationalgrid.com/"><img src="#WORKSPACE_IMAGES#logo_group_medium.gif" alt="National Grid Metering"/></a>'||chr(10)||
'<a href="http://www.nationalgrid.com/"><img src="/i/ng_logo_group_medium.gif" alt="National Grid Metering"/></a>'||chr(10)||
'</div>'||chr(10)||
'<div id="navHousekeep" class="hskpcol2">'||chr(10)||
'<div class="margin5">'||chr(10)||
'<a href="this is the url for the holding page for the ICOMQ system" class="hskpnav" title="Return to the Metering Online Quotations Home Page" accesskey="1">Home</a>&nbsp;|&nbsp;<a href="&LOGOUT_';
'<a href="this is the url for the holding page for the ICOMQ system" class="hskpnav" title="Return to the Metering Online Quotations Home Page" accesskey="1">Home</a>&nbsp;|&nbsp;<a href="&LOGOUT_URL." class=';
c1:=c1||'URL." class="hskpnav" title="Log out of the system" accesskey="2">Logout</a>&nbsp;|&nbsp;<!--a href="/group/help" class="hskpnav">Help</a>&nbsp;|&nbsp;--><span>You are logged in as:&APP_USER.</span>'||chr(10)||
c1:=c1||'"hskpnav" title="Log out of the system" accesskey="2">Logout</a>&nbsp;|&nbsp;<!--a href="/group/help" class="hskpnav">Help</a>&nbsp;|&nbsp;--><span>You are logged in as:&APP_USER.</span>'||chr(10)||
'</div>'||chr(10)||
'</div>'||chr(10)||
'</div>'||chr(10)||
@@ -42792,12 +42812,12 @@ c1:=c1||'URL." class="hskpnav" title="Log out of the system" accesskey="2">Logou
''||chr(10)||
'<script type="text/javascript">'||chr(10)||
''||chr(10)||
'function MyErrorPage(p_err_item,p_err_proces';
c1:=c1||'s)'||chr(10)||
'function MyErrorPage(p_err_item,p_err_process)'||chr(10)||
'{'||chr(10)||
''||chr(10)||
' var vElementList = null;'||chr(10)||
' va';
c1:=c1||'r vElementList = null;'||chr(10)||
' var vElement = null;'||chr(10)||
' var vErrorStack = null;'||chr(10)||
' var vOraErrorStack = null;'||chr(10)||
@@ -42806,38 +42826,32 @@ c1:=c1||'s)'||chr(10)||
' var vAjaxRequest = null;'||chr(10)||
' var vAjaxResult = null;'||chr(10)||
' var vMyMsg = '''';'||chr(10)||
' var vOriginalSin = document.getElementById(''OriginalSin'');'||chr(10)||
''||chr(10)||
' vOriginalSin.innerHTML = ''Hello World'';'||chr(10)||
''||chr(10)||
''||chr(10)||
' vElementList = window.document.getElem';
c1:=c1||'entsByTagName("div");'||chr(10)||
' vElementList = window.document.getElementsByTagName("div");'||chr(10)||
' for (i=0; i < vElementList.length; i++)'||chr(10)||
' {'||chr(10)||
' vElement = vElementList[i];'||chr(10)||
' '||chr(10)||
' if (vElement.className == "ErrorPageMessage")'||chr(10)||
' if (vElement';
c1:=c1||'.className == "ErrorPageMessage")'||chr(10)||
' {'||chr(10)||
' vErrorStack = (vErrorStack ==null?"":vErrorStack+"<br/>")+vElement.innerHTML;'||chr(10)||
' vOriginalSin.innerHTML = vElement.innerHTML;'||chr(10)||
' vElement.innerHTML = '''';'||chr(10)||
' vOraErrorStack = vErrorStack.split("ORA-");'||chr(10)||
' for(var j=1; j < vOraErrorStac';
c1:=c1||'k.length; j++) {'||chr(10)||
' for(var j=1; j < vOraErrorStack.length; j++) {'||chr(10)||
' vOraError = vOraErrorStack[j];'||chr(10)||
' vAjaxRequest = new htmldb_Get(null,&APP_ID.,''APPLICATION_PROCESS=''+p_err_process,0);'||chr(10)||
' vAjaxRequest.add(p_err_item,vOraError);'||chr(10)||
' vAjaxReque';
c1:=c1||'st.add(p_err_item,vOraError);'||chr(10)||
' vAjaxResult = vAjaxRequest.get();'||chr(10)||
' if (vAjaxResult) {'||chr(10)||
' vMyMsg = vMyMsg + vAjaxResult + ''<br>'' ;'||chr(10)||
' } else {'||chr(10)||
' vMyMsg = vMyMsg + ''ORA-''+vOraError.substring(0) + ''<br>'' ;'||chr(10)||
' ';
c1:=c1||' }'||chr(10)||
' }'||chr(10)||
' }'||chr(10)||
' document.getElementById(''ORA'').innerHTML = vMyMsg;'||chr(10)||
' }'||chr(10)||
@@ -42845,9 +42859,9 @@ c1:=c1||' }'||chr(10)||
'}'||chr(10)||
'</script>'||chr(10)||
''||chr(10)||
'<b id="OriginalSin">Hello Moto</b>'||chr(10)||
''||chr(10)||
'<body onload="MyErrorPage(''ORA_ERR_CODE'',''getErrorMsg'')" #ONLOAD#>#FORM_OPEN#'||chr(10)||
'<body onload="MyErrorPage(''ORA_ERR_CODE'',''getErrorMsg'')" #ONLOAD#>#FORM';
c1:=c1||'_OPEN#'||chr(10)||
''||chr(10)||
'';
@@ -42858,15 +42872,15 @@ 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)||
' </div>'||chr(10)||
@@ -42887,17 +42901,17 @@ c3:=c3||'<div id="UKSubNav" class="reg">'||chr(10)||
'</div>'||chr(10)||
'<div id="colMid">'||chr(10)||
''||chr(10)||
'<center>'||chr(10)||
'#BOX_BODY#'||chr(10)||
'</center>'||chr(10)||
''||chr(10)||
''||chr(10)||
'#REGION_POSITION_02#'||chr(10)||
'#REGION_POSITION_03#'||chr(10)||
'#REGION_POSITION_04#'||chr(10)||
'</div>'||chr(10)||
'<div id="colRight">'||chr(10)||
'<h1 class="podTitle"><img src="#WORKSPACE_IMAGES#exclaim.gif" alt=""/>Important Messages</h1>'||chr(10)||
'<d';
'<div class="t4messages">#GLOBAL_NOTIFICATION#';
c3:=c3||'iv class="t4messages">#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#</div>'||chr(10)||
c3:=c3||'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#</div>'||chr(10)||
'</div>'||chr(10)||
'</div>'||chr(10)||
''||chr(10)||
@@ -42926,7 +42940,7 @@ wwv_flow_api.create_template(
p_non_current_image_tab=> '',
p_notification_message=> '<div class="t4notification">#MESSAGE#</div>',
p_navigation_bar=> '',
p_navbar_entry=> '<li><img src="#WORKSPACE_IMAGES#black.gif" alt=""><a href="#LINK#">#TEXT#</a></li>',
p_navbar_entry=> '<li><img src="/i/ng_black.gif" alt=""><a href="#LINK#">#TEXT#</a></li>',
p_app_tab_before_tabs=>'',
p_app_tab_current_tab=>'',
p_app_tab_non_current_tab=>'',
@@ -44740,17 +44754,17 @@ declare
l_clob8 clob;
l_length number := 1;
begin
t:=t||'<li><a name="#LIST_LABEL#" class="current" href="#LINK#"><img src="#WORKSPACE_IMAGES#black.gif" alt="">#TEXT#</a></li>';
t:=t||'<li><a name="#LIST_LABEL#" class="current" href="#LINK#"><img src="/i/ng_black.gif" alt="">#TEXT#</a></li>';
t2:=t2||'<li><a name="#LIST_LABEL#" href="#LINK#"><img src="#WORKSPACE_IMAGES#black.gif" alt="">#TEXT#</a></li>';
t2:=t2||'<li><a name="#LIST_LABEL#" href="#LINK#"><img src="/i/ng_black.gif" alt="">#TEXT#</a></li>';
t3:=t3||'<li><a name="#LIST_LABEL#" class="current" href="#LINK#"><img src="#WORKSPACE_IMAGES#black.gif" alt="">#TEXT#</a></li>';
t4:=t4||'<li><a name="#LIST_LABEL#" href="#LINK#"><img src="#WORKSPACE_IMAGES#black.gif" alt="">#TEXT#</a></li>';
t5:=t5||'<li><a name="#LIST_LABEL#" class="current" href="#LINK#"><img src="#WORKSPACE_IMAGES#black.gif" alt="">#TEXT#</a></li>';
t5:=t5||'<li><a name="#LIST_LABEL#" class="current" href="#LINK#"><img src="/i/ng_black.gif" alt="">#TEXT#</a></li>';
t6:=t6||'<li><a name="#LIST_LABEL#" href="#LINK#"><img src="#WORKSPACE_IMAGES#black.gif" alt="">#TEXT#</a></li>';
t6:=t6||'<li><a name="#LIST_LABEL#" href="#LINK#"><img src="/i/ng_black.gif" alt="">#TEXT#</a></li>';
t7:=t7||'<li><a name="#LIST_LABEL#" class="current" href="#LINK#"><img src="#WORKSPACE_IMAGES#black.gif" alt="">#TEXT#</a></li>';