DBA Data[Home] [Help]

APPS.ISC_DBI_CPM_CP_ACT_PKG dependencies on BIS_PMV_PARAMETERS_PUB

Line 284: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;

280: l_biv_flag_where := '
281: AND fact.grp_id = :ISC_BIV_FLAG';
282: end if;
283:
284: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;
285: x_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
286:
287: l_measures := 'isc_measure_1, isc_measure_2, isc_measure_3, isc_measure_4, isc_measure_5,
288: isc_measure_6, isc_measure_7, isc_measure_8, isc_measure_9, isc_measure_10,

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

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

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

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

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

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

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

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

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

465: x_custom_output(2) := l_custom_rec;
466:
467: l_custom_rec.attribute_name := ':ISC_BIV_FLAG';
468: l_custom_rec.attribute_value := to_char(l_biv_flag);
469: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
470: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
471: x_custom_output.extend;
472: x_custom_output(3) := l_custom_rec;
473:

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

466:
467: l_custom_rec.attribute_name := ':ISC_BIV_FLAG';
468: l_custom_rec.attribute_value := to_char(l_biv_flag);
469: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
470: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
471: x_custom_output.extend;
472: x_custom_output(3) := l_custom_rec;
473:
474: END Get_Sql;