DBA Data[Home] [Help]

PACKAGE: APPS.IBW_BI_PAGE_INT_PVT

Source


1 PACKAGE IBW_BI_PAGE_INT_PVT AUTHID CURRENT_USER AS
2 /* $Header: ibwbpags.pls 120.1 2005/09/25 07:55 narao noship $ */
3 
4 --This is for the UI Query of Page Interest Non Trend report
5 PROCEDURE get_page_int_sql
6 (
7   p_param           IN  BIS_PMV_PAGE_PARAMETER_TBL
8   , x_custom_sql    OUT NOCOPY VARCHAR2
9   , x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL
10 );
11 
12 --This is for the UI Query of Page Interest Trend report
13 PROCEDURE get_page_int_trend_sql
14 (
15    p_param           IN  BIS_PMV_PAGE_PARAMETER_TBL
16    , x_custom_sql    OUT NOCOPY VARCHAR2
17    , x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL
18 );
19 
20 END IBW_BI_PAGE_INT_PVT;