DBA Data[Home] [Help]

APPS.ISC_DBI_DAYS_SHIP_PKG dependencies on BIS_PMV_PARAMETERS_PUB

Line 130: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;

126: END CASE;
127:
128: l_lang := USERENV('LANG');
129:
130: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;
131: x_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
132:
133: l_formula_sql := 'c.curr_booked_to_ship_days ISC_MEASURE_1,
134: c.curr_shipped_line_cnt ISC_MEASURE_2,

Line 316: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;

312: x_custom_sql := l_stmt;
313:
314: l_custom_rec.attribute_name := ':ISC_AGG_LEVEL';
315: l_custom_rec.attribute_value := to_char(l_agg_level);
316: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
317: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
318: x_custom_output.extend;
319: x_custom_output(1) := l_custom_rec;
320:

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

313:
314: l_custom_rec.attribute_name := ':ISC_AGG_LEVEL';
315: l_custom_rec.attribute_value := to_char(l_agg_level);
316: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
317: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.integer_bind;
318: x_custom_output.extend;
319: x_custom_output(1) := l_custom_rec;
320:
321: l_custom_rec.attribute_name := ':ISC_LANG';

Line 323: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;

319: x_custom_output(1) := l_custom_rec;
320:
321: l_custom_rec.attribute_name := ':ISC_LANG';
322: l_custom_rec.attribute_value := l_lang;
323: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
324: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.varchar2_bind;
325: x_custom_output.extend;
326: x_custom_output(2) := l_custom_rec;
327:

Line 324: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.varchar2_bind;

320:
321: l_custom_rec.attribute_name := ':ISC_LANG';
322: l_custom_rec.attribute_value := l_lang;
323: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
324: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.varchar2_bind;
325: x_custom_output.extend;
326: x_custom_output(2) := l_custom_rec;
327:
328: END Get_Sql;