DBA Data[Home] [Help]

APPS.ISC_MAINT_WO_CST_RPT_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 9: , p_param in bis_pmv_page_parameter_tbl

5: g_summary_rep_func constant varchar2(50) := 'ISC_MAINT_WO_CST_SUM_TBL_REP';
6:
7: function get_fact_mv_name
8: ( p_report_type in varchar2
9: , p_param in bis_pmv_page_parameter_tbl
10: , p_dim_bmap in number
11: , p_custom_output in out nocopy bis_query_attributes_tbl
12: , p_estimated in varchar2
13: )

Line 280: ( p_param in bis_pmv_page_parameter_tbl

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

Line 550: ( p_param in bis_pmv_page_parameter_tbl

546:
547: end get_tbl_sql;
548:
549: procedure get_trd_sql
550: ( p_param in bis_pmv_page_parameter_tbl
551: , x_custom_sql out nocopy varchar2
552: , x_custom_output out nocopy bis_query_attributes_tbl
553: )
554: is

Line 729: ( p_param in bis_pmv_page_parameter_tbl

725:
726: end get_trd_sql;
727:
728: procedure get_sum_tbl_sql
729: ( p_param in bis_pmv_page_parameter_tbl
730: , x_custom_sql out nocopy varchar2
731: , x_custom_output out nocopy bis_query_attributes_tbl
732: )
733: as

Line 1016: ( p_param in bis_pmv_page_parameter_tbl

1012:
1013: end get_sum_tbl_sql;
1014:
1015: procedure get_dtl_rpt_sql
1016: ( p_param in bis_pmv_page_parameter_tbl
1017: , x_custom_sql out nocopy varchar2
1018: , x_custom_output out nocopy bis_query_attributes_tbl
1019: )
1020: as