DBA Data[Home] [Help]

APPS.BEN_CWB_WEBADI_UTILS dependencies on ICX_SEC

Line 2570: icx_sec.putSessionAttributeValue(p_session_id => p_session_id,

2566: --
2567: --
2568: -- Store the time of download.
2569: --
2570: icx_sec.putSessionAttributeValue(p_session_id => p_session_id,
2571: p_name => p_download_type||'_TIME',
2572: p_value => to_char(sysdate,'YYYYMMDDHH24MISS')
2573: );
2574: --

Line 2577: icx_sec.putSessionAttributeValue(p_session_id => p_session_id,

2573: );
2574: --
2575: -- Store the parameter.
2576: --
2577: icx_sec.putSessionAttributeValue(p_session_id => p_session_id,
2578: p_name => p_download_type,
2579: p_value => p_param1
2580: );
2581: