DBA Data[Home] [Help]

APPS.ISC_DBI_PLAN_RM_PKG dependencies on BIS_PMV_PARAMETERS_PUB

Line 184: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;

180: END IF;
181:
182: l_lang := USERENV('LANG');
183:
184: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;
185: x_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
186:
187: IF (l_plan IS NULL OR l_plan2 IS NULL)
188: THEN l_stmt := '

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

415: x_custom_sql := l_stmt;
416:
417: l_custom_rec.attribute_name := ':ISC_LANG';
418: l_custom_rec.attribute_value := l_lang;
419: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
420: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.varchar2_bind;
421: x_custom_output.extend;
422: x_custom_output(1) := l_custom_rec;
423:

Line 420: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.varchar2_bind;

416:
417: l_custom_rec.attribute_name := ':ISC_LANG';
418: l_custom_rec.attribute_value := l_lang;
419: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
420: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.varchar2_bind;
421: x_custom_output.extend;
422: x_custom_output(1) := l_custom_rec;
423:
424: l_custom_rec.attribute_name := ':ISC_PERIOD_TYPE_ID';

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

422: x_custom_output(1) := l_custom_rec;
423:
424: l_custom_rec.attribute_name := ':ISC_PERIOD_TYPE_ID';
425: l_custom_rec.attribute_value := to_char(l_period_type_id);
426: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
427: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
428: x_custom_output.extend;
429: x_custom_output(2) := l_custom_rec;
430:

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

423:
424: l_custom_rec.attribute_name := ':ISC_PERIOD_TYPE_ID';
425: l_custom_rec.attribute_value := to_char(l_period_type_id);
426: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
427: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
428: x_custom_output.extend;
429: x_custom_output(2) := l_custom_rec;
430:
431: l_custom_rec.attribute_name := ':ISC_TIME_FROM';

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

429: x_custom_output(2) := l_custom_rec;
430:
431: l_custom_rec.attribute_name := ':ISC_TIME_FROM';
432: l_custom_rec.attribute_value := to_char(l_time_from,'DD/MM/YYYY');
433: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
434: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.date_bind;
435: x_custom_output.extend;
436: x_custom_output(3) := l_custom_rec;
437:

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

430:
431: l_custom_rec.attribute_name := ':ISC_TIME_FROM';
432: l_custom_rec.attribute_value := to_char(l_time_from,'DD/MM/YYYY');
433: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
434: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.date_bind;
435: x_custom_output.extend;
436: x_custom_output(3) := l_custom_rec;
437:
438: l_custom_rec.attribute_name := ':ISC_ITEM_CAT_FLAG';

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

436: x_custom_output(3) := l_custom_rec;
437:
438: l_custom_rec.attribute_name := ':ISC_ITEM_CAT_FLAG';
439: l_custom_rec.attribute_value := to_char(l_item_cat_flag);
440: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.Bind_Type;
441: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.Integer_Bind;
442: x_custom_output.extend;
443: x_custom_output(4) := l_custom_rec;
444:

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

437:
438: l_custom_rec.attribute_name := ':ISC_ITEM_CAT_FLAG';
439: l_custom_rec.attribute_value := to_char(l_item_cat_flag);
440: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.Bind_Type;
441: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.Integer_Bind;
442: x_custom_output.extend;
443: x_custom_output(4) := l_custom_rec;
444:
445: l_custom_rec.attribute_name := ':ISC_UNION1_FLAG';

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

443: x_custom_output(4) := l_custom_rec;
444:
445: l_custom_rec.attribute_name := ':ISC_UNION1_FLAG';
446: l_custom_rec.attribute_value := to_char(l_union1_flag);
447: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.Bind_Type;
448: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.Integer_Bind;
449: x_custom_output.extend;
450: x_custom_output(5) := l_custom_rec;
451:

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

444:
445: l_custom_rec.attribute_name := ':ISC_UNION1_FLAG';
446: l_custom_rec.attribute_value := to_char(l_union1_flag);
447: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.Bind_Type;
448: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.Integer_Bind;
449: x_custom_output.extend;
450: x_custom_output(5) := l_custom_rec;
451:
452: END Get_Sql;