DBA Data[Home] [Help]

APPS.IBW_BI_CUSTOMER_PVT dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 5: p_pmv_parameters IN BIS_PMV_PAGE_PARAMETER_tbl,

1: PACKAGE IBW_BI_CUSTOMER_PVT AS
2: /* $Header: ibwbcuss.pls 120.2 2005/09/25 07:57 narao noship $ */
3:
4: PROCEDURE GET_CUST_ACQUIS_TREND_SQL(
5: p_pmv_parameters 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_CUST_ACTY_SQL(

Line 10: p_pmv_parameters 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_CUST_ACTY_SQL(
10: p_pmv_parameters IN BIS_PMV_PAGE_PARAMETER_tbl,
11: x_custom_sql OUT NOCOPY VARCHAR2,
12: x_custom_output OUT NOCOPY bis_query_attributes_TBL);
13:
14: PROCEDURE GET_CUST_ACTY_TREND_SQL(

Line 15: p_pmv_parameters IN BIS_PMV_PAGE_PARAMETER_tbl,

11: x_custom_sql OUT NOCOPY VARCHAR2,
12: x_custom_output OUT NOCOPY bis_query_attributes_TBL);
13:
14: PROCEDURE GET_CUST_ACTY_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: END IBW_BI_CUSTOMER_PVT;