DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on FND_DATA_SECURITY

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

4401: (name=>'IRC_HOME_PAGE_FUNCTION'
4402: ,user_id=>l_user_id
4403: ,responsibility_id=>p_responsibility_id
4404: ,application_id=>p_resp_appl_id);
4405: l_func_check := fnd_data_security.check_function(1.0,l_function_name,
4406: 'GLOBAL',null,null,null,null,null,upper(p_user_name));
4407: -- if user doesn't have the access, create the Grant
4408: if l_func_check <> 'T' then
4409: l_menu_name:=fnd_profile.value_specific

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

4553: (name=>'IRC_HOME_PAGE_FUNCTION'
4554: ,user_id=>l_user_id
4555: ,responsibility_id=>p_responsibility_id
4556: ,application_id=>p_resp_appl_id);
4557: l_func_check := fnd_data_security.check_function(1.0,l_function_name,
4558: 'GLOBAL',null,null,null,null,null,upper(p_user_name));
4559: -- if user doesn't have the access, create the Grant
4560: if l_func_check <> 'T' then
4561: return 'NO_PROFILE';