DBA Data[Home] [Help]

APPS.BIX_PMV_EMC_VBAG_PRTLT_PKG dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 6: p_custom_output OUT NOCOPY bis_query_attributes_TBL

2: /*$Header: bixevbap.plb 115.13 2003/11/22 01:46:31 djambula 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: l_sqltext VARCHAR2(32000) ;
10: l_as_of_date DATE;

Line 29: p_custom_output := BIS_QUERY_ATTRIBUTES_TBL();

25: BEGIN
26: --
27: --Initialize p_custom_output
28: --
29: p_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
30:
31: bix_pmv_dbi_utl_pkg.get_emc_page_params (p_page_parameter_tbl,
32: l_as_of_date,
33: l_period_type,