DBA Data[Home] [Help]

APPS.GHR_SF52_POST_UPDATE dependencies on HR_ALL_POSITIONS_F

Line 331: from hr_all_positions_f pos -- Venkat

327:
328:
329: cursor c_bus_gp(p_position_id number) is
330: select pos.business_group_id
331: from hr_all_positions_f pos -- Venkat
332: where pos.position_id = p_position_id
333: and p_effective_date between pos.effective_start_date and
334: pos.effective_end_date;
335: