DBA Data[Home] [Help]

APPS.RCV_CORE_S dependencies on HR_EMPLOYEES_CURRENT_V

Line 199: FROM hr_employees_current_v

195: x_progress := '080';
196:
197: SELECT full_name
198: INTO x_deliver_to_person
199: FROM hr_employees_current_v
200: WHERE ( inactive_date IS NULL
201: OR inactive_date > x_trx_date)
202: AND employee_id = deliver_to_person_id;
203: