DBA Data[Home] [Help]

APPS.WF_STANDARD dependencies on WF_NOTIFICATION_UTIL

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

3072: --
3073: l_send_date := l_event_t.GetSendDate();
3074:
3075: IF l_send_date IS NOT NULL THEN
3076: l_send_date_text := WF_NOTIFICATION_UTIL.GetCalendarDate(-1, l_send_date, null, true);
3077: END IF;
3078:
3079: l_receive_date := l_event_t.GetReceiveDate();
3080:

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

3078:
3079: l_receive_date := l_event_t.GetReceiveDate();
3080:
3081: IF l_receive_date IS NOT NULL THEN
3082: l_receive_date_text := WF_NOTIFICATION_UTIL.GetCalendarDate(-1, l_receive_date, null, true);
3083: END IF;
3084:
3085: --
3086: -- Get the Priority