DBA Data[Home] [Help]

APPS.WF_NOTIFICATION_UTIL dependencies on WFA_SEC

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

502: l_nls_language := wf_notification_util.G_NLS_LANGUAGE;
503: l_nls_territory := wf_notification_util.G_NLS_TERRITORY;
504:
505: else
506: l_user := wfa_sec.GetUser();
507: if (l_user is null) then
508: -- use default values
509: l_date_format := wf_core.nls_date_format;
510: l_nls_calendar := wf_core.nls_calendar;