DBA Data[Home] [Help]

APPS.AMW_LOAD_RCM_ORG_DATA dependencies on FND_DATA_SECURITY

Line 3179: l_has_access := fnd_data_security.check_function(

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(
3180: p_api_version => 1
3181: ,p_function => p_function
3182: ,p_object_name => p_object_name
3183: ---03.04.2005 npanandi: added pk1/pk2 for OrgId, ProcessId