DBA Data[Home] [Help]

APPS.IRC_NOTIFICATION_WORKFLOW_PKG dependencies on PER_CALENDAR_UTIL

Line 1007: per_calendar_util.calendar_generate_ical

1003: end if;
1004: l_subject := wf_notification.GetAttrText (nid => l_notification_id, aname => 'SUBJECT',ignore_notfound => true);
1005: --l_description := wf_notification.GetAttrText (nid => l_notification_id, aname => 'TEXT_BODY',ignore_notfound => true);
1006: hr_utility.set_location('Contructing the ics file', 20);
1007: per_calendar_util.calendar_generate_ical
1008: (DTSTARTDATE => l_start_date
1009: ,DTENDDATE => l_end_date
1010: ,DTSTARTTIME => l_start_time
1011: ,DTENDTIME => l_end_time