DBA Data[Home] [Help]

APPS.ICX_SEC dependencies on WF_EVENT_T

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

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