DBA Data[Home] [Help]

APPS.IRC_PENDING_DATA_API dependencies on PER_ASSIGNMENTS_F

Line 936: from per_assignments_f asg2

932: per_all_people_f linkppf,
933: per_assignment_status_types_v ast1
934: where asg.vacancy_id = p_vacancy_id
935: and asg.effective_start_date=(select max(effective_start_date)
936: from per_assignments_f asg2
937: where asg.assignment_id=asg2.assignment_id
938: and asg2.effective_start_date<=sysdate+1)
939: and asg.person_id = ppf.person_id
940: and trunc(sysdate) between ppf.effective_start_date and ppf.effective_end_date