DBA Data[Home] [Help]

APPS.HR_ABSUTIL_SS dependencies on WF_NOTIFICATION

Line 571: ln_notification_id wf_notifications.notification_id%type;

567: c_proc constant varchar2(30) := 'getAbsenceNotificationDetails';
568: lv_item_type wf_item_activity_statuses.item_type%type;
569: lv_item_key wf_item_activity_statuses.item_key%type;
570: lv_status hr_api_transactions.status%type;
571: ln_notification_id wf_notifications.notification_id%type;
572: begin
573: g_debug := hr_utility.debug_enabled;
574: if g_debug then
575: hr_utility.set_location('Entering:'|| g_package||'.'||c_proc, 1);

Line 620: p_notification_subject:= wf_notification.getsubject(ln_notification_id);

616: null;
617: end;
618:
619: if(ln_notification_id is not null) then
620: p_notification_subject:= wf_notification.getsubject(ln_notification_id);
621: end if;
622:
623: if g_debug then
624: hr_utility.set_location('Leaving:'|| g_package||'.'||c_proc, 30);