DBA Data[Home] [Help]

APPS.PO_SECURITY_CHECK_SV dependencies on WF_ADVANCED_WORKLIST

Line 298: l_granter_key := wf_advanced_worklist.Authenticate

294: l_has_access := FALSE;
295: FOR r_grants IN c_worklist_grants LOOP
296: BEGIN
297: -- Validate the access
298: l_granter_key := wf_advanced_worklist.Authenticate
299: ( username => r_grants.granter_key,
300: nid => l_notification_id,
301: nkey => l_notification_key
302: );