Initial import

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2914 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2007-11-29 17:41:32 +00:00
parent 9b593709ac
commit 1eb479546b
146 changed files with 21401 additions and 0 deletions

View File

@@ -0,0 +1,69 @@
--application/shared_components/user_interface/templates/report/borderless
prompt ......report template 24742731005526770
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
c4 varchar2(32767) := null;
begin
c1:=c1||'<td headers="#COLUMN_HEADER_NAME#" #ALIGNMENT# class="t4data">#COLUMN_VALUE#</td>';
c2 := null;
c3 := null;
c4 := null;
wwv_flow_api.create_row_template (
p_id=> 24742731005526770 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_row_template_name=> 'Borderless',
p_row_template1=> c1,
p_row_template_condition1=> '',
p_row_template2=> c2,
p_row_template_condition2=> '',
p_row_template3=> c3,
p_row_template_condition3=> '',
p_row_template4=> c4,
p_row_template_condition4=> '',
p_row_template_before_rows=>'<table cellpadding="0" border="0" cellspacing="0" summary="">#TOP_PAGINATION#'||chr(10)||
'<tr><td><table class="t4Borderless" cellpadding="0" border="0" cellspacing="0" summary="">',
p_row_template_after_rows =>'</table><div class="t4CVS">#EXTERNAL_LINK##CSV_LINK#</div></td></tr>#PAGINATION#</table>'||chr(10)||
'',
p_row_template_table_attr =>'OMIT',
p_row_template_type =>'GENERIC_COLUMNS',
p_column_heading_template =>'<th class="t4ReportHeader"#ALIGNMENT# id="#COLUMN_HEADER_NAME#">#COLUMN_HEADER#</th>',
p_row_template_display_cond1=>'0',
p_row_template_display_cond2=>'0',
p_row_template_display_cond3=>'0',
p_row_template_display_cond4=>'0',
p_next_page_template=>'<a href="#LINK#" class="t4pagination">#PAGINATION_NEXT# &gt;</a>',
p_previous_page_template=>'<a href="#LINK#" class="t4pagination">&lt;#PAGINATION_PREVIOUS#</a>',
p_next_set_template=>'<a href="#LINK#" class="t4pagination">#PAGINATION_NEXT_SET#&gt;&gt;</a>',
p_previous_set_template=>'<a href="#LINK#" class="t4pagination">&lt;&lt;#PAGINATION_PREVIOUS_SET#</a>',
p_row_style_checked=>'#CCCCCC',
p_theme_id => 101,
p_theme_class_id => 1,
p_translate_this_template => 'N',
p_row_template_comment=> '');
end;
null;
end;
/
begin
begin
wwv_flow_api.create_row_template_patch (
p_id => 24742731005526770 + wwv_flow_api.g_id_offset,
p_row_template_before_first =>'<tr #HIGHLIGHT_ROW#>',
p_row_template_after_last =>'</tr>');
exception when others then null;
end;
null;
end;
/

View File

