[Home] [Help]
APPS.PAY_HXC_DEPOSIT_INTERFACE dependencies on PER_PEOPLE_F
Line 595: FROM per_people_f
591: -- e_continue exception;
592:
593: cursor c_get_full_name(p_person_id number,p_effective_date date) is
594: SELECT full_name,effective_start_date,effective_end_date
595: FROM per_people_f
596: WHERE person_id = p_person_id
597: AND p_effective_date BETWEEN effective_start_date AND effective_end_date;
598:
599: