DBA Data[Home] [Help]

PACKAGE: APPS.ISC_FS_FTFR_RPT_PKG

Source


1 package isc_fs_ftfr_rpt_pkg
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 
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 
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 
23 end  isc_fs_ftfr_rpt_pkg;