DBA Data[Home] [Help]

APPS.ISC_DBI_CPM_CP_ACT_TREND_PKG dependencies on BIS_PMV_PARAMETERS_PUB

Line 199: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;

195: l_biv_flag_where := '
196: AND fact.grp_id = :ISC_BIV_FLAG';
197: end if;
198:
199: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;
200: x_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
201:
202: l_dates_subquery := ' (SELECT fii.start_date START_DATE,
203: ''C'' PERIOD,

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

331: x_custom_sql := l_stmt;
332:
333: l_custom_rec.attribute_name := ':ISC_ITEM_CAT_FLAG';
334: l_custom_rec.attribute_value := to_char(l_item_cat_flag);
335: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
336: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
337: x_custom_output.extend;
338: x_custom_output(1) := l_custom_rec;
339:

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

332:
333: l_custom_rec.attribute_name := ':ISC_ITEM_CAT_FLAG';
334: l_custom_rec.attribute_value := to_char(l_item_cat_flag);
335: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
336: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
337: x_custom_output.extend;
338: x_custom_output(1) := l_custom_rec;
339:
340: l_custom_rec.attribute_name := ':ISC_CUST_FLAG';

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

338: x_custom_output(1) := l_custom_rec;
339:
340: l_custom_rec.attribute_name := ':ISC_CUST_FLAG';
341: l_custom_rec.attribute_value := to_char(l_cust_flag);
342: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
343: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
344: x_custom_output.extend;
345: x_custom_output(2) := l_custom_rec;
346:

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

339:
340: l_custom_rec.attribute_name := ':ISC_CUST_FLAG';
341: l_custom_rec.attribute_value := to_char(l_cust_flag);
342: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
343: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
344: x_custom_output.extend;
345: x_custom_output(2) := l_custom_rec;
346:
347: l_custom_rec.attribute_name := ':ISC_BIV_FLAG';

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

345: x_custom_output(2) := l_custom_rec;
346:
347: l_custom_rec.attribute_name := ':ISC_BIV_FLAG';
348: l_custom_rec.attribute_value := to_char(l_biv_flag);
349: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
350: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
351: x_custom_output.extend;
352: x_custom_output(3) := l_custom_rec;
353:

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

346:
347: l_custom_rec.attribute_name := ':ISC_BIV_FLAG';
348: l_custom_rec.attribute_value := to_char(l_biv_flag);
349: l_custom_Rec.attribute_type := bis_pmv_parameters_pub.bind_type;
350: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
351: x_custom_output.extend;
352: x_custom_output(3) := l_custom_rec;
353:
354: END Get_Sql;