DBA Data[Home] [Help]

APPS.IBW_BI_CUSTOMER_PVT dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 7: x_custom_output OUT NOCOPY bis_query_attributes_TBL);

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(
10: p_pmv_parameters IN BIS_PMV_PAGE_PARAMETER_tbl,
11: x_custom_sql OUT NOCOPY VARCHAR2,

Line 12: 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(
15: p_pmv_parameters IN BIS_PMV_PAGE_PARAMETER_tbl,
16: x_custom_sql OUT NOCOPY VARCHAR2,

Line 17: 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;