DBA Data[Home] [Help]

APPS.FEM_COL_TMPLT_DEFN_API_PUB dependencies on FND_GLOBAL

Line 342: ,fnd_global.user_id

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

Line 343: ,fnd_global.resp_id

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 (

Line 344: ,fnd_global.prog_appl_id);

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'