DBA Data[Home] [Help]

APPS.BIX_PMV_AI_SATR_PRTLT_PKG dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 6: p_custom_output OUT NOCOPY bis_query_attributes_TBL

2: /*$Header: bixisoap.plb 120.0 2005/05/25 17:15:02 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 55: p_custom_output := BIS_QUERY_ATTRIBUTES_TBL();

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