DBA Data[Home] [Help]

APPS.HRHIRAPL dependencies on FND_SESSIONS

Line 4889: from fnd_sessions

4885: select 1
4886: from per_periods_of_service pps
4887: where pps.person_id =p_person_id
4888: and date_start <= (select effective_date
4889: from fnd_sessions
4890: where session_id =
4891: userenv('sessionid'));
4892: cursor check_pds is
4893: select 1