@@ -0,0 +1,68 @@
--application/shared_components/user_interface/templates/report/horizontal_border
prompt ......report template 24743011431526773
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
c4 varchar2(32767) := null;
begin
c1:=c1||'<td headers="#COLUMN_HEADER_NAME#" #ALIGNMENT# class="t4data">#COLUMN_VALUE#</td>';
c2 := null;
c3 := null;
c4 := null;
wwv_flow_api.create_row_template (
p_id=> 24743011431526773 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_row_template_name=> 'Horizontal Border',
p_row_template1=> c1,
p_row_template_condition1=> '',
p_row_template2=> c2,
p_row_template_condition2=> '',
p_row_template3=> c3,
p_row_template_condition3=> '',
p_row_template4=> c4,
p_row_template_condition4=> '',
p_row_template_before_rows=>'<table cellpadding="0" border="0" cellspacing="0" summary="">#TOP_PAGINATION#'||chr(10)||
'<tr><td><table class="t4HorizontalBorder" border="0" cellpadding="0" cellspacing="0" summary="">',
p_row_template_after_rows =>'</table><div class="t4CVS">#EXTERNAL_LINK##CSV_LINK#</div></td></tr>#PAGINATION#</table>',
p_row_template_table_attr =>'OMIT',
p_row_template_type =>'GENERIC_COLUMNS',
p_column_heading_template =>'<th class="t4ReportHeader" id="#COLUMN_HEADER_NAME#" #ALIGNMENT#>#COLUMN_HEADER#</th>',
p_row_template_display_cond1=>'0',
p_row_template_display_cond2=>'0',
p_row_template_display_cond3=>'0',
p_row_template_display_cond4=>'0',
p_next_page_template=>'<a href="#LINK#" class="t4pagination">#PAGINATION_NEXT# &gt;</a>',
p_previous_page_template=>'<a href="#LINK#" class="t4pagination">&lt;#PAGINATION_PREVIOUS#</a>',
p_next_set_template=>'<a href="#LINK#" class="t4pagination">#PAGINATION_NEXT_SET#&gt;&gt;</a>',
p_previous_set_template=>'<a href="#LINK#" class="t4pagination">&lt;&lt;#PAGINATION_PREVIOUS_SET#</a>',
p_row_style_checked=>'#CCCCCC',
p_theme_id => 101,
p_theme_class_id => 2,
p_translate_this_template => 'N',
p_row_template_comment=> '');
end;
null;
end;
/
begin
begin
wwv_flow_api.create_row_template_patch (
p_id => 24743011431526773 + wwv_flow_api.g_id_offset,
p_row_template_before_first =>'<tr #HIGHLIGHT_ROW#>',
p_row_template_after_last =>'</tr>');
exception when others then null;
end;
null;
end;
/

View File

@@ -0,0 +1,67 @@
--application/shared_components/user_interface/templates/report/one_column_unordered_list
prompt ......report template 24743325136526773
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
c4 varchar2(32767) := null;
begin
c1:=c1||'#COLUMN_VALUE#';
c2 := null;
c3 := null;
c4 := null;
wwv_flow_api.create_row_template (
p_id=> 24743325136526773 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_row_template_name=> 'One Column Unordered List',
p_row_template1=> c1,
p_row_template_condition1=> '',
p_row_template2=> c2,
p_row_template_condition2=> '',
p_row_template3=> c3,
p_row_template_condition3=> '',
p_row_template4=> c4,
p_row_template_condition4=> '',
p_row_template_before_rows=>'<table border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
'#TOP_PAGINATION#<tr><td><ul class="t4OneColumnUnorderedList">',
p_row_template_after_rows =>'</ul><div class="t4CVS">#EXTERNAL_LINK##CSV_LINK#</div></td></tr>#PAGINATION#</table>',
p_row_template_table_attr =>'OMIT',
p_row_template_type =>'GENERIC_COLUMNS',
p_column_heading_template =>'',
p_row_template_display_cond1=>'0',
p_row_template_display_cond2=>'0',
p_row_template_display_cond3=>'0',
p_row_template_display_cond4=>'0',
p_next_page_template=>'<a href="#LINK#" class="t4pagination">#PAGINATION_NEXT# &gt;</a>',
p_previous_page_template=>'<a href="#LINK#" class="t4pagination">&lt;#PAGINATION_PREVIOUS#</a>',
p_next_set_template=>'<a href="#LINK#" class="t4pagination">#PAGINATION_NEXT_SET#&gt;&gt;</a>',
p_previous_set_template=>'<a href="#LINK#" class="t4pagination">&lt;&lt;#PAGINATION_PREVIOUS_SET#</a>',
p_theme_id => 101,
p_theme_class_id => 3,
p_translate_this_template => 'N',
p_row_template_comment=> '');
end;
null;
end;
/
begin
begin
wwv_flow_api.create_row_template_patch (
p_id => 24743325136526773 + wwv_flow_api.g_id_offset,
p_row_template_before_first =>'<li>',
p_row_template_after_last =>'</li>');
exception when others then null;
end;
null;
end;
/

View File

