DBA Data[Home] [Help]

APPS.WF_NOTIFICATION_UTIL dependencies on WFA_SEC

Line 497: l_user := wfa_sec.GetUser();

493: if (wf_notification_util.G_NID > 0 and wf_notification_util.G_NID = p_nid) then
494: l_date_format := wf_notification_util.G_NLS_DATE_FORMAT;
495: l_nls_calendar := wf_notification_util.G_NLS_CALENDAR;
496: else
497: l_user := wfa_sec.GetUser();
498: if (l_user is null) then
499: -- use default values
500: l_date_format := wf_core.nls_date_format;
501: l_nls_calendar := wf_core.nls_calendar;