DBA Data[Home] [Help]

APPS.PER_ABSENCE_ATTENDANCES_PKG dependencies on HR_POSITIONS_F

Line 2014: from hr_positions_f pp,

2010: -- Changed 12-Oct-99 SCNair (per_positions to hr_positions) Date tracked position req.
2011: --
2012: cursor c4 is
2013: select 1
2014: from hr_positions_f pp,
2015: per_assignments_f asg
2016: where asg.person_id = p_psn_id
2017: and nvl(p_dstart,nvl(p_proj_start,p_sess)) between
2018: asg.effective_start_date and asg.effective_end_date