DBA Data[Home] [Help]

APPS.FND_SESSION_MANAGEMENT dependencies on WF_EVENT_T

Line 230: p_evtMsg in out NOCOPY wf_event_t)

226: --disable all other sessions for the user_id except the session_id
227: --(user_id and session_id are retrieved from the p_evtMsg type).
228: --mputman 1513025
229: function doNewSessionEvent(p_guid in raw,
230: p_evtMsg in out NOCOPY wf_event_t)
231: return varchar2 is
232:
233: l_user_id VARCHAR2(80);
234: l_user_name VARCHAR2(240);