DBA Data[Home] [Help]

APPS.ISC_MAINT_ASSET_DT_RPT_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 5: p_param in bis_pmv_page_parameter_tbl

1: package isc_maint_asset_dt_rpt_pkg as
2: /*$Header: iscmaintadtrpts.pls 120.0 2005/05/25 17:19:39 appldev noship $ */
3: procedure get_tbl_sql
4: (
5: p_param in bis_pmv_page_parameter_tbl
6: , x_custom_sql out nocopy varchar2
7: , x_custom_output out nocopy bis_query_attributes_tbl
8: );
9:

Line 12: p_param in bis_pmv_page_parameter_tbl

8: );
9:
10: procedure get_asset_dt_dtl_sql
11: (
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 19: p_param in bis_pmv_page_parameter_tbl

15: );
16:
17: procedure get_trd_sql
18: (
19: p_param in bis_pmv_page_parameter_tbl
20: , x_custom_sql out nocopy varchar2
21: , x_custom_output out nocopy bis_query_attributes_tbl
22: );
23: end isc_maint_asset_dt_rpt_pkg;