DBA Data[Home] [Help]

APPS.BEN_CWB_WEBADI_UTILS dependencies on ICX_SEC

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

2840: --
2841: --
2842: -- Store the time of download.
2843: --
2844: icx_sec.putSessionAttributeValue(p_session_id => p_session_id,
2845: p_name => p_download_type||'_TIME',
2846: p_value => to_char(sysdate,'YYYYMMDDHH24MISS')
2847: );
2848: --

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

2847: );
2848: --
2849: -- Store the parameter.
2850: --
2851: icx_sec.putSessionAttributeValue(p_session_id => p_session_id,
2852: p_name => p_download_type,
2853: p_value => p_param1
2854: );
2855: