DBA Data[Home] [Help]

APPS.GHR_SF52_PRE_UPDATE dependencies on HR_ALL_POSITIONS_F

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

1565: --
1566: --Bug# 957677 -- Parameter Name Change
1567: cursor c_bus_gp(p_position_id number) is
1568: select pos.business_group_id
1569: from hr_all_positions_f pos -- Venkat - Position DT
1570: where pos.position_id = p_position_id
1571: and p_pa_request_rec.effective_date between
1572: pos.effective_start_date and pos.effective_end_date;
1573: