DBA Data[Home] [Help]

APPS.PO_PDOI_DISTRIBUTIONS_SV3 dependencies on HR_EMPLOYEES_CURRENT_V

Line 852: FROM hr_employees_current_v

848: -- R12 CWK: removed where clause based on inactive_date
849: -- as it would taken care in the view itself.
850: SELECT distinct 'Y'
851: INTO x_valid_flag
852: FROM hr_employees_current_v
853: WHERE employee_id = x_deliver_to_person_id;
854:
855: return x_valid_flag;
856: