DBA Data[Home] [Help]

APPS.IBW_BI_VST_CMP_KPI_PVT dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 6: x_custom_output OUT NOCOPY bis_query_attributes_TBL

2: /* $Header: ibwbvckb.pls 120.20 2011/07/28 05:38:47 saradhak ship $ */
3: PROCEDURE GET_VISTR_CONV_TRND_SQL (
4: p_pmv_parameters 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: IS
9: BEGIN
10: NULL;

Line 17: x_custom_output OUT NOCOPY bis_query_attributes_TBL

13:
14: PROCEDURE GET_VISIT_TREND_SQL(
15: p_pmv_parameters 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: Is
20: BEGIN
21: NULL;

Line 28: x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL

24: PROCEDURE GET_WEB_CAMPAIGN_SQL
25: (
26: p_param IN BIS_PMV_PAGE_PARAMETER_TBL,
27: x_custom_sql OUT NOCOPY VARCHAR2,
28: x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL
29: ) IS
30: BEGIN
31: NULL;
32: END GET_WEB_CAMPAIGN_SQL;

Line 37: x_custom_output OUT NOCOPY bis_query_attributes_TBL

33:
34: PROCEDURE GET_KPI_SQL(
35: p_pmv_parameters IN BIS_PMV_PAGE_PARAMETER_tbl,
36: x_custom_sql OUT NOCOPY VARCHAR2,
37: x_custom_output OUT NOCOPY bis_query_attributes_TBL
38: ) IS
39: BEGIN
40: NULL;
41: END GET_KPI_SQL;