DBA Data[Home] [Help]

APPS.BIX_PMV_AI_AURTR_PRTLT_PKG dependencies on BIS_QUERY_ATTRIBUTES

Line 6: p_custom_output OUT NOCOPY bis_query_attributes_TBL

2: /*$Header: bixiaurp.plb 120.0 2005/05/25 17:28:21 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:
10: p_cols poa_dbi_util_pkg.poa_dbi_col_tbl := poa_dbi_util_pkg.poa_dbi_col_tbl();

Line 51: l_custom_rec BIS_QUERY_ATTRIBUTES := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;

47: l_union_all_text VARCHAR2(32000);
48:
49:
50:
51: l_custom_rec BIS_QUERY_ATTRIBUTES := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;
52:
53:
54:
55: BEGIN

Line 60: p_custom_output := BIS_QUERY_ATTRIBUTES_TBL();

56:
57: --
58: --Initialize p_custom_output
59: --
60: p_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
61:
62: --call the process parameters whith p_mv_set = 'SES' ,ie. for agent session
63: bix_pmv_dbi_utl_pkg.process_parameters(
64: p_param => p_page_parameter_tbl