DBA Data[Home] [Help]

APPS.ENI_DBI_IVA_T_PKG dependencies on BIS_PMV_PARAMETERS_PUB

Line 311: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;

307: ORDER BY
308: ' || l_order_by;
309:
310: --Bug 5083662 : Added Bind Parameters
311: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;
312: x_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
313:
314: x_custom_output.extend;
315: l_custom_rec.attribute_name := ':CATEGORY_ID';

Line 317: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;

313:
314: x_custom_output.extend;
315: l_custom_rec.attribute_name := ':CATEGORY_ID';
316: l_custom_rec.attribute_value := REPLACE(l_category,'''');
317: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
318: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.VARCHAR2_BIND;
319: x_custom_output(1) := l_custom_rec;
320:
321: x_custom_output.extend;

Line 318: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.VARCHAR2_BIND;

314: x_custom_output.extend;
315: l_custom_rec.attribute_name := ':CATEGORY_ID';
316: l_custom_rec.attribute_value := REPLACE(l_category,'''');
317: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
318: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.VARCHAR2_BIND;
319: x_custom_output(1) := l_custom_rec;
320:
321: x_custom_output.extend;
322: l_custom_rec.attribute_name := ':CUR_PERIOD_ID';

Line 324: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;

320:
321: x_custom_output.extend;
322: l_custom_rec.attribute_name := ':CUR_PERIOD_ID';
323: l_custom_rec.attribute_value := REPLACE(l_cur_period,'''');
324: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
325: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.NUMERIC_BIND;
326: x_custom_output(2) := l_custom_rec;
327:
328: x_custom_output.extend;

Line 325: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.NUMERIC_BIND;

321: x_custom_output.extend;
322: l_custom_rec.attribute_name := ':CUR_PERIOD_ID';
323: l_custom_rec.attribute_value := REPLACE(l_cur_period,'''');
324: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
325: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.NUMERIC_BIND;
326: x_custom_output(2) := l_custom_rec;
327:
328: x_custom_output.extend;
329: l_custom_rec.attribute_name := ':ITEM_ORG';

Line 331: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;

327:
328: x_custom_output.extend;
329: l_custom_rec.attribute_name := ':ITEM_ORG';
330: l_custom_rec.attribute_value := REPLACE(l_item_org,'''');
331: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
332: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.VARCHAR2_BIND;
333: x_custom_output(3) := l_custom_rec;
334:
335: EXCEPTION

Line 332: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.VARCHAR2_BIND;

328: x_custom_output.extend;
329: l_custom_rec.attribute_name := ':ITEM_ORG';
330: l_custom_rec.attribute_value := REPLACE(l_item_org,'''');
331: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
332: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.VARCHAR2_BIND;
333: x_custom_output(3) := l_custom_rec;
334:
335: EXCEPTION
336: