DBA Data[Home] [Help]

APPS.IRC_WEB dependencies on ICX_PORTLET

Line 39: l_url:=icx_portlet.createExecLink

35: close csr_posting;
36: --
37: if (fnd_function.test(l_function_name)) then
38: -- for createExecLink, p_url_only must be N to not get the link html
39: l_url:=icx_portlet.createExecLink
40: (p_function_id=>fnd_function.get_function_id(l_function_name)
41: ,p_application_id=>fnd_global.resp_appl_id
42: ,p_responsibility_id=>fnd_global.resp_id
43: ,p_security_group_id=>fnd_global.security_group_id

Line 50: l_url:=icx_portlet.createExecLink2

46: ,p_link_name=>'Not needed'
47: );
48: else
49: -- for createExecLink2, p_url_only must be Y to not get the link html
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'