DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SWI dependencies on WF_ADVANCED_WORKLIST

Line 1207: if(l_authenticateNtf and (wf_advanced_worklist.authenticate(fnd_global.user_name,

1203: editAllowed :='E';
1204: return editAllowed;
1205: end if;
1206: -- authenticate login user access to the notifcation id
1207: if(l_authenticateNtf and (wf_advanced_worklist.authenticate(fnd_global.user_name,
1208: p_notification_id,null)
1209: <>fnd_global.user_name)) then
1210:
1211: -- no more iterations return false

Line 1335: if(l_authenticateNtf and (wf_advanced_worklist.authenticate(fnd_global.user_name,

1331: return deleteAllowed;
1332: end if;
1333:
1334: -- authenticate login user access to the notifcation id
1335: if(l_authenticateNtf and (wf_advanced_worklist.authenticate(fnd_global.user_name,
1336: p_notification_id,null)
1337: <>fnd_global.user_name)) then
1338: -- no more iterations return false
1339: if(hr_multi_message.is_message_list_enabled) then