DBA Data[Home] [Help]

PACKAGE: APPS.OPI_DBI_RES_UTL_PKG

Source


1 PACKAGE opi_dbi_res_utl_pkg AUTHID CURRENT_USER AS
2 /*$Header: OPIDRRSUTS.pls 115.0 2003/06/25 00:48:01 warwu noship $ */
3 
4 
5 PROCEDURE get_rpt_sql (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 PROCEDURE get_trd_sql (p_param IN BIS_PMV_PAGE_PARAMETER_TBL,
10                            x_custom_sql OUT NOCOPY VARCHAR2,
11                            x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL);
12 
13 END opi_dbi_res_utl_pkg;