DBA Data[Home] [Help]

APPS.JTF_ESCWFACTIVITY_PVT dependencies on WF_DIRECTORY

Line 317: WF_DIRECTORY.GetRoleName( p_orig_system => 'PER'

313: -- If there is more than one role for this employee, the API will
314: -- return the first one fetched. If no Workflow role exists for
315: -- the employee, out variable will be NULL
316: -------------------------------------------------------------------------
317: WF_DIRECTORY.GetRoleName( p_orig_system => 'PER'
318: , p_orig_system_id => p_employee_id
319: , p_name => l_wf_role
320: , p_display_name => l_role_display_name
321: );