DBA Data[Home] [Help]

APPS.PER_RI_CREATE_CRP_EMPLOYEE dependencies on PER_PEOPLE_F

Line 625: From per_people_f emp

621: Select emp.last_name
622: ,emp.first_name
623: ,emp.full_name
624: ,emp.email_address
625: From per_people_f emp
626: Where emp.person_id = p_person_id
627: and emp.effective_start_date = p_per_effective_start_date
628: and emp.effective_end_date = nvl(p_per_effective_end_date,emp.effective_end_date);
629: