APPS.RCV_TRANSACTION_SV dependencies on HR_EMPLOYEES_CURRENT_V
Line 418: from hr_employees_current_v
414:
415: if x_deliver_to_person_id is not null then--Bug#6497729
416: select 'Check to see if deliver_to_person_id is valid'
417: into x_del_per_val 418: from hr_employees_current_v 419: WHERE (inactive_date IS NULL
420: OR
421: inactive_date > x_date)
422: AND employee_id = x_deliver_to_person_id;