@@ -0,0 +1,68 @@
--application/shared_components/user_interface/templates/report/standard
prompt ......report template 24743617611526775
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
c4 varchar2(32767) := null;
begin
c1:=c1||'<td #ALIGNMENT# headers="#COLUMN_HEADER#" class="t4data">#COLUMN_VALUE#</td>';
c2 := null;
c3 := null;
c4 := null;
wwv_flow_api.create_row_template (
p_id=> 24743617611526775 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_row_template_name=> 'Standard',
p_row_template1=> c1,
p_row_template_condition1=> '',
p_row_template2=> c2,
p_row_template_condition2=> '',
p_row_template3=> c3,
p_row_template_condition3=> '',
p_row_template4=> c4,
p_row_template_condition4=> '',
p_row_template_before_rows=>'<table cellpadding="0" border="0" cellspacing="0" summary="">#TOP_PAGINATION#'||chr(10)||
'<tr><td><table cellpadding="0" border="0" cellspacing="0" summary="" class="t4Standard">',
p_row_template_after_rows =>'</table><div class="t4CVS">#EXTERNAL_LINK##CSV_LINK#</div></td></tr>#PAGINATION#</table>',
p_row_template_table_attr =>'OMIT',
p_row_template_type =>'GENERIC_COLUMNS',
p_column_heading_template =>'<th class="t4ReportHeader"#ALIGNMENT# id="#COLUMN_HEADER_NAME#">#COLUMN_HEADER#</th>',
p_row_template_display_cond1=>'0',
p_row_template_display_cond2=>'0',
p_row_template_display_cond3=>'0',
p_row_template_display_cond4=>'0',
p_next_page_template=>'<a href="#LINK#" class="t4pagination">#PAGINATION_NEXT# &gt;</a>',
p_previous_page_template=>'<a href="#LINK#" class="t4pagination">&lt;#PAGINATION_PREVIOUS#</a>',
p_next_set_template=>'<a href="#LINK#" class="t4pagination">#PAGINATION_NEXT_SET#&gt;&gt;</a>',
p_previous_set_template=>'<a href="#LINK#" class="t4pagination">&lt;&lt;#PAGINATION_PREVIOUS_SET#</a>',
p_row_style_checked=>'#CCCCCC',
p_theme_id => 101,
p_theme_class_id => 4,
p_translate_this_template => 'N',
p_row_template_comment=> '');
end;
null;
end;
/
begin
begin
wwv_flow_api.create_row_template_patch (
p_id => 24743617611526775 + wwv_flow_api.g_id_offset,
p_row_template_before_first =>'<tr #HIGHLIGHT_ROW#>',
p_row_template_after_last =>'</tr>');
exception when others then null;
end;
null;
end;
/

View File

