DBA Data[Home] [Help]

APPS.PER_APP_ASG_PKG dependencies on PER_PEOPLE_F

Line 1698: from per_people_f

1694: p_session_date in date ) is
1695: l_dummy number ;
1696: cursor c1 is
1697: select 1
1698: from per_people_f
1699: where person_id = p_person_id
1700: and current_applicant_flag = 'Y'
1701: and p_session_date
1702: between effective_start_date and effective_end_date ;