DBA Data[Home] [Help]

APPS.ISC_DBI_PLAN_CB_SUM_TREND_PKG dependencies on BIS_PMV_PARAMETERS_PUB

Line 155: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;

151: LOOP
152: l_rpt_end_date := FII_TIME_API.next_period_end_date(l_rpt_end_date, l_period_type);
153: END LOOP;
154:
155: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;
156: x_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
157:
158: IF (l_plan IS NULL OR l_plan2 IS NULL)
159: THEN l_stmt := '

Line 230: l_custom_rec.attribute_name := BIS_PMV_PARAMETERS_PUB.VIEW_BY_VALUE;

226: END IF;
227:
228: x_custom_sql := l_stmt;
229:
230: l_custom_rec.attribute_name := BIS_PMV_PARAMETERS_PUB.VIEW_BY_VALUE;
231: l_custom_rec.attribute_value := 'TIME+'||l_period_type;
232: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.VIEW_BY_TYPE;
233: x_custom_output.extend;
234: x_custom_output(1) := l_custom_rec;

Line 232: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.VIEW_BY_TYPE;

228: x_custom_sql := l_stmt;
229:
230: l_custom_rec.attribute_name := BIS_PMV_PARAMETERS_PUB.VIEW_BY_VALUE;
231: l_custom_rec.attribute_value := 'TIME+'||l_period_type;
232: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.VIEW_BY_TYPE;
233: x_custom_output.extend;
234: x_custom_output(1) := l_custom_rec;
235:
236: l_custom_rec.attribute_name := ':ISC_PERIOD_TYPE_ID';

Line 238: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;

234: x_custom_output(1) := l_custom_rec;
235:
236: l_custom_rec.attribute_name := ':ISC_PERIOD_TYPE_ID';
237: l_custom_rec.attribute_value := to_char(l_period_type_id);
238: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
239: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
240: x_custom_output.extend;
241: x_custom_output(2) := l_custom_rec;
242:

Line 239: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;

235:
236: l_custom_rec.attribute_name := ':ISC_PERIOD_TYPE_ID';
237: l_custom_rec.attribute_value := to_char(l_period_type_id);
238: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
239: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
240: x_custom_output.extend;
241: x_custom_output(2) := l_custom_rec;
242:
243: l_custom_rec.attribute_name := ':ISC_TIME_FROM';

Line 245: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;

241: x_custom_output(2) := l_custom_rec;
242:
243: l_custom_rec.attribute_name := ':ISC_TIME_FROM';
244: l_custom_rec.attribute_value := to_char(l_time_from,'DD/MM/YYYY');
245: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
246: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.date_bind;
247: x_custom_output.extend;
248: x_custom_output(3) := l_custom_rec;
249:

Line 246: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.date_bind;

242:
243: l_custom_rec.attribute_name := ':ISC_TIME_FROM';
244: l_custom_rec.attribute_value := to_char(l_time_from,'DD/MM/YYYY');
245: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
246: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.date_bind;
247: x_custom_output.extend;
248: x_custom_output(3) := l_custom_rec;
249:
250: l_custom_rec.attribute_name := ':ISC_RPT_END_DATE';

Line 252: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;

248: x_custom_output(3) := l_custom_rec;
249:
250: l_custom_rec.attribute_name := ':ISC_RPT_END_DATE';
251: l_custom_rec.attribute_value := to_char(l_rpt_end_date,'DD/MM/YYYY');
252: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
253: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.date_bind;
254: x_custom_output.extend;
255: x_custom_output(4) := l_custom_rec;
256:

Line 253: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.date_bind;

249:
250: l_custom_rec.attribute_name := ':ISC_RPT_END_DATE';
251: l_custom_rec.attribute_value := to_char(l_rpt_end_date,'DD/MM/YYYY');
252: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
253: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.date_bind;
254: x_custom_output.extend;
255: x_custom_output(4) := l_custom_rec;
256:
257: l_custom_rec.attribute_name := ':ISC_ITEM_CAT_FLAG';

Line 259: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;

255: x_custom_output(4) := l_custom_rec;
256:
257: l_custom_rec.attribute_name := ':ISC_ITEM_CAT_FLAG';
258: l_custom_rec.attribute_value := to_char(l_item_cat_flag);
259: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
260: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
261: x_custom_output.extend;
262: x_custom_output(5) := l_custom_rec;
263:

Line 260: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;

256:
257: l_custom_rec.attribute_name := ':ISC_ITEM_CAT_FLAG';
258: l_custom_rec.attribute_value := to_char(l_item_cat_flag);
259: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
260: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
261: x_custom_output.extend;
262: x_custom_output(5) := l_custom_rec;
263:
264: END Get_Sql;