DBA Data[Home] [Help]

APPS.GHR_REI_BUS dependencies on HR_ALL_POSITIONS_F

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

695: and l_effective_date between ppf.effective_start_date
696: and ppf.effective_end_date;
697: cursor c_pos_bus_group_id(p_position_id in per_positions.position_id%TYPE ) is
698: select pos.business_group_id
699: from hr_all_positions_f pos -- Venkat -- Position DT
700: where pos.position_id = p_position_id
701: and l_effective_date between pos.effective_start_date
702: and pos.effective_end_date;
703: Begin

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

937: and l_effective_date between ppf.effective_start_date
938: and ppf.effective_end_date;
939: cursor c_pos_bus_group_id(p_position_id in per_positions.position_id%TYPE ) is
940: select pos.business_group_id
941: from hr_all_positions_f pos -- Venkat -- Position DT
942: where pos.position_id = p_position_id
943: and l_effective_date between pos.effective_start_date
944: and pos.effective_end_date;
945: Begin