DBA Data[Home] [Help]

APPS.ISC_FS_TASK_BACKLOG_RPT_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 33: , p_param in bis_pmv_page_parameter_tbl

29: end get_detail_drill;
30:
31: function get_fact_mv_name
32: ( p_report_type in varchar2
33: , p_param in bis_pmv_page_parameter_tbl
34: , p_dim_bmap in number
35: , p_custom_output in out nocopy bis_query_attributes_tbl
36: )
37: return varchar2

Line 282: ( p_param in bis_pmv_page_parameter_tbl

278:
279: end get_fact_mv_name;
280:
281: procedure get_tbl_sql
282: ( p_param in bis_pmv_page_parameter_tbl
283: , x_custom_sql out nocopy varchar2
284: , x_custom_output out nocopy bis_query_attributes_tbl
285: )
286: is

Line 532: ( p_param in bis_pmv_page_parameter_tbl

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