DBA Data[Home] [Help]

APPS.ISC_MAINT_LAB_BLG_RPT_PKG dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 7: , x_custom_output out nocopy bis_query_attributes_tbl

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:
10: procedure get_lab_blg_dtl
11: (

Line 14: , x_custom_output out nocopy bis_query_attributes_tbl

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:
17:
18: end ISC_MAINT_LAB_BLG_RPT_PKG;