DBA Data[Home] [Help]

APPS.IRC_OFFER_NOTIFICATIONS_PKG dependencies on PER_ASSIGNMENTS_F

Line 104: from per_assignments_f asg2 where

100: and iof.vacancy_id = vac.vacancy_id
101: and vac.job_id = job.job_id(+)
102: and asg.assignment_id = iof.offer_assignment_id
103: and asg.effective_start_date = (select max(effective_start_date)
104: from per_assignments_f asg2 where
105: asg.assignment_id=asg2.assignment_id
106: and asg2.effective_start_date <= trunc(sysdate))
107: and trunc(sysdate) between ppf.effective_start_date
108: and ppf.effective_end_date