DBA Data[Home] [Help]

APPS.PAY_HXC_DEPOSIT_INTERFACE dependencies on PER_PEOPLE_F

Line 590: FROM per_people_f

586: -- e_continue exception;
587:
588: cursor c_get_full_name(p_person_id number,p_effective_date date) is
589: SELECT full_name,effective_start_date,effective_end_date
590: FROM per_people_f
591: WHERE person_id = p_person_id
592: AND p_effective_date BETWEEN effective_start_date AND effective_end_date;
593:
594: