DBA Data[Home] [Help]

APPS.AMW_LOAD_KEY_ACC_DATA dependencies on FND_PROFILE

Line 184: l_amw_delt_key_acc_intf := nvl(fnd_profile.VALUE ('AMW_DELT_KEY_ACC_INTF'), 'N');

180:
181: --
182: -- get profile info for deleting records from interface table
183: --
184: l_amw_delt_key_acc_intf := nvl(fnd_profile.VALUE ('AMW_DELT_KEY_ACC_INTF'), 'N');
185:
186: AMW_UTILITY_PVT.Error_Message(p_message_name => 'AMW_PENDING_CHANGE_ERROR',
187: p_token_name => 'OBJ_TYPE',
188: p_token_value => AMW_UTILITY_PVT.GET_LOOKUP_MEANING('AMW_OBJECT_TYPE','CTRL'));

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

466: open c_get_user_name;
467: fetch c_get_user_name into l_user_name;
468: close c_get_user_name;
469:
470: l_security_switch := NVL(fnd_profile.VALUE ('AMW_DATA_SECURITY_SWITCH'), 'N');
471:
472: fnd_file.put_line (fnd_file.LOG, 'l_security_switch: '||l_security_switch);
473: if(l_security_switch = 'Y') then ---check for Upd prvlg only if Security mode is set on
474: l_has_access := fnd_data_security.check_function(