DBA Data[Home] [Help]

APPS.HR_MASS_MOVE_API dependencies on HR_ALL_POSITIONS_F

Line 1094: from hr_all_positions_f

1090: and hpf.effective_end_date;
1091: --
1092: cursor csr_pos_current_esd(p_position_id number, p_effective_date date) is
1093: select 'CORRECTION'
1094: from hr_all_positions_f
1095: where position_id = p_position_id
1096: and p_effective_date = effective_start_date
1097: and effective_end_date = hr_general.end_of_time;
1098: --