DBA Data[Home] [Help]

APPS.GHR_SF52_PRE_UPDATE dependencies on HR_ALL_POSITIONS_F

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

1664: --
1665: --Bug# 957677 -- Parameter Name Change
1666: cursor c_bus_gp(p_position_id number) is
1667: select pos.business_group_id
1668: from hr_all_positions_f pos -- Venkat - Position DT
1669: where pos.position_id = p_position_id
1670: and p_pa_request_rec.effective_date between
1671: pos.effective_start_date and pos.effective_end_date;
1672: