DBA Data[Home] [Help]

APPS.HRHIRAPL dependencies on FND_SESSIONS

Line 4284: from fnd_sessions

4280: select 1
4281: from per_periods_of_service pps
4282: where pps.person_id =p_person_id
4283: and date_start <= (select effective_date
4284: from fnd_sessions
4285: where session_id =
4286: userenv('sessionid'));
4287: cursor check_pds is
4288: select 1