DBA Data[Home] [Help]

APPS.PER_BULK_APP_ASG_CHANGE_PKG dependencies on PER_PEOPLE_F

Line 146: from per_people_f p,

142: -- after the current date
143: --
144: cursor c1 is
145: select f.effective_date
146: from per_people_f p,
147: fnd_sessions f
148: where p.person_id = p_person_id
149: and p.effective_start_date > f.effective_date
150: and f.session_id = userenv('sessionid') ;