DBA Data[Home] [Help]

APPS.BEN_EXT_PERSON dependencies on HR_ALL_POSITIONS_F

Line 741: from HR_ALL_POSITIONS_F pos

737: g_pos_flex_07,
738: g_pos_flex_08,
739: g_pos_flex_09,
740: g_pos_flex_10
741: from HR_ALL_POSITIONS_F pos
742: where pos.position_id = p_position_id
743: and p_effective_date between pos.EFFECTIVE_START_DATE and pos.EFFECTIVE_END_DATE ;
744:
745: if g_debug then