DBA Data[Home] [Help]

APPS.ISC_DEPOT_RPT_UTIL_PKG dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 55: x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL);

51: x_mv_type OUT NOCOPY VARCHAR2,
52: x_aggregation_flag OUT NOCOPY NUMBER,
53: p_mv_set IN VARCHAR2,
54: p_trend IN VARCHAR2,
55: x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL);
56:
57: PROCEDURE GET_BUCKET_WHERE_CLAUSE (p_param IN BIS_PMV_PAGE_PARAMETER_TBL,
58: p_dim_level IN VARCHAR2,
59: p_bucket_short_name IN BIS_BUCKET.SHORT_NAME%TYPE,

Line 62: x_custom_output OUT NOCOPY bis_query_attributes_tbl);

58: p_dim_level IN VARCHAR2,
59: p_bucket_short_name IN BIS_BUCKET.SHORT_NAME%TYPE,
60: p_col_name IN VARCHAR2,
61: x_where_clause IN OUT NOCOPY VARCHAR2,
62: x_custom_output OUT NOCOPY bis_query_attributes_tbl);
63:
64: -- get_agg_flag
65: -- Generic routine to get the appropriate aggregation_flag for the selected parameters
66: -- Points of note: