DBA Data[Home] [Help]

APPS.POA_DBI_IAP_PKG dependencies on BIS_PMV_PARAMETERS_PUB

Line 356: l_custom_rec := bis_pmv_parameters_pub.initialize_query_type;

352:
353: poa_dbi_util_pkg.get_custom_status_binds(x_custom_output);
354: poa_dbi_util_pkg.get_custom_rolling_binds(x_custom_output,l_xtd);
355:
356: l_custom_rec := bis_pmv_parameters_pub.initialize_query_type;
357: l_custom_rec.attribute_name := '&BASEUOM';
358: l_custom_rec.attribute_value := l_uom;
359: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
360: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.CHARACTER_BIND;

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

355:
356: l_custom_rec := bis_pmv_parameters_pub.initialize_query_type;
357: l_custom_rec.attribute_name := '&BASEUOM';
358: l_custom_rec.attribute_value := l_uom;
359: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
360: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.CHARACTER_BIND;
361: x_custom_output.EXTEND;
362: x_custom_output(x_custom_output.COUNT) := l_custom_rec;
363:

Line 360: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.CHARACTER_BIND;

356: l_custom_rec := bis_pmv_parameters_pub.initialize_query_type;
357: l_custom_rec.attribute_name := '&BASEUOM';
358: l_custom_rec.attribute_value := l_uom;
359: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
360: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.CHARACTER_BIND;
361: x_custom_output.EXTEND;
362: x_custom_output(x_custom_output.COUNT) := l_custom_rec;
363:
364: END iapd_dtl_sql ;