DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SWI dependencies on WF_ADVANCED_WORKLIST

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

1323: editAllowed :='E';
1324: return editAllowed;
1325: end if;
1326: -- authenticate login user access to the notifcation id
1327: if(l_authenticateNtf and (wf_advanced_worklist.authenticate(fnd_global.user_name,
1328: p_notification_id,null)
1329: <>fnd_global.user_name)) then
1330:
1331: -- no more iterations return false

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

1482: return deleteAllowed;
1483: end if;
1484:
1485: -- authenticate login user access to the notifcation id
1486: if(l_authenticateNtf and (wf_advanced_worklist.authenticate(fnd_global.user_name,
1487: p_notification_id,null)
1488: <>fnd_global.user_name)) then
1489: -- no more iterations return false
1490: if(hr_multi_message.is_message_list_enabled) then