DBA Data[Home] [Help]

APPS.BIX_PMV_AI_ORR_RPT_PKG dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 49: p_custom_output OUT NOCOPY bis_query_attributes_TBL

45: END GET_MEASURES;
46:
47: PROCEDURE GET_SQL(p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL,
48: p_sql_text OUT NOCOPY VARCHAR2,
49: p_custom_output OUT NOCOPY bis_query_attributes_TBL
50: )
51: AS
52: l_sqltext VARCHAR2(32000) ;
53: l_func_area CONSTANT varchar2(5) := 'IORRR';

Line 76: p_custom_output := BIS_QUERY_ATTRIBUTES_TBL();

72:
73:
74: l_join_tbl := poa_dbi_util_pkg.poa_dbi_join_tbl ();
75: l_col_tbl := poa_dbi_util_pkg.poa_dbi_col_tbl ();
76: p_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
77:
78:
79: bix_pmv_dbi_utl_pkg.process_parameters
80: ( p_param => p_page_parameter_tbl