DBA Data[Home] [Help]

APPS.GHR_SF52_POST_UPDATE dependencies on HR_ALL_POSITIONS_F

Line 328: from hr_all_positions_f pos -- Venkat

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