DBA Data[Home] [Help]

APPS.ISC_FS_INV_RPT_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 5: , p_param in bis_pmv_page_parameter_tbl

1: PACKAGE body ISC_FS_INV_RPT_PKG AS
2: /*$Header: iscfsinvrptb.pls 120.3 2006/05/08 14:42:36 kreardon 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 106: ( p_param in bis_pmv_page_parameter_tbl

102: end get_fact_mv_name;
103:
104:
105: procedure get_tbl_sql
106: ( p_param in bis_pmv_page_parameter_tbl
107: , x_custom_sql out nocopy varchar2
108: , x_custom_output out nocopy bis_query_attributes_tbl
109: )
110: is

Line 470: ( p_param in bis_pmv_page_parameter_tbl

466: end get_period_days;
467:
468:
469: procedure get_trd_sql
470: ( p_param in bis_pmv_page_parameter_tbl
471: , x_custom_sql out nocopy varchar2
472: , x_custom_output out nocopy bis_query_attributes_tbl
473: )
474: is