DBA Data[Home] [Help]

APPS.ISC_MAINT_ASSET_DT_RPT_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 7: , p_param in bis_pmv_page_parameter_tbl

3:
4:
5: function get_fact_mv_name
6: ( p_report_type in varchar2
7: , p_param in bis_pmv_page_parameter_tbl
8: , p_dim_bmap in number
9: , p_custom_output in out nocopy bis_query_attributes_tbl
10: )
11: return varchar2

Line 109: p_param in bis_pmv_page_parameter_tbl

105:
106:
107: procedure get_tbl_sql
108: (
109: p_param in bis_pmv_page_parameter_tbl
110: , x_custom_sql out nocopy varchar2
111: , x_custom_output out nocopy bis_query_attributes_tbl
112: )
113: is

Line 263: p_param in bis_pmv_page_parameter_tbl

259: -----start of detailed report ------------------------------------------
260:
261: procedure get_asset_dt_dtl_sql
262: (
263: p_param in bis_pmv_page_parameter_tbl
264: , x_custom_sql out nocopy varchar2
265: , x_custom_output out nocopy bis_query_attributes_tbl
266: )
267: is

Line 457: p_param in bis_pmv_page_parameter_tbl

453:
454: ----trend query--------------------------------------------
455: procedure get_trd_sql
456: (
457: p_param in bis_pmv_page_parameter_tbl
458: , x_custom_sql out nocopy varchar2
459: , x_custom_output out nocopy bis_query_attributes_tbl
460: )
461: is