DBA Data[Home] [Help]

APPS.ISC_MAINT_RPT_UTIL_PKG dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 388: ( p_custom_output in out nocopy bis_query_attributes_tbl

384: -- this is a private procedure that adds the bind variable
385: -- &ISC_UNASSIGNED and the appropriate (translated) text.
386: -- it is called from process_parameters
387: procedure bind_unassigned
388: ( p_custom_output in out nocopy bis_query_attributes_tbl
389: ) is
390:
391: l_custom_rec BIS_QUERY_ATTRIBUTES;
392:

Line 396: p_custom_output := bis_query_attributes_tbl();

392:
393: begin
394:
395: if p_custom_output is null then
396: p_custom_output := bis_query_attributes_tbl();
397: end if;
398:
399: l_custom_rec := bis_pmv_parameters_pub.initialize_query_type;
400:

Line 559: , p_custom_output in out nocopy bis_query_attributes_tbl

555: -- this is a public procedure, see package specification for it's
556: -- description
557: procedure bind_group_id
558: ( p_dim_bmap in number
559: , p_custom_output in out nocopy bis_query_attributes_tbl
560: , p_column1 in varchar2 default null
561: , p_column2 in varchar2 default null
562: , p_column3 in varchar2 default null
563: , p_column4 in varchar2 default null

Line 578: p_custom_output := bis_query_attributes_tbl();

574:
575: begin
576:
577: if p_custom_output is null then
578: p_custom_output := bis_query_attributes_tbl();
579: end if;
580:
581: if p_column1 is null then
582: return;

Line 780: , p_custom_output in out nocopy bis_query_attributes_tbl

776: ( p_param in bis_pmv_page_parameter_tbl
777: , p_dimension_tbl in out nocopy t_dimension_tbl
778: , p_dim_filter_map in out nocopy poa_dbi_util_pkg.poa_dbi_dim_map
779: , p_trend in varchar2
780: , p_custom_output in out nocopy bis_query_attributes_tbl
781: , x_cur_suffix out nocopy varchar2
782: , x_where_clause out nocopy varchar2
783: , x_viewby_select out nocopy varchar2
784: , x_join_tbl out nocopy poa_dbi_util_pkg.poa_dbi_join_tbl