DBA Data[Home] [Help]

APPS.HR_LOCATIONS_PKG dependencies on FND_SESSIONS

Line 56: , fnd_sessions ses

52: --
53: cursor c1 is
54: select ppf.full_name
55: from per_people_f ppf
56: , fnd_sessions ses
57: where ses.session_id = userenv('sessionid')
58: and person_id = p_designated_receiver_id
59: and ses.effective_date
60: between ppf.effective_start_date