DBA Data[Home] [Help]

APPS.BEN_EXT_CHLG dependencies on HR_ALL_POSITIONS_F

Line 3194: from HR_ALL_POSITIONS_F pos

3190: cursor c_position(p_position_id number ,
3191: p_effective_date date )
3192: is
3193: select name
3194: from HR_ALL_POSITIONS_F pos
3195: where pos.position_id = p_position_id
3196: and p_effective_date between nvl(pos.effective_start_date, sysdate)
3197: and nvl(pos.effective_end_date, sysdate)
3198: ;

Line 3233: l_old_position HR_ALL_POSITIONS_F.name%type;

3229: and g.date_from <= p_effective_date
3230: and ((g.date_to is null) or (g.date_to >= p_effective_date )) ;
3231: --
3232:
3233: l_old_position HR_ALL_POSITIONS_F.name%type;
3234: l_new_position HR_ALL_POSITIONS_F.name%type;
3235: l_old_location hr_locations_all.location_code%type; -- UTF Change Bug 2254683
3236: l_new_location hr_locations_all.location_code%type; -- UTF Change Bug 2254683
3237: l_old_assignment_status per_assignment_status_types.user_status%type; -- UTF Change Bug 2254683

Line 3234: l_new_position HR_ALL_POSITIONS_F.name%type;

3230: and ((g.date_to is null) or (g.date_to >= p_effective_date )) ;
3231: --
3232:
3233: l_old_position HR_ALL_POSITIONS_F.name%type;
3234: l_new_position HR_ALL_POSITIONS_F.name%type;
3235: l_old_location hr_locations_all.location_code%type; -- UTF Change Bug 2254683
3236: l_new_location hr_locations_all.location_code%type; -- UTF Change Bug 2254683
3237: l_old_assignment_status per_assignment_status_types.user_status%type; -- UTF Change Bug 2254683
3238: l_new_assignment_status per_assignment_status_types.user_status%type; -- UTF Change Bug 2254683