DBA Data[Home] [Help]

APPS.AP_WEB_PROXY_ASSIGN_PKG dependencies on HR_EMPLOYEES

Line 257: from fnd_user fu, hr_employees hre

253:
254: -- get Assignor full name from db
255: select full_name
256: into l_full_name
257: from fnd_user fu, hr_employees hre
258: where fu.employee_id = hre.employee_id
259: and user_name = p_assignor_name;
260:
261: -- Fetch the message used as the confirmation message subject