Set the maximum rows to 8000 on the search enquiry screen, no value was set so it was set to the default of 500. This is a fix for #401
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@4033 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -13,7 +13,7 @@ prompt APPLICATION 155 - webmip
|
||||
-- Application Export:
|
||||
-- Application: 155
|
||||
-- Name: webmip
|
||||
-- Date and Time: 17:07 Monday March 17, 2008
|
||||
-- Date and Time: 17:12 Monday March 17, 2008
|
||||
-- Exported By: PRIESTJ
|
||||
-- Flashback: 0
|
||||
-- Export Type: Application Export
|
||||
@@ -145,7 +145,7 @@ wwv_flow_api.create_flow(
|
||||
p_default_region_template=> 28038130488354430 + wwv_flow_api.g_id_offset,
|
||||
p_error_template => 42209241448421762 + wwv_flow_api.g_id_offset,
|
||||
p_page_protection_enabled_y_n=> 'N',
|
||||
p_checksum_salt_last_reset => '20080317170706',
|
||||
p_checksum_salt_last_reset => '20080317171218',
|
||||
p_home_link => 'f?p=&APP_ID.:101',
|
||||
p_flow_language => 'en-gb',
|
||||
p_flow_language_derived_from=> 'FLOW_PRIMARY_LANGUAGE',
|
||||
@@ -190,7 +190,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 => 'PRIESTJ',
|
||||
p_last_upd_yyyymmddhh24miss=> '20080317170706',
|
||||
p_last_upd_yyyymmddhh24miss=> '20080317171218',
|
||||
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
|
||||
|
||||
|
||||
@@ -9616,8 +9616,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 => 'HARDYA',
|
||||
p_last_upd_yyyymmddhh24miss => '20080228161115',
|
||||
p_last_updated_by => 'PRIESTJ',
|
||||
p_last_upd_yyyymmddhh24miss => '20080317171114',
|
||||
p_page_is_public_y_n=> 'N',
|
||||
p_protection_level=> 'C',
|
||||
p_page_comment => '');
|
||||
@@ -9671,9 +9671,9 @@ s:=s||'SELECT DISTINCT enquiries.id "Enquiry ID"'||chr(10)||
|
||||
' ,(SELECT ''View quotes'''||chr(10)||
|
||||
' FROM dual'||chr(10)||
|
||||
' WHERE EXISTS (SELECT 1'||chr(10)||
|
||||
' ';
|
||||
' ';
|
||||
|
||||
s:=s||' FROM quotes q'||chr(10)||
|
||||
s:=s||' FROM quotes q'||chr(10)||
|
||||
' WHERE q.enqu_id = enquiries.id)) AS "View Quotes"'||chr(10)||
|
||||
' FROM (SELECT enq.id'||chr(10)||
|
||||
' ,enq.mprn'||chr(10)||
|
||||
@@ -9683,9 +9683,9 @@ s:=s||' FROM quotes q'||chr(10)||
|
||||
' WHERE (enq.id LIKE :p30_enquiry_id OR'||chr(10)||
|
||||
' (REPLACE(:p30_enquiry_id'||chr(10)||
|
||||
' ,''_%'''||chr(10)||
|
||||
' ,';
|
||||
' ';
|
||||
|
||||
s:=s||''''') IS NULL))'||chr(10)||
|
||||
s:=s||' ,'''') IS NULL))'||chr(10)||
|
||||
' AND (enq.mprn LIKE :p30_mprn OR'||chr(10)||
|
||||
' (REPLACE(:p30_mprn'||chr(10)||
|
||||
' ,''_%'''||chr(10)||
|
||||
@@ -9694,10 +9694,10 @@ s:=s||''''') IS NULL))'||chr(10)||
|
||||
' (REPLACE(:p30_trans_ref'||chr(10)||
|
||||
' ,''_%'''||chr(10)||
|
||||
' ,'''') IS NULL))'||chr(10)||
|
||||
' AND (upper(REPLACE(enq.install_postcode'||chr(10)||
|
||||
' ';
|
||||
' AND (upper(REP';
|
||||
|
||||
s:=s||' ,'' '''||chr(10)||
|
||||
s:=s||'LACE(enq.install_postcode'||chr(10)||
|
||||
' ,'' '''||chr(10)||
|
||||
' ,'''')) LIKE'||chr(10)||
|
||||
' upper(REPLACE(:p30_postcode'||chr(10)||
|
||||
' ,'' '''||chr(10)||
|
||||
@@ -9727,6 +9727,7 @@ wwv_flow_api.create_report_region (
|
||||
p_display_condition_type=> 'FUNCTION_BODY',
|
||||
p_customized=> '0',
|
||||
p_translate_title=> 'Y',
|
||||
p_ajax_enabled=> 'N',
|
||||
p_query_row_template=> 28041136573354435+ wwv_flow_api.g_id_offset,
|
||||
p_query_headings_type=> 'COLON_DELMITED_LIST',
|
||||
p_query_num_rows=> '15',
|
||||
@@ -9735,6 +9736,7 @@ wwv_flow_api.create_report_region (
|
||||
p_query_break_cols=> '0',
|
||||
p_query_no_data_found=> 'No enquiries matching the search criteria found.',
|
||||
p_query_num_rows_type=> 'NEXT_PREVIOUS_LINKS',
|
||||
p_query_row_count_max=> '8000',
|
||||
p_pagination_display_position=> 'BOTTOM_RIGHT',
|
||||
p_csv_output=> 'N',
|
||||
p_prn_output=> 'N',
|
||||
@@ -10012,9 +10014,9 @@ s:=s||'SELECT DISTINCT enquiries.id "Enquiry ID"'||chr(10)||
|
||||
' ,(SELECT ''View quotes'''||chr(10)||
|
||||
' FROM dual'||chr(10)||
|
||||
' WHERE EXISTS (SELECT 1'||chr(10)||
|
||||
' ';
|
||||
' ';
|
||||
|
||||
s:=s||' FROM quotes q'||chr(10)||
|
||||
s:=s||' FROM quotes q'||chr(10)||
|
||||
' WHERE q.enqu_id = enquiries.id)) AS "View Quotes"'||chr(10)||
|
||||
' FROM (SELECT enq.id'||chr(10)||
|
||||
' ,enq.mprn'||chr(10)||
|
||||
@@ -10024,9 +10026,9 @@ s:=s||' FROM quotes q'||chr(10)||
|
||||
' WHERE (enq.id LIKE :p30_enquiry_id OR'||chr(10)||
|
||||
' (REPLACE(:p30_enquiry_id'||chr(10)||
|
||||
' ,''_%'''||chr(10)||
|
||||
' ,'''') IS';
|
||||
' ';
|
||||
|
||||
s:=s||' NULL))'||chr(10)||
|
||||
s:=s||' ,'''') IS NULL))'||chr(10)||
|
||||
' AND (enq.mprn LIKE :p30_mprn OR'||chr(10)||
|
||||
' (REPLACE(:p30_mprn'||chr(10)||
|
||||
' ,''_%'''||chr(10)||
|
||||
@@ -10035,10 +10037,10 @@ s:=s||' NULL))'||chr(10)||
|
||||
' (REPLACE(:p30_trans_ref'||chr(10)||
|
||||
' ,''_%'''||chr(10)||
|
||||
' ,'''') IS NULL))'||chr(10)||
|
||||
' AND (upper(REPLACE(enq.install_postcode'||chr(10)||
|
||||
' ';
|
||||
' AND (upper(REPLACE(e';
|
||||
|
||||
s:=s||' ,'' '''||chr(10)||
|
||||
s:=s||'nq.install_postcode'||chr(10)||
|
||||
' ,'' '''||chr(10)||
|
||||
' ,'''')) LIKE'||chr(10)||
|
||||
' upper(REPLACE(:p30_postcode'||chr(10)||
|
||||
' ,'' '''||chr(10)||
|
||||
@@ -10048,11 +10050,11 @@ s:=s||' ,'' '''||chr(10)||
|
||||
' ,'''') IS NULL))) enquiries'||chr(10)||
|
||||
' ,enquiry_roles er'||chr(10)||
|
||||
' ,parties p'||chr(10)||
|
||||
' WHERE enquiries.id IN'||chr(10)||
|
||||
' (SELECT veps.enqu_id'||chr(10)||
|
||||
' ';
|
||||
' WHERE enquiries.id I';
|
||||
|
||||
s:=s||' FROM v_enquiry_prty_supp veps'||chr(10)||
|
||||
s:=s||'N'||chr(10)||
|
||||
' (SELECT veps.enqu_id'||chr(10)||
|
||||
' FROM v_enquiry_prty_supp veps'||chr(10)||
|
||||
' ,v_enquiry_prty_supp veps2'||chr(10)||
|
||||
' WHERE mip_parties.get_user_id(:app_user) = veps2.prty_id'||chr(10)||
|
||||
' AND veps.supp_prty_id = veps2.supp_prty_id)'||chr(10)||
|
||||
@@ -10078,6 +10080,7 @@ wwv_flow_api.create_report_region (
|
||||
p_display_condition_type=> 'FUNCTION_BODY',
|
||||
p_customized=> '0',
|
||||
p_translate_title=> 'Y',
|
||||
p_ajax_enabled=> 'N',
|
||||
p_query_row_template=> 28041136573354435+ wwv_flow_api.g_id_offset,
|
||||
p_query_headings_type=> 'COLON_DELMITED_LIST',
|
||||
p_query_num_rows=> '15',
|
||||
@@ -10086,6 +10089,7 @@ wwv_flow_api.create_report_region (
|
||||
p_query_break_cols=> '0',
|
||||
p_query_no_data_found=> 'no data found',
|
||||
p_query_num_rows_type=> 'NEXT_PREVIOUS_LINKS',
|
||||
p_query_row_count_max=> '8000',
|
||||
p_pagination_display_position=> 'BOTTOM_RIGHT',
|
||||
p_csv_output=> 'N',
|
||||
p_sort_null=> 'F',
|
||||
|
||||
Reference in New Issue
Block a user