DBA Data[Home] [Help]

APPS.IRC_OFFERS_API dependencies on PER_ASSIGNMENTS_F

Line 1479: from per_assignments_f asg2

1475: AND otherhistory.change_reason = 'APL_ACCEPTED'
1476: )
1477: )
1478: AND otherasg.effective_start_date = (select max(effective_start_date)
1479: from per_assignments_f asg2
1480: where otherasg.assignment_id=asg2.assignment_id
1481: and asg2.effective_start_date <= trunc(sysdate)
1482: )
1483: AND p_effective_date BETWEEN trunc(per.effective_start_date) and trunc(nvl(per.effective_end_date,p_effective_date))