DBA Data[Home] [Help]

APPS.PQH_SS_WORKFLOW dependencies on PER_ALL_PEOPLE_F

Line 823: FROM per_all_people_f

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