DBA Data[Home] [Help]

APPS.AMW_LOAD_RC_DATA dependencies on FND_PROFILE

Line 436: NVL(fnd_profile.VALUE ('AMW_DELT_RISK_CNTRL_INTF'), 'N');

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

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

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

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

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

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

2913: open c_get_user_name;
2914: fetch c_get_user_name into l_user_name;
2915: close c_get_user_name;
2916:
2917: l_security_switch := NVL(fnd_profile.VALUE ('AMW_DATA_SECURITY_SWITCH'), 'N');
2918:
2919: if(l_security_switch = 'Y') then ---check for Upd prvlg only if Security mode is set on
2920: l_has_access := fnd_data_security.check_function(
2921: p_api_version => 1