DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_SV dependencies on PER_EMPLOYEES_CURRENT_X

Line 222: from per_employees_current_x -- Bug 7257731: Changed the view name from hr_employees to per_employees_current_x

218: BEGIN
219: x_progress := 10;
220: select full_name
221: into x_name
222: from per_employees_current_x -- Bug 7257731: Changed the view name from hr_employees to per_employees_current_x
223: where employee_id = x_employee_id;
224:
225: RETURN(x_name);
226: