DBA Data[Home] [Help]

APPS.BIX_PMV_AI_ATRTR_PRTLT_PKG dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 6: p_custom_output OUT NOCOPY bis_query_attributes_TBL

2: /*$Header: bixiatrp.plb 120.0 2005/05/25 17:18:47 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: bix_col_tab poa_dbi_util_pkg.poa_dbi_col_tbl := poa_dbi_util_pkg.poa_dbi_col_tbl() ;

Line 59: p_custom_output := BIS_QUERY_ATTRIBUTES_TBL();

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