made changes to column settings to fix ticket #328
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3795 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -13,7 +13,7 @@ prompt APPLICATION 155 - webmip
|
|||||||
-- Application Export:
|
-- Application Export:
|
||||||
-- Application: 155
|
-- Application: 155
|
||||||
-- Name: webmip
|
-- Name: webmip
|
||||||
-- Date and Time: 13:43 Friday February 29, 2008
|
-- Date and Time: 17:15 Friday February 29, 2008
|
||||||
-- Exported By: PRIESTJ
|
-- Exported By: PRIESTJ
|
||||||
-- Flashback: 0
|
-- Flashback: 0
|
||||||
-- Export Type: Application Export
|
-- Export Type: Application Export
|
||||||
@@ -145,7 +145,7 @@ wwv_flow_api.create_flow(
|
|||||||
p_default_region_template=> 24740611526526770 + wwv_flow_api.g_id_offset,
|
p_default_region_template=> 24740611526526770 + wwv_flow_api.g_id_offset,
|
||||||
p_error_template => 38911722486594102 + wwv_flow_api.g_id_offset,
|
p_error_template => 38911722486594102 + wwv_flow_api.g_id_offset,
|
||||||
p_page_protection_enabled_y_n=> 'N',
|
p_page_protection_enabled_y_n=> 'N',
|
||||||
p_checksum_salt_last_reset => '20080229134330',
|
p_checksum_salt_last_reset => '20080229171503',
|
||||||
p_home_link => 'f?p=&APP_ID.:1',
|
p_home_link => 'f?p=&APP_ID.:1',
|
||||||
p_box_width => '98%',
|
p_box_width => '98%',
|
||||||
p_flow_language => 'en-gb',
|
p_flow_language => 'en-gb',
|
||||||
@@ -187,7 +187,7 @@ wwv_flow_api.create_flow(
|
|||||||
p_substitution_string_01 => 'SYSTEM_ENVIRONMENT',
|
p_substitution_string_01 => 'SYSTEM_ENVIRONMENT',
|
||||||
p_substitution_value_01 => '(Development)',
|
p_substitution_value_01 => '(Development)',
|
||||||
p_last_updated_by => 'PRIESTJ',
|
p_last_updated_by => 'PRIESTJ',
|
||||||
p_last_upd_yyyymmddhh24miss=> '20080229134330',
|
p_last_upd_yyyymmddhh24miss=> '20080229171503',
|
||||||
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
|
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
|
||||||
|
|
||||||
|
|
||||||
@@ -2624,6 +2624,19 @@ wwv_flow_api.create_app_comments (
|
|||||||
p_app_version=>'');
|
p_app_version=>'');
|
||||||
end;
|
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
|
--application/pages/page_00000
|
||||||
prompt ...PAGE 0: system
|
prompt ...PAGE 0: system
|
||||||
@@ -41803,8 +41816,8 @@ wwv_flow_api.create_page(
|
|||||||
p_html_page_header => '',
|
p_html_page_header => '',
|
||||||
p_step_template => '',
|
p_step_template => '',
|
||||||
p_required_patch=> null + wwv_flow_api.g_id_offset,
|
p_required_patch=> null + wwv_flow_api.g_id_offset,
|
||||||
p_last_updated_by => 'HARDYA',
|
p_last_updated_by => 'PRIESTJ',
|
||||||
p_last_upd_yyyymmddhh24miss => '20080221111045',
|
p_last_upd_yyyymmddhh24miss => '20080229171339',
|
||||||
p_page_is_public_y_n=> 'N',
|
p_page_is_public_y_n=> 'N',
|
||||||
p_page_comment => '');
|
p_page_comment => '');
|
||||||
|
|
||||||
@@ -41819,7 +41832,7 @@ declare
|
|||||||
l_clob clob;
|
l_clob clob;
|
||||||
l_length number := 1;
|
l_length number := 1;
|
||||||
begin
|
begin
|
||||||
s:=s||'select enty_code, regi_code, adit_code, id from #OWNER#.regi_enqu_exclusions reex, enquiry_types enty, regions regi'||chr(10)||
|
s:=s||'select id, enty_code, regi_code, adit_code from #OWNER#.regi_enqu_exclusions reex, enquiry_types enty, regions regi'||chr(10)||
|
||||||
'where enty.code (+) = reex.enty_code'||chr(10)||
|
'where enty.code (+) = reex.enty_code'||chr(10)||
|
||||||
'and regi.code = reex.regi_code'||chr(10)||
|
'and regi.code = reex.regi_code'||chr(10)||
|
||||||
'order by enty.description, regi.description';
|
'order by enty.description, regi.description';
|
||||||
@@ -41863,11 +41876,35 @@ declare
|
|||||||
begin
|
begin
|
||||||
s := null;
|
s := null;
|
||||||
wwv_flow_api.create_report_columns (
|
wwv_flow_api.create_report_columns (
|
||||||
p_id=> 35199622555504225 + wwv_flow_api.g_id_offset,
|
p_id=> 40499309328420897 + wwv_flow_api.g_id_offset,
|
||||||
p_region_id=> 35199303103504211 + wwv_flow_api.g_id_offset,
|
p_region_id=> 35199303103504211 + wwv_flow_api.g_id_offset,
|
||||||
p_flow_id=> wwv_flow.g_flow_id,
|
p_flow_id=> wwv_flow.g_flow_id,
|
||||||
p_query_column_id=> 1,
|
p_query_column_id=> 1,
|
||||||
p_form_element_id=> null,
|
p_form_element_id=> null,
|
||||||
|
p_column_alias=> 'ID',
|
||||||
|
p_column_display_sequence=> 5,
|
||||||
|
p_column_heading=> 'Id',
|
||||||
|
p_column_alignment=>'LEFT',
|
||||||
|
p_heading_alignment=>'CENTER',
|
||||||
|
p_default_sort_column_sequence=>0,
|
||||||
|
p_disable_sort_column=>'Y',
|
||||||
|
p_sum_column=> 'N',
|
||||||
|
p_hidden_column=> 'Y',
|
||||||
|
p_display_as=>'WITHOUT_MODIFICATION',
|
||||||
|
p_pk_col_source=> s,
|
||||||
|
p_column_comment=>'');
|
||||||
|
end;
|
||||||
|
/
|
||||||
|
declare
|
||||||
|
s varchar2(32767) := null;
|
||||||
|
begin
|
||||||
|
s := null;
|
||||||
|
wwv_flow_api.create_report_columns (
|
||||||
|
p_id=> 35199622555504225 + wwv_flow_api.g_id_offset,
|
||||||
|
p_region_id=> 35199303103504211 + wwv_flow_api.g_id_offset,
|
||||||
|
p_flow_id=> wwv_flow.g_flow_id,
|
||||||
|
p_query_column_id=> 2,
|
||||||
|
p_form_element_id=> null,
|
||||||
p_column_alias=> 'ENTY_CODE',
|
p_column_alias=> 'ENTY_CODE',
|
||||||
p_column_display_sequence=> 2,
|
p_column_display_sequence=> 2,
|
||||||
p_column_heading=> 'Enquiry Type',
|
p_column_heading=> 'Enquiry Type',
|
||||||
@@ -41893,7 +41930,7 @@ wwv_flow_api.create_report_columns (
|
|||||||
p_id=> 35199710443504227 + wwv_flow_api.g_id_offset,
|
p_id=> 35199710443504227 + wwv_flow_api.g_id_offset,
|
||||||
p_region_id=> 35199303103504211 + wwv_flow_api.g_id_offset,
|
p_region_id=> 35199303103504211 + wwv_flow_api.g_id_offset,
|
||||||
p_flow_id=> wwv_flow.g_flow_id,
|
p_flow_id=> wwv_flow.g_flow_id,
|
||||||
p_query_column_id=> 2,
|
p_query_column_id=> 3,
|
||||||
p_form_element_id=> null,
|
p_form_element_id=> null,
|
||||||
p_column_alias=> 'REGI_CODE',
|
p_column_alias=> 'REGI_CODE',
|
||||||
p_column_display_sequence=> 3,
|
p_column_display_sequence=> 3,
|
||||||
@@ -41920,7 +41957,7 @@ wwv_flow_api.create_report_columns (
|
|||||||
p_id=> 35199925861504227 + wwv_flow_api.g_id_offset,
|
p_id=> 35199925861504227 + wwv_flow_api.g_id_offset,
|
||||||
p_region_id=> 35199303103504211 + wwv_flow_api.g_id_offset,
|
p_region_id=> 35199303103504211 + wwv_flow_api.g_id_offset,
|
||||||
p_flow_id=> wwv_flow.g_flow_id,
|
p_flow_id=> wwv_flow.g_flow_id,
|
||||||
p_query_column_id=> 3,
|
p_query_column_id=> 4,
|
||||||
p_form_element_id=> null,
|
p_form_element_id=> null,
|
||||||
p_column_alias=> 'ADIT_CODE',
|
p_column_alias=> 'ADIT_CODE',
|
||||||
p_column_display_sequence=> 4,
|
p_column_display_sequence=> 4,
|
||||||
@@ -41932,7 +41969,7 @@ wwv_flow_api.create_report_columns (
|
|||||||
p_sum_column=> 'N',
|
p_sum_column=> 'N',
|
||||||
p_hidden_column=> 'N',
|
p_hidden_column=> 'N',
|
||||||
p_display_as=>'TEXT_FROM_LOV',
|
p_display_as=>'TEXT_FROM_LOV',
|
||||||
p_named_lov=>16308001698628897 + wwv_flow_api.g_id_offset,
|
p_named_lov=>41943506692705728 + wwv_flow_api.g_id_offset,
|
||||||
p_lov_show_nulls=> 'NO',
|
p_lov_show_nulls=> 'NO',
|
||||||
p_pk_col_source=> s,
|
p_pk_col_source=> s,
|
||||||
p_lov_display_extra=> 'NO',
|
p_lov_display_extra=> 'NO',
|
||||||
@@ -41943,30 +41980,6 @@ declare
|
|||||||
s varchar2(32767) := null;
|
s varchar2(32767) := null;
|
||||||
begin
|
begin
|
||||||
s := null;
|
s := null;
|
||||||
wwv_flow_api.create_report_columns (
|
|
||||||
p_id=> 40499309328420897 + wwv_flow_api.g_id_offset,
|
|
||||||
p_region_id=> 35199303103504211 + wwv_flow_api.g_id_offset,
|
|
||||||
p_flow_id=> wwv_flow.g_flow_id,
|
|
||||||
p_query_column_id=> 4,
|
|
||||||
p_form_element_id=> null,
|
|
||||||
p_column_alias=> 'ID',
|
|
||||||
p_column_display_sequence=> 5,
|
|
||||||
p_column_heading=> 'Id',
|
|
||||||
p_column_alignment=>'LEFT',
|
|
||||||
p_heading_alignment=>'CENTER',
|
|
||||||
p_default_sort_column_sequence=>0,
|
|
||||||
p_disable_sort_column=>'Y',
|
|
||||||
p_sum_column=> 'N',
|
|
||||||
p_hidden_column=> 'Y',
|
|
||||||
p_display_as=>'WITHOUT_MODIFICATION',
|
|
||||||
p_pk_col_source=> s,
|
|
||||||
p_column_comment=>'');
|
|
||||||
end;
|
|
||||||
/
|
|
||||||
declare
|
|
||||||
s varchar2(32767) := null;
|
|
||||||
begin
|
|
||||||
s := null;
|
|
||||||
wwv_flow_api.create_report_columns (
|
wwv_flow_api.create_report_columns (
|
||||||
p_id=> 35205324759526353 + wwv_flow_api.g_id_offset,
|
p_id=> 35205324759526353 + wwv_flow_api.g_id_offset,
|
||||||
p_region_id=> 35199303103504211 + wwv_flow_api.g_id_offset,
|
p_region_id=> 35199303103504211 + wwv_flow_api.g_id_offset,
|
||||||
@@ -45842,12 +45855,12 @@ c1:=c1||''||chr(10)||
|
|||||||
' vErrorStack = (vErrorStack ==null?"":vErrorStack)+vElement.innerHTML;'||chr(10)||
|
' vErrorStack = (vErrorStack ==null?"":vErrorStack)+vElement.innerHTML;'||chr(10)||
|
||||||
' vElement.innerHTML = '''';'||chr(10)||
|
' vElement.innerHTML = '''';'||chr(10)||
|
||||||
' vOraErrorStack = vErrorStack.split("ORA-");'||chr(10)||
|
' vOraErrorStack = vErrorStack.split("ORA-");'||chr(10)||
|
||||||
' if vOraErrorStack.length > 0 {'||chr(10)||
|
' if (vOraErrorStack.length > 0) {'||chr(10)||
|
||||||
' for(var j=1; j < vOraErrorStack.length; j++) {'||chr(10)||
|
' for(var j=1; j < vOraErrorStack.length; j++) {'||chr(10)||
|
||||||
' vOraError = vOraErrorStack[j];'||chr(10)||
|
' vOraError = vOraErrorStack[j];'||chr(10)||
|
||||||
' vAjaxRequest = ';
|
' vAjaxRequest ';
|
||||||
|
|
||||||
c1:=c1||'new htmldb_Get(null,&APP_ID.,''APPLICATION_PROCESS=''+p_err_process,0);'||chr(10)||
|
c1:=c1||'= new htmldb_Get(null,&APP_ID.,''APPLICATION_PROCESS=''+p_err_process,0);'||chr(10)||
|
||||||
' vAjaxRequest.add(p_err_item,vOraError);'||chr(10)||
|
' vAjaxRequest.add(p_err_item,vOraError);'||chr(10)||
|
||||||
' vAjaxResult = vAjaxRequest.get();'||chr(10)||
|
' vAjaxResult = vAjaxRequest.get();'||chr(10)||
|
||||||
' if (vAjaxResult) {'||chr(10)||
|
' if (vAjaxResult) {'||chr(10)||
|
||||||
@@ -45857,9 +45870,9 @@ c1:=c1||'new htmldb_Get(null,&APP_ID.,''APPLICATION_PROCESS=''+p_err_process,0);
|
|||||||
' }'||chr(10)||
|
' }'||chr(10)||
|
||||||
' }'||chr(10)||
|
' }'||chr(10)||
|
||||||
' }'||chr(10)||
|
' }'||chr(10)||
|
||||||
'if (document.getElementById && document.createElement) && vMyMsg.leng';
|
'if (document.getElementById && document.createElement && vMyMsg.len';
|
||||||
|
|
||||||
c1:=c1||'th > 0 {'||chr(10)||
|
c1:=c1||'gth > 0) {'||chr(10)||
|
||||||
' var divA = document.getElementById(''ErrorOutputDiv'');'||chr(10)||
|
' var divA = document.getElementById(''ErrorOutputDiv'');'||chr(10)||
|
||||||
' var oH = document.createElement(''h1'');'||chr(10)||
|
' var oH = document.createElement(''h1'');'||chr(10)||
|
||||||
' oH.appendChild(document.createTextNode(''Validation failed because:''));'||chr(10)||
|
' oH.appendChild(document.createTextNode(''Validation failed because:''));'||chr(10)||
|
||||||
@@ -45867,9 +45880,9 @@ c1:=c1||'th > 0 {'||chr(10)||
|
|||||||
' oP.id = ''FriendlyError'';'||chr(10)||
|
' oP.id = ''FriendlyError'';'||chr(10)||
|
||||||
' oP.appendChild(document.createTextNode(vMyMsg));'||chr(10)||
|
' oP.appendChild(document.createTextNode(vMyMsg));'||chr(10)||
|
||||||
' // Insert the heading as the first child of the element'||chr(10)||
|
' // Insert the heading as the first child of the element'||chr(10)||
|
||||||
' divA.insertBefore(oP, divA.';
|
' divA.insertBefore(oP, div';
|
||||||
|
|
||||||
c1:=c1||'firstChild);'||chr(10)||
|
c1:=c1||'A.firstChild);'||chr(10)||
|
||||||
' divA.insertBefore(oH, divA.firstChild);'||chr(10)||
|
' divA.insertBefore(oH, divA.firstChild);'||chr(10)||
|
||||||
' }'||chr(10)||
|
' }'||chr(10)||
|
||||||
' }'||chr(10)||
|
' }'||chr(10)||
|
||||||
|
|||||||
Reference in New Issue
Block a user