DBA Data[Home] [Help]

APPS.ISC_DBI_REV_PL_PKG dependencies on BIS_PMV_PARAMETERS_PUB

Line 224: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;

220: THEN l_item_cat_flag := 0; -- Product Category
221: ELSE l_item_cat_flag := 1; -- All
222: END IF;
223:
224: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;
225: x_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
226:
227: IF (l_invalid_curr)
228: THEN l_stmt := '

Line 414: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;

410: x_custom_sql := l_stmt;
411:
412: l_custom_rec.attribute_name := ':ISC_CUST';
413: l_custom_rec.attribute_value := l_cust_flag;
414: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
415: l_custom_Rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;
416: x_custom_output.EXTEND;
417: x_custom_output(1) := l_custom_rec;
418:

Line 415: l_custom_Rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;

411:
412: l_custom_rec.attribute_name := ':ISC_CUST';
413: l_custom_rec.attribute_value := l_cust_flag;
414: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
415: l_custom_Rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;
416: x_custom_output.EXTEND;
417: x_custom_output(1) := l_custom_rec;
418:
419: l_custom_rec.attribute_name := ':ISC_SG';

Line 421: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;

417: x_custom_output(1) := l_custom_rec;
418:
419: l_custom_rec.attribute_name := ':ISC_SG';
420: l_custom_rec.attribute_value := to_char(l_sg_sg);
421: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
422: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;
423: x_custom_output.extend;
424: x_custom_output(2) := l_custom_rec;
425:

Line 422: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;

418:
419: l_custom_rec.attribute_name := ':ISC_SG';
420: l_custom_rec.attribute_value := to_char(l_sg_sg);
421: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
422: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;
423: x_custom_output.extend;
424: x_custom_output(2) := l_custom_rec;
425:
426: l_custom_rec.attribute_name := ':ISC_RES';

Line 428: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;

424: x_custom_output(2) := l_custom_rec;
425:
426: l_custom_rec.attribute_name := ':ISC_RES';
427: l_custom_rec.attribute_value := to_char(l_sg_res);
428: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
429: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;
430: x_custom_output.extend;
431: x_custom_output(3) := l_custom_rec;
432:

Line 429: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;

425:
426: l_custom_rec.attribute_name := ':ISC_RES';
427: l_custom_rec.attribute_value := to_char(l_sg_res);
428: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
429: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;
430: x_custom_output.extend;
431: x_custom_output(3) := l_custom_rec;
432:
433: l_custom_rec.attribute_name := ':ISC_ITEM_CAT_FLAG';

Line 435: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;

431: x_custom_output(3) := l_custom_rec;
432:
433: l_custom_rec.attribute_name := ':ISC_ITEM_CAT_FLAG';
434: l_custom_rec.attribute_value := to_char(l_item_cat_flag);
435: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
436: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
437: x_custom_output.extend;
438: x_custom_output(4) := l_custom_rec;
439:

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

432:
433: l_custom_rec.attribute_name := ':ISC_ITEM_CAT_FLAG';
434: l_custom_rec.attribute_value := to_char(l_item_cat_flag);
435: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
436: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
437: x_custom_output.extend;
438: x_custom_output(4) := l_custom_rec;
439:
440: END get_sql;