DBA Data[Home] [Help]

APPS.ISC_DBI_PDUE_PRM_SUM_PKG dependencies on BIS_PMV_PARAMETERS_PUB

Line 234: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;

230: l_snapshot_taken := TRUE;
231:
232: END;
233:
234: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;
235: x_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
236:
237: l_measures := 'ISC_MEASURE_1,ISC_MEASURE_2,ISC_MEASURE_3,ISC_MEASURE_4,ISC_MEASURE_5,
238: ISC_MEASURE_6,ISC_MEASURE_7,ISC_MEASURE_8,ISC_MEASURE_9';

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

460: x_custom_sql := l_stmt;
461:
462: l_custom_rec.attribute_name := ':ISC_ITEM_CAT_FLAG';
463: l_custom_rec.attribute_value := to_char(l_item_cat_flag);
464: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
465: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
466: x_custom_output.extend;
467: x_custom_output(1) := l_custom_rec;
468:

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

461:
462: l_custom_rec.attribute_name := ':ISC_ITEM_CAT_FLAG';
463: l_custom_rec.attribute_value := to_char(l_item_cat_flag);
464: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
465: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
466: x_custom_output.extend;
467: x_custom_output(1) := l_custom_rec;
468:
469: l_custom_rec.attribute_name := ':ISC_CUST_FLAG';

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

467: x_custom_output(1) := l_custom_rec;
468:
469: l_custom_rec.attribute_name := ':ISC_CUST_FLAG';
470: l_custom_rec.attribute_value := to_char(l_cust_flag);
471: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
472: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
473: x_custom_output.extend;
474: x_custom_output(2) := l_custom_rec;
475:

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

468:
469: l_custom_rec.attribute_name := ':ISC_CUST_FLAG';
470: l_custom_rec.attribute_value := to_char(l_cust_flag);
471: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
472: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
473: x_custom_output.extend;
474: x_custom_output(2) := l_custom_rec;
475:
476: l_custom_rec.attribute_name := ':ISC_LANG';

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

474: x_custom_output(2) := l_custom_rec;
475:
476: l_custom_rec.attribute_name := ':ISC_LANG';
477: l_custom_rec.attribute_value := l_lang;
478: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
479: l_custom_Rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.VARCHAR2_BIND;
480: x_custom_output.EXTEND;
481: x_custom_output(3) := l_custom_rec;
482:

Line 479: l_custom_Rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.VARCHAR2_BIND;

475:
476: l_custom_rec.attribute_name := ':ISC_LANG';
477: l_custom_rec.attribute_value := l_lang;
478: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
479: l_custom_Rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.VARCHAR2_BIND;
480: x_custom_output.EXTEND;
481: x_custom_output(3) := l_custom_rec;
482:
483: END Get_Sql;