DBA Data[Home] [Help]

PACKAGE BODY: APPS.IBW_BI_PAGE_INT_PVT

Source


1 PACKAGE BODY IBW_BI_PAGE_INT_PVT AS
2 /* $Header: ibwbpagb.pls 120.20 2011/07/28 05:38:21 saradhak ship $ */
3 --This is for the UI Query of Page Interest Non Trend report
4 PROCEDURE get_page_int_sql
5 (
6   p_param           IN  BIS_PMV_PAGE_PARAMETER_TBL
7   , x_custom_sql    OUT NOCOPY VARCHAR2
8   , x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL
9 )
10 IS
11 BEGIN
12 NULL;
13 END get_page_int_sql;
14 
15 --This is for the UI Query of Page Interest Trend report
16 PROCEDURE get_page_int_trend_sql
17 (
18    p_param           IN  BIS_PMV_PAGE_PARAMETER_TBL
19    , x_custom_sql    OUT NOCOPY VARCHAR2
20    , x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL
21 )
22 IS
23 BEGIN
24 NULL;
25 END get_page_int_trend_sql;
26 
27 END IBW_BI_PAGE_INT_PVT;