338: -----------------------------------------------------------
339:
340: g_curr_conv_type := fnd_profile.value_specific (
341: 'FEM_CURRENCY_CONVERSION_TYPE'
342: ,fnd_global.user_id
343: ,fnd_global.resp_id
344: ,fnd_global.prog_appl_id);
345:
346: IF (g_curr_conv_type IS NULL) THEN
339:
340: g_curr_conv_type := fnd_profile.value_specific (
341: 'FEM_CURRENCY_CONVERSION_TYPE'
342: ,fnd_global.user_id
343: ,fnd_global.resp_id
344: ,fnd_global.prog_appl_id);
345:
346: IF (g_curr_conv_type IS NULL) THEN
347: fem_engines_pkg.user_message (
340: g_curr_conv_type := fnd_profile.value_specific (
341: 'FEM_CURRENCY_CONVERSION_TYPE'
342: ,fnd_global.user_id
343: ,fnd_global.resp_id
344: ,fnd_global.prog_appl_id);
345:
346: IF (g_curr_conv_type IS NULL) THEN
347: fem_engines_pkg.user_message (
348: p_app_name => 'FEM'