DBA Data[Home] [Help]

APPS.BIX_PMV_EMC_ERPT_RPT_PKG dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 6: p_custom_output OUT NOCOPY bis_query_attributes_TBL

2: /*$Header: bixerptr.plb 120.0 2005/05/25 17:16:32 appldev noship $ */
3:
4: PROCEDURE GET_SQL(p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL,
5: p_sql_text OUT NOCOPY VARCHAR2,
6: p_custom_output OUT NOCOPY bis_query_attributes_TBL
7: )
8: AS
9: l_sqltext VARCHAR2(32000) ;
10: l_where_clause VARCHAR2(1000) ;

Line 37: p_custom_output := BIS_QUERY_ATTRIBUTES_TBL();

33: --
34: --Initialize p_custom_output
35: --
36:
37: p_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
38: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;
39:
40: -- Get the parameters
41: