DBA Data[Home] [Help]

APPS.PAY_BATCH_BALANCEADJ_WRAPPER dependencies on PER_ALL_PEOPLE_F

Line 716: per_all_people_f ppf

712:
713: CURSOR csr_get_asg_id is
714: select paf.assignment_id
715: from per_all_assignments_f paf,
716: per_all_people_f ppf
717: where ltrim(ppf.full_name) = p_employee_id
718: and ppf.person_id = paf.person_id
719: and ppf.business_group_id = p_business_group_id
720: and p_effective_date between ppf.effective_start_date and ppf.effective_end_date