DBA Data[Home] [Help]

APPS.PER_RI_CREATE_CRP_EMPLOYEE dependencies on PER_PEOPLE_F

Line 634: From per_people_f emp

630: Select emp.last_name
631: ,emp.first_name
632: ,emp.full_name
633: ,emp.email_address
634: From per_people_f emp
635: Where emp.person_id = p_person_id
636: and emp.effective_start_date = p_per_effective_start_date
637: and emp.effective_end_date = nvl(p_per_effective_end_date,emp.effective_end_date);
638: