DBA Data[Home] [Help]

APPS.ICX_SEC dependencies on WF_EVENT_T

Line 4300: p_evtMsg in out NOCOPY wf_event_t) return varchar2 is

4296: --disable all other sessions for the user_id except the session_id
4297: --(user_id and session_id are retrieved from the p_evtMsg type).
4298: --mputman 1513025
4299: function doNewSessionEvent (p_guid in raw,
4300: p_evtMsg in out NOCOPY wf_event_t) return varchar2 is
4301: l_user_id VARCHAR2(80);
4302: l_user_name VARCHAR2(240);
4303: l_session_id VARCHAR2(80);
4304: l_except_ids VARCHAR2(4000);