DBA Data[Home] [Help]

APPS.PA_PROJECT_REQUEST_PVT dependencies on WF_DIRECTORY

Line 2200: WF_DIRECTORY.getusername

2196: FOR cur_wf_ntf_info_rec in cur_wf_ntf_info(l_project_id) LOOP
2197:
2198: --get user id for the project manager and staffing owners of this project
2199:
2200: WF_DIRECTORY.getusername
2201: (p_orig_system => 'PER',
2202: p_orig_system_id => cur_wf_ntf_info_rec.resource_source_id,
2203: p_name => l_recipient_user_name,
2204: p_display_name => l_recipient_display_name);