DBA Data[Home] [Help]

APPS.PQH_SS_WORKFLOW dependencies on PER_ALL_PEOPLE_F

Line 826: FROM per_all_people_f

822:
823: -- For Employee transactions check if the person is terminated
824: CURSOR cur_term_emp (c_personId NUMBER, c_effective_date DATE) IS
825: SELECT 'X'
826: FROM per_all_people_f
827: WHERE nvl(current_employee_flag,'N') <> 'Y'
828: AND nvl(current_applicant_flag,'N') <> 'Y'
829: AND nvl(current_npw_flag,'N') <> 'Y'
830: AND TRUNC(c_effective_date) BETWEEN effective_start_date AND effective_end_date