DBA Data[Home] [Help]

APPS.GHR_SF52_UPDATE dependencies on HR_ALL_POSITIONS_F

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

1324: where par.pa_request_id = p_pa_request_rec.pa_request_id;
1325:
1326: Cursor c_pos_end_date is
1327: select date_end
1328: from hr_all_positions_f pos -- Venkat -- Position DT
1329: where pos.position_id = l_position_id
1330: and p_pa_request_rec.effective_date between
1331: pos.effective_start_date and pos.effective_end_date;
1332: