DBA Data[Home] [Help]

APPS.ISC_MAINT_LAB_BLG_RPT_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 5: , p_param in bis_pmv_page_parameter_tbl

1: PACKAGE BODY ISC_MAINT_LAB_BLG_RPT_PKG as
2: /*$Header: iscmaintlblgrptb.pls 120.1 2005/09/13 05:36:44 nbhamidi noship $ */
3: function get_fact_mv_name
4: ( p_report_type in varchar2
5: , p_param in bis_pmv_page_parameter_tbl
6: , p_dim_bmap in number
7: , p_custom_output in out nocopy bis_query_attributes_tbl
8: )
9: return varchar2

Line 91: p_param in bis_pmv_page_parameter_tbl

87:
88:
89: procedure get_tab_sql
90: (
91: p_param in bis_pmv_page_parameter_tbl
92: , x_custom_sql out nocopy varchar2
93: , x_custom_output out nocopy bis_query_attributes_tbl
94: )
95: is

Line 222: p_param in bis_pmv_page_parameter_tbl

218:
219:
220: procedure get_lab_blg_dtl
221: (
222: p_param in bis_pmv_page_parameter_tbl
223: , x_custom_sql out nocopy varchar2
224: , x_custom_output out nocopy bis_query_attributes_tbl
225: )
226: is