DBA Data[Home] [Help]

APPS.HR_ABSUTIL_SS dependencies on WF_NOTIFICATION

Line 620: ln_notification_id wf_notifications.notification_id%type;

616: c_proc constant varchar2(30) := 'getAbsenceNotificationDetails';
617: lv_item_type wf_item_activity_statuses.item_type%type;
618: lv_item_key wf_item_activity_statuses.item_key%type;
619: lv_status hr_api_transactions.status%type;
620: ln_notification_id wf_notifications.notification_id%type;
621: begin
622: g_debug := hr_utility.debug_enabled;
623: if g_debug then
624: hr_utility.set_location('Entering:'|| g_package||'.'||c_proc, 1);

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

665: null;
666: end;
667:
668: if(ln_notification_id is not null) then
669: p_notification_subject:= wf_notification.getsubject(ln_notification_id);
670: end if;
671:
672: if g_debug then
673: hr_utility.set_location('Leaving:'|| g_package||'.'||c_proc, 30);