DBA Data[Home] [Help]

APPS.BIX_PMV_AI_ATWTR_PRTLT_PKG dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 6: p_custom_output OUT NOCOPY bis_query_attributes_TBL

2: /*$Header: bixitwrp.plb 120.0 2005/05/25 17:22:41 appldev noship $ */
3:
4: PROCEDURE GET_SQL(p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL,
5: p_custom_sql OUT NOCOPY VARCHAR2,
6: p_custom_output OUT NOCOPY bis_query_attributes_TBL
7: )
8: AS
9:
10: p_cols poa_dbi_util_pkg.poa_dbi_col_tbl := poa_dbi_util_pkg.poa_dbi_col_tbl();

Line 57: p_custom_output := BIS_QUERY_ATTRIBUTES_TBL();

53: BEGIN
54: --
55: --Initialize p_custom_output
56: --
57: p_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
58:
59: bix_pmv_dbi_utl_pkg.process_parameters(
60: p_param => p_page_parameter_tbl
61: ,p_trend => 'Y'