DBA Data[Home] [Help]

APPS.PO_SECURITY_CHECK_SV dependencies on WF_ADVANCED_WORKLIST

Line 302: l_granter_key := wf_advanced_worklist.Authenticate

298: FOR r_grants IN c_worklist_grants LOOP
299: BEGIN
300: IF( r_grants.granter_key <> l_from_role) THEN --Bug 12534279
301: -- Validate the access
302: l_granter_key := wf_advanced_worklist.Authenticate
303: ( username => r_grants.granter_key,
304: nid => l_notification_id,
305: nkey => l_notification_key
306: );