DBA Data[Home] [Help]

PACKAGE: APPS.ISC_DBI_SAM_PRF_COM_PKG

Source


1 package isc_dbi_sam_prf_com_pkg as
2 /* $Header: ISCRGCCS.pls 120.0 2005/08/30 13:44:09 scheung noship $ */
3 
4 procedure get_sql (	p_param		in		bis_pmv_page_parameter_tbl,
5 			x_custom_sql	out nocopy	varchar2,
6 			x_custom_output	out nocopy	bis_query_attributes_tbl);
7 
8 end isc_dbi_sam_prf_com_pkg;