DBA Data[Home] [Help]

APPS.ISC_DBI_DAYS_SHIP_TREND_PKG dependencies on BIS_PMV_PARAMETERS_PUB

Line 111: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;

107: WHEN (l_item_cat_flag = 1 and l_customer_flag = 1) THEN l_agg_level := 5;
108: WHEN (l_item_cat_flag = 3 and l_customer_flag = 1) THEN l_agg_level := 3;
109: END CASE;
110:
111: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;
112: x_custom_output := bis_query_attributes_tbl();
113:
114: If l_period_type = 'FII_TIME_WEEK' then
115: l_att_2 := '''AS_OF_DATE=''||'|| 'to_char(fii1.end_date,''DD/MM/YYYY'')' || '||''&pFunctionName=ISC_DBI_DAYS_SHIP_TREND&TIME+FII_TIME_DAY=TIME+FII_TIME_DAY&pParameters=pParamIds@Y''';

Line 264: l_custom_rec.attribute_name := BIS_PMV_PARAMETERS_PUB.View_By_Value;

260:
261:
262: x_custom_sql := l_stmt;
263:
264: l_custom_rec.attribute_name := BIS_PMV_PARAMETERS_PUB.View_By_Value;
265: l_custom_rec.attribute_value := 'TIME+'||l_period_type;
266: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.View_By_Type;
267: x_custom_output.extend;
268: x_custom_output(1) := l_custom_rec;

Line 266: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.View_By_Type;

262: x_custom_sql := l_stmt;
263:
264: l_custom_rec.attribute_name := BIS_PMV_PARAMETERS_PUB.View_By_Value;
265: l_custom_rec.attribute_value := 'TIME+'||l_period_type;
266: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.View_By_Type;
267: x_custom_output.extend;
268: x_custom_output(1) := l_custom_rec;
269:
270: l_custom_rec.attribute_name := ':ISC_AGG_LEVEL';

Line 272: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.Bind_Type;

268: x_custom_output(1) := l_custom_rec;
269:
270: l_custom_rec.attribute_name := ':ISC_AGG_LEVEL';
271: l_custom_rec.attribute_value := to_char(l_agg_level);
272: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.Bind_Type;
273: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.Integer_Bind;
274: x_custom_output.extend;
275: x_custom_output(2) := l_custom_rec;
276:

Line 273: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.Integer_Bind;

269:
270: l_custom_rec.attribute_name := ':ISC_AGG_LEVEL';
271: l_custom_rec.attribute_value := to_char(l_agg_level);
272: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.Bind_Type;
273: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.Integer_Bind;
274: x_custom_output.extend;
275: x_custom_output(2) := l_custom_rec;
276:
277: END Get_Sql;