DBA Data[Home] [Help]

APPS.ISC_FS_TRV_TIM_DIS_RPT_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 6: p_param in bis_pmv_page_parameter_tbl

2: /*$Header: iscfstrvrpts.pls 120.0 2005/08/28 15:01:32 kreardon noship $ */
3:
4: procedure get_tbl_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:

Line 13: p_param in bis_pmv_page_parameter_tbl

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

Line 20: p_param in bis_pmv_page_parameter_tbl

16: );
17:
18: procedure get_tot_trd_sql
19: (
20: p_param in bis_pmv_page_parameter_tbl
21: , x_custom_sql out nocopy varchar2
22: , x_custom_output out nocopy bis_query_attributes_tbl
23: );
24:

Line 27: p_param in bis_pmv_page_parameter_tbl

23: );
24:
25: procedure get_trd_sql
26: (
27: p_param in bis_pmv_page_parameter_tbl
28: , x_custom_sql out nocopy varchar2
29: , x_custom_output out nocopy bis_query_attributes_tbl
30: );
31:

Line 34: p_param in bis_pmv_page_parameter_tbl

30: );
31:
32: procedure get_time_bucket_sql
33: (
34: p_param in bis_pmv_page_parameter_tbl
35: , x_custom_sql out nocopy varchar2
36: , x_custom_output out nocopy bis_query_attributes_tbl
37: );
38:

Line 45: p_param in bis_pmv_page_parameter_tbl

41:
42:
43: procedure get_distance_bucket_sql
44: (
45: p_param in bis_pmv_page_parameter_tbl
46: , x_custom_sql out nocopy varchar2
47: , x_custom_output out nocopy bis_query_attributes_tbl
48: );
49: