DBA Data[Home] [Help]

APPS.ORACLEAPPS dependencies on ICX_PORTLET

Line 2347: l_RFLink := icx_portlet.createExecLink(p_application_id => p_application_id,

2343:
2344: begin
2345:
2346: -- 2758891 nlbarlow
2347: l_RFLink := icx_portlet.createExecLink(p_application_id => p_application_id,
2348: p_responsibility_id => p_responsibility_id,
2349: p_security_group_id => p_security_group_id,
2350: p_function_id => p_function_id,
2351: p_parameters => '',

Line 2418: l_url := icx_portlet.createExecLink(p_application_id => l_resp_appl_id,

2414: l_text := icx_call.decrypt2(P,l_session_id);
2415: end if;
2416:
2417: -- 2802333 nlbarlow
2418: l_url := icx_portlet.createExecLink(p_application_id => l_resp_appl_id,
2419: p_responsibility_id => l_responsibility_id,
2420: p_security_group_id => l_security_group_id,
2421: p_function_id => l_function_id,
2422: p_parameters => l_text,