DBA Data[Home] [Help]

APPS.BIV_DBI_TMPL_UTIL dependencies on BIS_BUCKET_PUB

Line 78: ( p_bucket_rec in bis_bucket_pub.bis_bucket_rec_type

74: -- if p_backlog_col is not null then the columns will be
75: -- returned as % of backlog (distribution)
76: -- this is biv specific and should remain in this package.
77: function get_bucket_outer_query
78: ( p_bucket_rec in bis_bucket_pub.bis_bucket_rec_type
79: , p_column_name_base in varchar2
80: , p_alias_base in varchar2
81: , p_total_flag in varchar2 default 'N'
82: , p_backlog_col in varchar2 default null

Line 97: , x_bucket_rec out nocopy bis_bucket_pub.bis_bucket_rec_type

93: , p_alias_name in varchar2
94: , p_grand_total in varchar2
95: , p_prior_code in varchar2
96: , p_to_date_type in varchar2
97: , x_bucket_rec out nocopy bis_bucket_pub.bis_bucket_rec_type
98: );
99:
100: -- this is a wrapper to poa_dbi_util_pkg.change_clause.
101: -- this is biv specific and should remain in this package.

Line 173: , p_bucket_rec in bis_bucket_pub.bis_bucket_rec_type

169: -- bucket_detail_drill function returns the drill to detail urls for
170: -- either a backlog or closed distribution columns using drill_detail.
171: function bucket_detail_drill
172: ( p_function_name in varchar2
173: , p_bucket_rec in bis_bucket_pub.bis_bucket_rec_type
174: , p_base_alias in varchar2
175: ) return varchar2;
176:
177: -- get_detail_page_function procedure returns the name of function