DBA Data[Home] [Help]

APPS.BIX_PMV_EMC_RESOLV_RPT_PKG dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 6: p_custom_output OUT NOCOPY bis_query_attributes_TBL

2: /*$Header: bixeresb.plb 120.0 2005/05/25 17:22:28 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 38: p_custom_output := BIS_QUERY_ATTRIBUTES_TBL();

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