DBA Data[Home] [Help]

APPS.ISC_FS_FTFR_RPT_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 12: ( p_param in bis_pmv_page_parameter_tbl

8:
9: g_dual_view_by varchar2(1);
10:
11: function is_dual_view_by
12: ( p_param in bis_pmv_page_parameter_tbl
13: )
14: return varchar2
15: is
16:

Line 49: , p_param in bis_pmv_page_parameter_tbl

45: end is_dual_view_by;
46:
47: function get_fact_mv_name
48: ( p_report_type in varchar2
49: , p_param in bis_pmv_page_parameter_tbl
50: , p_dim_bmap in number
51: , p_custom_output in out nocopy bis_query_attributes_tbl
52: )
53: return varchar2

Line 306: ( p_param in bis_pmv_page_parameter_tbl

302:
303: end get_fact_mv_name;
304:
305: procedure get_tbl_sql
306: ( p_param in bis_pmv_page_parameter_tbl
307: , x_custom_sql out nocopy varchar2
308: , x_custom_output out nocopy bis_query_attributes_tbl
309: )
310: is

Line 601: ( p_param in bis_pmv_page_parameter_tbl

597:
598: end get_tbl_sql;
599:
600: procedure get_trd_sql
601: ( p_param in bis_pmv_page_parameter_tbl
602: , x_custom_sql out nocopy varchar2
603: , x_custom_output out nocopy bis_query_attributes_tbl
604: )
605: is

Line 761: ( p_param in bis_pmv_page_parameter_tbl

757:
758: end get_trd_sql;
759:
760: procedure get_dtl_rpt_sql
761: ( p_param in bis_pmv_page_parameter_tbl
762: , x_custom_sql out nocopy varchar2
763: , x_custom_output out nocopy bis_query_attributes_tbl
764: )
765: as