DBA Data[Home] [Help]

APPS.ICX_JAVA_SEC dependencies on ICX_CALL

Line 14: -- n_session_id := to_number(icx_call.decrypt(c_cookie_value, c_ip_value));

10:
11:
12: begin
13:
14: -- n_session_id := to_number(icx_call.decrypt(c_cookie_value, c_ip_value));
15: n_session_id := to_number(icx_call.decrypt(c_cookie_value)); -- removed the parameter c_ip_value
16:
17: return (icx_sec.validateSessionPrivate(n_session_id, c_function_code));
18:

Line 15: n_session_id := to_number(icx_call.decrypt(c_cookie_value)); -- removed the parameter c_ip_value

11:
12: begin
13:
14: -- n_session_id := to_number(icx_call.decrypt(c_cookie_value, c_ip_value));
15: n_session_id := to_number(icx_call.decrypt(c_cookie_value)); -- removed the parameter c_ip_value
16:
17: return (icx_sec.validateSessionPrivate(n_session_id, c_function_code));
18:
19: end;