DBA Data[Home] [Help]

APPS.IRC_WEB dependencies on STANDARD

Line 54: ,p_security_group_key=>'STANDARD'

50: l_url:=icx_portlet.createExecLink2
51: (p_function_name=>l_function_name
52: ,p_application_short_name=>'PER'
53: ,p_responsibility_key=>'IRC_EXT_SITE_VISITOR'
54: ,p_security_group_key=>'STANDARD'
55: ,p_parameters=>'p_svid='||l_vacancy_id||'&'||'p_spid='||l_posting_id
56: ,p_url_only=>'Y'
57: ,p_link_name=>'Not needed'
58: );

Line 165: -- standard function

161: --
162: l_function_name:=fnd_profile.value('IRC_'||apr_object_type||'_APPROVAL_URL');
163: --
164: -- test to see if the responsibility that we are running in has access to the
165: -- standard function
166: --
167: if not (fnd_function.test(l_function_name)) then
168: -- if we do not have access to the standard function, access one which
169: -- does not have the menus on it.

Line 168: -- if we do not have access to the standard function, access one which

164: -- test to see if the responsibility that we are running in has access to the
165: -- standard function
166: --
167: if not (fnd_function.test(l_function_name)) then
168: -- if we do not have access to the standard function, access one which
169: -- does not have the menus on it.
170: l_function_name:=l_function_name||'_EXT';
171: -- redirect to the function, passing the approval transaction id
172: OracleApps.runFunction(c_function_id=>fnd_function.get_function_id(l_function_name)