DBA Data[Home] [Help]

APPS.AMW_LOAD_RCM_ORG_DATA dependencies on FND_PROFILE

Line 437: l_amw_delt_rcm_org_intf := NVL(fnd_profile.VALUE ('AMW_DELT_RCM_ORG_INTF'), 'N');

433:
434: --
435: -- get profile info for deleting records from interface table
436: --
437: l_amw_delt_rcm_org_intf := NVL(fnd_profile.VALUE ('AMW_DELT_RCM_ORG_INTF'), 'N');
438:
439: --
440: -- get profile info for null control names and descriptions
441: --

Line 443: --l_amw_control_name_prefix := NVL(fnd_profile.VALUE ('AMW_CONTROL_NAME_PREFIX'), 'ORAC-');

439: --
440: -- get profile info for null control names and descriptions
441: --
442: --02.01.2005 npanandi: fix for Customer to upload Controls with only sequence numbers
443: --l_amw_control_name_prefix := NVL(fnd_profile.VALUE ('AMW_CONTROL_NAME_PREFIX'), 'ORAC-');
444: --l_amw_control_name_prefix := fnd_profile.VALUE ('AMW_CONTROL_NAME_PREFIX');
445: l_amw_control_name_prefix := null;
446:
447:

Line 444: --l_amw_control_name_prefix := fnd_profile.VALUE ('AMW_CONTROL_NAME_PREFIX');

440: -- get profile info for null control names and descriptions
441: --
442: --02.01.2005 npanandi: fix for Customer to upload Controls with only sequence numbers
443: --l_amw_control_name_prefix := NVL(fnd_profile.VALUE ('AMW_CONTROL_NAME_PREFIX'), 'ORAC-');
444: --l_amw_control_name_prefix := fnd_profile.VALUE ('AMW_CONTROL_NAME_PREFIX');
445: l_amw_control_name_prefix := null;
446:
447:
448: AMW_UTILITY_PVT.Error_Message(p_message_name => 'AMW_PENDING_CHANGE_ERROR',

Line 3175: l_security_switch := NVL(fnd_profile.VALUE ('AMW_DATA_SECURITY_SWITCH'), 'N');

3171: open c_get_user_name;
3172: fetch c_get_user_name into l_user_name;
3173: close c_get_user_name;
3174:
3175: l_security_switch := NVL(fnd_profile.VALUE ('AMW_DATA_SECURITY_SWITCH'), 'N');
3176:
3177: fnd_file.put_line(fnd_file.log,'check_function: start');
3178: if(l_security_switch = 'Y') then ---check for Upd prvlg only if Security mode is set on
3179: l_has_access := fnd_data_security.check_function(