DBA Data[Home] [Help]

PACKAGE: APPS.ISC_FS_TRV_TIM_DIS_VAR_RPT_PKG

Source


1 PACKAGE ISC_FS_TRV_TIM_DIS_VAR_RPT_PKG  as
2 /*$Header: iscfstrvvarrpts.pls 120.0 2005/08/28 15:01:53 kreardon noship $ */
3 
4 procedure get_time_var_sql
5 (
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 
12 procedure get_dist_var_sql
13 (
14  p_param in bis_pmv_page_parameter_tbl
15 , x_custom_sql out nocopy varchar2
16 , x_custom_output out nocopy bis_query_attributes_tbl
17 );
18 
19 
20 
21 procedure get_time_var_dtr_sql
22 (
23  p_param in bis_pmv_page_parameter_tbl
24 , x_custom_sql out nocopy varchar2
25 , x_custom_output out nocopy bis_query_attributes_tbl
26 );
27 
28 procedure get_dist_var_dtr_sql
29 (
30  p_param in bis_pmv_page_parameter_tbl
31 , x_custom_sql out nocopy varchar2
32 , x_custom_output out nocopy bis_query_attributes_tbl
33 );
34 
35 
36 end  ISC_FS_TRV_TIM_DIS_VAR_RPT_PKG;