DBA Data[Home] [Help]

APPS.BIX_PMV_AI_CBMTGR_PRTLT_PKG dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 6: p_custom_output OUT NOCOPY bis_query_attributes_TBL

2: /*$Header: bixicmtp.plb 120.0 2005/05/25 17:22:50 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: l_sqltext VARCHAR2(32000) ;
10: l_where_clause VARCHAR2(1000) ;

Line 27: p_custom_output := BIS_QUERY_ATTRIBUTES_TBL();

23:
24: BEGIN
25:
26: -- Get the parameters
27: p_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
28:
29: l_join_tbl := poa_dbi_util_pkg.poa_dbi_join_tbl ();
30: l_col_tbl := poa_dbi_util_pkg.poa_dbi_col_tbl ();
31: