DBA Data[Home] [Help]

APPS.ISC_DBI_FULF_PERF_PKG dependencies on BIS_PMV_PARAMETERS_PUB

Line 161: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;

157: ELSE
158: l_item_cat_flag := 0; -- product
159: END IF;
160:
161: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;
162: x_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
163:
164: l_measures := 'ISC_MEASURE_1,ISC_MEASURE_2,ISC_MEASURE_3,ISC_MEASURE_4,ISC_MEASURE_5,
165: ISC_MEASURE_6,ISC_MEASURE_7,ISC_MEASURE_8,ISC_MEASURE_9,ISC_MEASURE_10,

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

452: x_custom_sql := l_stmt;
453:
454: l_custom_rec.attribute_name := ':ISC_ITEM_CAT_FLAG';
455: l_custom_rec.attribute_value := to_char(l_item_cat_flag);
456: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
457: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
458: x_custom_output.extend;
459: x_custom_output(1) := l_custom_rec;
460:

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

453:
454: l_custom_rec.attribute_name := ':ISC_ITEM_CAT_FLAG';
455: l_custom_rec.attribute_value := to_char(l_item_cat_flag);
456: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
457: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
458: x_custom_output.extend;
459: x_custom_output(1) := l_custom_rec;
460:
461: l_custom_rec.attribute_name := ':ISC_CUST_FLAG';

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

459: x_custom_output(1) := l_custom_rec;
460:
461: l_custom_rec.attribute_name := ':ISC_CUST_FLAG';
462: l_custom_rec.attribute_value := to_char(l_cust_flag);
463: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
464: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
465: x_custom_output.extend;
466: x_custom_output(2) := l_custom_rec;
467:

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

460:
461: l_custom_rec.attribute_name := ':ISC_CUST_FLAG';
462: l_custom_rec.attribute_value := to_char(l_cust_flag);
463: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
464: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
465: x_custom_output.extend;
466: x_custom_output(2) := l_custom_rec;
467:
468: l_custom_rec.attribute_name := ':ISC_LANG';

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

466: x_custom_output(2) := l_custom_rec;
467:
468: l_custom_rec.attribute_name := ':ISC_LANG';
469: l_custom_rec.attribute_value := l_lang;
470: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
471: l_custom_Rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.VARCHAR2_BIND;
472: x_custom_output.EXTEND;
473: x_custom_output(3) := l_custom_rec;
474:

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

467:
468: l_custom_rec.attribute_name := ':ISC_LANG';
469: l_custom_rec.attribute_value := l_lang;
470: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
471: l_custom_Rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.VARCHAR2_BIND;
472: x_custom_output.EXTEND;
473: x_custom_output(3) := l_custom_rec;
474:
475: END Get_Sql;