DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on FND_DATA_SECURITY

Line 4635: l_func_check := fnd_data_security.check_function(1.0,l_function_name,

4631: (name=>'IRC_HOME_PAGE_FUNCTION'
4632: ,user_id=>l_user_id
4633: ,responsibility_id=>p_responsibility_id
4634: ,application_id=>p_resp_appl_id);
4635: l_func_check := fnd_data_security.check_function(1.0,l_function_name,
4636: 'GLOBAL',null,null,null,null,null,upper(p_user_name));
4637: -- if user doesn't have the access, create the Grant
4638: if l_func_check <> 'T' then
4639: l_menu_name:=fnd_profile.value_specific

Line 4787: l_func_check := fnd_data_security.check_function(1.0,l_function_name,

4783: (name=>'IRC_HOME_PAGE_FUNCTION'
4784: ,user_id=>l_user_id
4785: ,responsibility_id=>p_responsibility_id
4786: ,application_id=>p_resp_appl_id);
4787: l_func_check := fnd_data_security.check_function(1.0,l_function_name,
4788: 'GLOBAL',null,null,null,null,null,upper(p_user_name));
4789: -- if user doesn't have the access, create the Grant
4790: if l_func_check <> 'T' then
4791: return 'NO_PROFILE';