DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_API dependencies on FND_USER

Line 22394: from per_all_assignments_f paf, fnd_user usr, per_all_people_f ppf,

22390: ,p_effective_date IN DATE
22391: )
22392: IS
22393: select user_id
22394: from per_all_assignments_f paf, fnd_user usr, per_all_people_f ppf,
22395: per_all_people_f linkppf
22396: where p_effective_date between paf.effective_start_date and
22397: paf.effective_end_date
22398: and p_effective_date between usr.start_date and