DBA Data[Home] [Help]

APPS.ISC_FS_TASK_ACTIVITY_RPT_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 14: ( p_param in bis_pmv_page_parameter_tbl

10: g_closed varchar2(80);
11: g_language varchar2(100);
12:
13: procedure get_session_language
14: ( p_param in bis_pmv_page_parameter_tbl
15: )
16: is
17:
18: l_session_id number;

Line 121: , p_param in bis_pmv_page_parameter_tbl

117: end get_detail_drill;
118:
119: function get_fact_mv_name
120: ( p_report_type in varchar2
121: , p_param in bis_pmv_page_parameter_tbl
122: , p_dim_bmap in number
123: , p_custom_output in out nocopy bis_query_attributes_tbl
124: )
125: return varchar2

Line 351: ( p_param in bis_pmv_page_parameter_tbl

347:
348: end get_fact_mv_name;
349:
350: procedure get_tbl_sql
351: ( p_param in bis_pmv_page_parameter_tbl
352: , x_custom_sql out nocopy varchar2
353: , x_custom_output out nocopy bis_query_attributes_tbl
354: )
355: is

Line 603: ( p_param in bis_pmv_page_parameter_tbl

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

Line 735: ( p_param in bis_pmv_page_parameter_tbl

731:
732: end get_trd_sql;
733:
734: procedure get_dtl_rpt_sql
735: ( p_param in bis_pmv_page_parameter_tbl
736: , x_custom_sql out nocopy varchar2
737: , x_custom_output out nocopy bis_query_attributes_tbl
738: )
739: as