DBA Data[Home] [Help]

APPS.PO_PDOI_DISTRIBUTIONS_SV3 dependencies on HR_EMPLOYEES_CURRENT_V

Line 848: FROM hr_employees_current_v

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