DBA Data[Home] [Help]

APPS.BEN_EXT_CHLG dependencies on HR_ALL_POSITIONS_F

Line 3100: from HR_ALL_POSITIONS_F pos

3096: cursor c_position(p_position_id number ,
3097: p_effective_date date )
3098: is
3099: select name
3100: from HR_ALL_POSITIONS_F pos
3101: where pos.position_id = p_position_id
3102: and p_effective_date between nvl(pos.effective_start_date, sysdate)
3103: and nvl(pos.effective_end_date, sysdate)
3104: ;

Line 3139: l_old_position HR_ALL_POSITIONS_F.name%type;

3135: and g.date_from <= p_effective_date
3136: and ((g.date_to is null) or (g.date_to >= p_effective_date )) ;
3137: --
3138:
3139: l_old_position HR_ALL_POSITIONS_F.name%type;
3140: l_new_position HR_ALL_POSITIONS_F.name%type;
3141: l_old_location hr_locations_all.location_code%type; -- UTF Change Bug 2254683
3142: l_new_location hr_locations_all.location_code%type; -- UTF Change Bug 2254683
3143: l_old_assignment_status per_assignment_status_types.user_status%type; -- UTF Change Bug 2254683

Line 3140: l_new_position HR_ALL_POSITIONS_F.name%type;

3136: and ((g.date_to is null) or (g.date_to >= p_effective_date )) ;
3137: --
3138:
3139: l_old_position HR_ALL_POSITIONS_F.name%type;
3140: l_new_position HR_ALL_POSITIONS_F.name%type;
3141: l_old_location hr_locations_all.location_code%type; -- UTF Change Bug 2254683
3142: l_new_location hr_locations_all.location_code%type; -- UTF Change Bug 2254683
3143: l_old_assignment_status per_assignment_status_types.user_status%type; -- UTF Change Bug 2254683
3144: l_new_assignment_status per_assignment_status_types.user_status%type; -- UTF Change Bug 2254683