@@ -0,0 +1,70 @@
--application/shared_components/user_interface/templates/report/standard_alternating_row_colors
prompt ......report template 24744236267526775
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
c4 varchar2(32767) := null;
begin
c1:=c1||'<td headers="#COLUMN_HEADER_NAME#" #ALIGNMENT# class="t4data">#COLUMN_VALUE#</td>'||chr(10)||
'';
c2:=c2||'<td headers="#COLUMN_HEADER_NAME#" #ALIGNMENT# class="t4dataalt">#COLUMN_VALUE#</td>';
c3 := null;
c4 := null;
wwv_flow_api.create_row_template (
p_id=> 24744236267526775 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_row_template_name=> 'Standard, Alternating Row Colors',
p_row_template1=> c1,
p_row_template_condition1=> '',
p_row_template2=> c2,
p_row_template_condition2=> '',
p_row_template3=> c3,
p_row_template_condition3=> '',
p_row_template4=> c4,
p_row_template_condition4=> '',
p_row_template_before_rows=>'<table border="0" cellpadding="0" cellspacing="0" summary="">#TOP_PAGINATION#'||chr(10)||
'<tr><td><table border="0" cellpadding="0" cellspacing="0" summary="" class="t4StandardAlternatingRowColors">',
p_row_template_after_rows =>'</table><div class="t4CVS">#EXTERNAL_LINK##CSV_LINK#</div></td></tr>#PAGINATION#</table>',
p_row_template_table_attr =>'OMIT',
p_row_template_type =>'GENERIC_COLUMNS',
p_column_heading_template =>'<th class="t4ReportHeader"#ALIGNMENT# id="#COLUMN_HEADER_NAME#">#COLUMN_HEADER#</th>',
p_row_template_display_cond1=>'ODD_ROW_NUMBERS',
p_row_template_display_cond2=>'NOT_CONDITIONAL',
p_row_template_display_cond3=>'NOT_CONDITIONAL',
p_row_template_display_cond4=>'ODD_ROW_NUMBERS',
p_next_page_template=>'<a href="#LINK#" class="t4pagination">#PAGINATION_NEXT# &gt;</a>',
p_previous_page_template=>'<a href="#LINK#" class="t4pagination">&lt;#PAGINATION_PREVIOUS#</a>',
p_next_set_template=>'<a href="#LINK#" class="t4pagination">#PAGINATION_NEXT_SET#&gt;&gt;</a>',
p_previous_set_template=>'<a href="#LINK#" class="t4pagination">&lt;&lt;#PAGINATION_PREVIOUS_SET#</a>',
p_row_style_checked=>'#CCCCCC',
p_theme_id => 101,
p_theme_class_id => 5,
p_translate_this_template => 'N',
p_row_template_comment=> '');
end;
null;
end;
/
begin
begin
wwv_flow_api.create_row_template_patch (
p_id => 24744236267526775 + wwv_flow_api.g_id_offset,
p_row_template_before_first =>'<tr #HIGHLIGHT_ROW#> ',
p_row_template_after_last =>'</tr>');
exception when others then null;
end;
null;
end;
/

View File

@@ -0,0 +1,75 @@
--application/shared_components/user_interface/templates/report/standard_ppr
prompt ......report template 24743927299526775
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
c4 varchar2(32767) := null;
begin
c1:=c1||'<td #ALIGNMENT# headers="#COLUMN_HEADER#" class="t4data">#COLUMN_VALUE#</td>';
c2 := null;
c3 := null;
c4 := null;
wwv_flow_api.create_row_template (
p_id=> 24743927299526775 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_row_template_name=> 'Standard (PPR)',
p_row_template1=> c1,
p_row_template_condition1=> '',
p_row_template2=> c2,
p_row_template_condition2=> '',
p_row_template3=> c3,
p_row_template_condition3=> '',
p_row_template4=> c4,
p_row_template_condition4=> '',
p_row_template_before_rows=>'<div id="report#REGION_ID#"><htmldb:#REGION_ID#><table cellpadding="0" border="0" cellspacing="0" summary="">#TOP_PAGINATION#'||chr(10)||
'<tr><td><table cellpadding="0" border="0" cellspacing="0" summary="" class="t4Standard">',
p_row_template_after_rows =>'</table><div class="t4CVS">#EXTERNAL_LINK##CSV_LINK#</div></td></tr>#PAGINATION#</table><script language=JavaScript type=text/javascript>'||chr(10)||
'<!--'||chr(10)||
'init_htmlPPRReport(''#REGION_ID#'');'||chr(10)||
''||chr(10)||
'//-->'||chr(10)||
'</script>'||chr(10)||
'</htmldb:#REGION_ID#>'||chr(10)||
'</div>',
p_row_template_table_attr =>'OMIT',
p_row_template_type =>'GENERIC_COLUMNS',
p_column_heading_template =>'<th class="t4ReportHeader"#ALIGNMENT# id="#COLUMN_HEADER_NAME#">#COLUMN_HEADER#</th>',
p_row_template_display_cond1=>'0',
p_row_template_display_cond2=>'0',
p_row_template_display_cond3=>'0',
p_row_template_display_cond4=>'0',
p_next_page_template=>'<a href="javascript:html_PPR_Report_Page(this,''#REGION_ID#'',''#LINK#'')" class="t4pagination">#PAGINATION_NEXT# &gt;</a>',
p_previous_page_template=>'<a href="javascript:html_PPR_Report_Page(this,''#REGION_ID#'',''#LINK#'')" class="t4pagination">&lt;#PAGINATION_PREVIOUS#</a>',
p_next_set_template=>'<a href="javascript:html_PPR_Report_Page(this,''#REGION_ID#'',''#LINK#'')" class="t4pagination">#PAGINATION_NEXT_SET#&gt;&gt;</a>',
p_previous_set_template=>'<a href="javascript:html_PPR_Report_Page(this,''#REGION_ID#'',''#LINK#'')" class="t4pagination">&lt;&lt;#PAGINATION_PREVIOUS_SET#</a>',
p_row_style_checked=>'#CCCCCC',
p_theme_id => 101,
p_theme_class_id => 7,
p_translate_this_template => 'N',
p_row_template_comment=> '');
end;
null;
end;
/
begin
begin
wwv_flow_api.create_row_template_patch (
p_id => 24743927299526775 + wwv_flow_api.g_id_offset,
p_row_template_before_first =>'<tr #HIGHLIGHT_ROW#>',
p_row_template_after_last =>'</tr>');
exception when others then null;
end;
null;
end;
/

