DBA Data[Home] [Help]

APPS.GHR_SF52_UPDATE dependencies on HR_ALL_POSITIONS_F

Line 1539: from hr_all_positions_f pos -- Venkat -- Position DT

1535: where par.pa_request_id = p_pa_request_rec.pa_request_id;
1536:
1537: Cursor c_pos_end_date is
1538: select date_end
1539: from hr_all_positions_f pos -- Venkat -- Position DT
1540: where pos.position_id = l_position_id
1541: and p_pa_request_rec.effective_date between
1542: pos.effective_start_date and pos.effective_end_date;
1543: