DBA Data[Home] [Help]

APPS.WF_STANDARD dependencies on WF_NOTIFICATION_UTIL

Line 3044: l_send_date_text := WF_NOTIFICATION_UTIL.GetCalendarDate(-1, l_send_date, null, true);

3040: --
3041: l_send_date := l_event_t.GetSendDate();
3042:
3043: IF l_send_date IS NOT NULL THEN
3044: l_send_date_text := WF_NOTIFICATION_UTIL.GetCalendarDate(-1, l_send_date, null, true);
3045: END IF;
3046:
3047: l_receive_date := l_event_t.GetReceiveDate();
3048:

Line 3050: l_receive_date_text := WF_NOTIFICATION_UTIL.GetCalendarDate(-1, l_receive_date, null, true);

3046:
3047: l_receive_date := l_event_t.GetReceiveDate();
3048:
3049: IF l_receive_date IS NOT NULL THEN
3050: l_receive_date_text := WF_NOTIFICATION_UTIL.GetCalendarDate(-1, l_receive_date, null, true);
3051: END IF;
3052:
3053: --
3054: -- Get the Priority