View File

@@ -0,0 +1,74 @@
--application/shared_components/user_interface/templates/report/value_attribute_pairs
prompt ......report template 24744515234526775
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
c4 varchar2(32767) := null;
begin
c1:=c1||'<tr>'||chr(10)||
'<th class="t4ReportHeader">#COLUMN_HEADER#</th>'||chr(10)||
'<td class="t4data">#COLUMN_VALUE#</td>'||chr(10)||
'</tr>';
c2 := null;
c3 := null;
c4 := null;
wwv_flow_api.create_row_template (
p_id=> 24744515234526775 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_row_template_name=> 'Value Attribute Pairs',
p_row_template1=> c1,
p_row_template_condition1=> '',
p_row_template2=> c2,
p_row_template_condition2=> '',
p_row_template3=> c3,
p_row_template_condition3=> '',
p_row_template4=> c4,
p_row_template_condition4=> '',
p_row_template_before_rows=>'<table cellpadding="0" cellspacing="0" border="0" summary="">'||chr(10)||
'#TOP_PAGINATION#'||chr(10)||
'<tr>'||chr(10)||
'<td><table cellpadding="0" cellspacing="0" border="0" summary="" class="t4ValueAttributePairs">',
p_row_template_after_rows =>'</table><div class="t4CVS">#EXTERNAL_LINK##CSV_LINK#</div></td></tr>#PAGINATION#</table>',
p_row_template_table_attr =>'OMIT',
p_row_template_type =>'GENERIC_COLUMNS',
p_column_heading_template =>'',
p_row_template_display_cond1=>'0',
p_row_template_display_cond2=>'0',
p_row_template_display_cond3=>'0',
p_row_template_display_cond4=>'0',
p_next_page_template=>'<a href="#LINK#" class="t4pagination">#PAGINATION_NEXT# &gt;</a>',
p_previous_page_template=>'<a href="#LINK#" class="t4pagination">&lt;#PAGINATION_PREVIOUS#</a>',
p_next_set_template=>'<a href="#LINK#" class="t4pagination">#PAGINATION_NEXT_SET#&gt;&gt;</a>',
p_previous_set_template=>'<a href="#LINK#" class="t4pagination">&lt;&lt;#PAGINATION_PREVIOUS_SET#</a>',
p_theme_id => 101,
p_theme_class_id => 6,
p_translate_this_template => 'N',
p_row_template_comment=> '');
end;
null;
end;
/
begin
begin
wwv_flow_api.create_row_template_patch (
p_id => 24744515234526775 + wwv_flow_api.g_id_offset,
p_row_template_before_first =>'',
p_row_template_after_last =>'<tr><td colspan="2" class="t4seperate"><hr /></td></tr>');
exception when others then null;
end;
null;
end;
/
prompt ...label templates
--