DBA Data[Home] [Help]

APPS.ISC_FS_MTTR_RPT_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 11: , p_param in bis_pmv_page_parameter_tbl

7: g_trd_rep_func constant varchar2(50) := 'ISC_FS_MTTR_TRD_REP';
8:
9: function get_fact_mv_name
10: ( p_report_type in varchar2
11: , p_param in bis_pmv_page_parameter_tbl
12: , p_dim_bmap in number
13: , p_custom_output in out nocopy bis_query_attributes_tbl
14: )
15: return varchar2

Line 259: ( p_param in bis_pmv_page_parameter_tbl

255:
256: end get_fact_mv_name;
257:
258: procedure get_tbl_sql
259: ( p_param in bis_pmv_page_parameter_tbl
260: , x_custom_sql out nocopy varchar2
261: , x_custom_output out nocopy bis_query_attributes_tbl
262: )
263: is

Line 531: ( p_param in bis_pmv_page_parameter_tbl

527:
528: end get_tbl_sql;
529:
530: procedure get_trd_sql
531: ( p_param in bis_pmv_page_parameter_tbl
532: , x_custom_sql out nocopy varchar2
533: , x_custom_output out nocopy bis_query_attributes_tbl
534: )
535: is

Line 691: ( p_param in bis_pmv_page_parameter_tbl

687:
688: end get_trd_sql;
689:
690: procedure get_dtl_rpt_sql
691: ( p_param in bis_pmv_page_parameter_tbl
692: , x_custom_sql out nocopy varchar2
693: , x_custom_output out nocopy bis_query_attributes_tbl
694: )
695: as