DBA Data[Home] [Help]

APPS.AMW_LOAD_AP_DATA dependencies on FND_PROFILE

Line 265: l_amw_delt_ap_intf := NVL(fnd_profile.VALUE ('AMW_DELT_AP_INTF'), 'N');

261:
262: --
263: -- get profile info for deleting records from interface table
264: --
265: l_amw_delt_ap_intf := NVL(fnd_profile.VALUE ('AMW_DELT_AP_INTF'), 'N');
266:
267: AMW_UTILITY_PVT.Error_Message(p_message_name => 'AMW_PENDING_CHANGE_ERROR',
268: p_token_name => 'OBJ_TYPE',
269: p_token_value => AMW_UTILITY_PVT.GET_LOOKUP_MEANING('AMW_OBJECT_TYPE','AP'));

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

686: open c_get_user_name;
687: fetch c_get_user_name into l_user_name;
688: close c_get_user_name;
689:
690: l_security_switch := NVL(fnd_profile.VALUE ('AMW_DATA_SECURITY_SWITCH'), 'N');
691:
692: if(l_security_switch = 'Y') then ---check for Upd prvlg only if Security mode is set on
693: l_has_access := fnd_data_security.check_function(
694: p_api_version => 1