DBA Data[Home] [Help]

APPS.ISC_MAINT_RPT_UTIL_PKG dependencies on FND_MESSAGE

Line 402: l_custom_rec.attribute_value := fnd_message.get_string('BIS','BIS_UNASSIGNED');

398:
399: l_custom_rec := bis_pmv_parameters_pub.initialize_query_type;
400:
401: l_custom_rec.attribute_name := '&ISC_UNASSIGNED' ;
402: l_custom_rec.attribute_value := fnd_message.get_string('BIS','BIS_UNASSIGNED');
403: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
404: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.varchar2_bind;
405: p_custom_output.extend;
406: p_custom_output(p_custom_output.count) := l_custom_rec;