DBA Data[Home] [Help]

APPS.IRC_OFFERS_API dependencies on PER_ASSIGNMENTS_F

Line 1383: from per_assignments_f asg2

1379: AND otherhistory.change_reason = 'APL_ACCEPTED'
1380: )
1381: )
1382: AND otherasg.effective_start_date = (select max(effective_start_date)
1383: from per_assignments_f asg2
1384: where otherasg.assignment_id=asg2.assignment_id
1385: and asg2.effective_start_date <= trunc(sysdate)
1386: )
1387: AND p_effective_date BETWEEN trunc(per.effective_start_date) and trunc(nvl(per.effective_end_date,p_effective_date))