DBA Data[Home] [Help]

APPS.ISC_FS_TECH_UTL_RPT_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 5: , p_param in bis_pmv_page_parameter_tbl

1: PACKAGE body ISC_FS_TECH_UTL_RPT_PKG AS
2: /*$Header: iscfstutlrptb.pls 120.1 2005/11/24 18:36:07 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 61: ( p_param in bis_pmv_page_parameter_tbl

57: end get_fact_mv_name;
58:
59:
60: procedure get_tbl_sql
61: ( p_param in bis_pmv_page_parameter_tbl
62: , x_custom_sql out nocopy varchar2
63: , x_custom_output out nocopy bis_query_attributes_tbl
64: )
65: is

Line 416: ( p_param in bis_pmv_page_parameter_tbl

412: end get_tbl_sql;
413:
414:
415: procedure get_trd_sql
416: ( p_param in bis_pmv_page_parameter_tbl
417: , x_custom_sql out nocopy varchar2
418: , x_custom_output out nocopy bis_query_attributes_tbl
419: )
420: is