DBA Data[Home] [Help]

APPS.ISC_MAINT_LAB_BLG_RPT_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 5: p_param in bis_pmv_page_parameter_tbl

1: PACKAGE ISC_MAINT_LAB_BLG_RPT_PKG as
2: /*$Header: iscmaintlblgrpts.pls 120.0 2005/05/25 17:19:29 appldev noship $ */
3: procedure get_tab_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_lab_blg_dtl
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: