DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on HR_EMPLOYEES_CURRENT_V

Line 1713: FROM hr_employees_current_v

1709: -- validation
1710: --R12 CWK removed inactive date where clause
1711: SELECT distinct 'Y'
1712: INTO x_valid_flag
1713: FROM hr_employees_current_v
1714: WHERE employee_id = x_deliver_to_person_id;
1715:
1716:
1717: EXCEPTION