DBA Data[Home] [Help]

APPS.IRC_WEB dependencies on ICX_SEC

Line 25: l_b:= icx_sec.validateSession(c_validate_only=>'Y');

21: and pra.posting_content_id is not null
22: order by pra.date_start;
23: begin
24: --
25: l_b:= icx_sec.validateSession(c_validate_only=>'Y');
26: --
27: l_function_name:=fnd_profile.value('IRC_JOB_NOTIFICATION_URL');
28: --
29: l_text := icx_call.decrypt(M);

Line 93: l_b:= icx_sec.validateSession(c_validate_only=>'Y');

89: --
90: l_person_id number;
91: begin
92: --
93: l_b:= icx_sec.validateSession(c_validate_only=>'Y');
94: --
95: l_function_name:=fnd_profile.value('IRC_SUITABLE_SEEKERS_URL');
96: --
97: l_text := icx_call.decrypt(M);

Line 111: l_session_id:=icx_sec.getSessionCookie;

107: else
108: close c1;
109: end if;
110:
111: l_session_id:=icx_sec.getSessionCookie;
112:
113: OracleApps.runFunction(c_function_id=>fnd_function.get_function_id(l_function_name)
114: ,n_session_id=>l_session_id
115: ,c_parameters=>'addBreadCrumb=RP&retainAM=Yp_sprsn='||l_person_id);

Line 138: l_b:= icx_sec.validateSession(c_validate_only=>'Y');

134: -- validate the session (without getting a login prompt
135: -- so that the profile options and so on are available
136: -- in this session
137: --
138: l_b:= icx_sec.validateSession(c_validate_only=>'Y');
139: l_session_id:=icx_sec.getSessionCookie;
140: --
141: l_text := icx_call.decrypt(M);
142: icx_on_utilities.unpack_parameters(l_text,l_parameters);

Line 139: l_session_id:=icx_sec.getSessionCookie;

135: -- so that the profile options and so on are available
136: -- in this session
137: --
138: l_b:= icx_sec.validateSession(c_validate_only=>'Y');
139: l_session_id:=icx_sec.getSessionCookie;
140: --
141: l_text := icx_call.decrypt(M);
142: icx_on_utilities.unpack_parameters(l_text,l_parameters);
143: itemkey:=l_parameters(1);

Line 203: l_b:= icx_sec.validateSession(c_validate_only=>'Y');

199: -- validate the session (without getting a login prompt
200: -- so that the profile options and so on are available
201: -- in this session
202: --
203: l_b:= icx_sec.validateSession(c_validate_only=>'Y');
204: l_session_id:=icx_sec.getSessionCookie;
205: --
206: l_text := icx_call.decrypt(M);
207: icx_on_utilities.unpack_parameters(l_text,l_parameters);

Line 204: l_session_id:=icx_sec.getSessionCookie;

200: -- so that the profile options and so on are available
201: -- in this session
202: --
203: l_b:= icx_sec.validateSession(c_validate_only=>'Y');
204: l_session_id:=icx_sec.getSessionCookie;
205: --
206: l_text := icx_call.decrypt(M);
207: icx_on_utilities.unpack_parameters(l_text,l_parameters);
208: itemkey:=l_parameters(1);