DBA Data[Home] [Help]

APPS.ISC_FS_FTFR_RPT_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 6: ( p_param in bis_pmv_page_parameter_tbl

2: /* $Header: iscfsftfrrpts.pls 120.0 2005/08/28 14:57:21 kreardon noship $ */
3: as
4:
5: procedure get_tbl_sql
6: ( p_param in bis_pmv_page_parameter_tbl
7: , x_custom_sql out nocopy varchar2
8: , x_custom_output out nocopy bis_query_attributes_tbl
9: );
10:

Line 12: ( p_param in bis_pmv_page_parameter_tbl

8: , x_custom_output out nocopy bis_query_attributes_tbl
9: );
10:
11: procedure get_trd_sql
12: ( p_param in bis_pmv_page_parameter_tbl
13: , x_custom_sql out nocopy varchar2
14: , x_custom_output out nocopy bis_query_attributes_tbl
15: );
16:

Line 18: ( p_param in bis_pmv_page_parameter_tbl

14: , x_custom_output out nocopy bis_query_attributes_tbl
15: );
16:
17: procedure get_dtl_rpt_sql
18: ( p_param in bis_pmv_page_parameter_tbl
19: , x_custom_sql out nocopy varchar2
20: , x_custom_output out nocopy bis_query_attributes_tbl
21: );
22: