DBA Data[Home] [Help]

APPS.GHR_SF52_POS_UPDATE dependencies on HR_ALL_POSITIONS_F

Line 32: (p_position_id IN hr_all_positions_f.position_id%type,

28: (p_pos_data_rec IN position_data_rec_type
29: ) ;
30:
31: Function pos_return_update_mode
32: (p_position_id IN hr_all_positions_f.position_id%type,
33: p_effective_date IN date )
34: RETURN varchar2;
35:
36: -- JH Added to update Position's Location during Update to HR.

Line 38: (p_position_id IN hr_all_positions_f.position_id%TYPE,

34: RETURN varchar2;
35:
36: -- JH Added to update Position's Location during Update to HR.
37: PROCEDURE update_positions_location
38: (p_position_id IN hr_all_positions_f.position_id%TYPE,
39: p_location_id IN hr_all_positions_f.location_id%TYPE,
40: p_effective_date IN date);
41:
42: end ghr_sf52_pos_update;

Line 39: p_location_id IN hr_all_positions_f.location_id%TYPE,

35:
36: -- JH Added to update Position's Location during Update to HR.
37: PROCEDURE update_positions_location
38: (p_position_id IN hr_all_positions_f.position_id%TYPE,
39: p_location_id IN hr_all_positions_f.location_id%TYPE,
40: p_effective_date IN date);
41:
42: end ghr_sf52_pos_update;
43: