DBA Data[Home] [Help]

APPS.IBW_BI_PAGE_INT_PVT dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 9: , x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL

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

Line 17: , x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL

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;