DBA Data[Home] [Help]

APPS.GHR_POSN_RULES dependencies on GHR_API

Line 5: p_asg_sf52_type in ghr_api.asg_sf52_type

1: package body ghr_posn_rules as
2: /* $Header: ghposrul.pkb 115.8 2003/07/03 08:31:57 ajose ship $ */
3: procedure ghr_posn_drv
4: (
5: p_asg_sf52_type in ghr_api.asg_sf52_type
6: ,p_pos_grp1_type in ghr_api.pos_grp1_type
7: ,p_pos_grp2_type in ghr_api.pos_grp2_type
8: ,p_pos_oblig_type in ghr_api.pos_oblig_type
9: ,p_pos_valid_grade_type in ghr_api.pos_valid_grade_type

Line 6: ,p_pos_grp1_type in ghr_api.pos_grp1_type

2: /* $Header: ghposrul.pkb 115.8 2003/07/03 08:31:57 ajose ship $ */
3: procedure ghr_posn_drv
4: (
5: p_asg_sf52_type in ghr_api.asg_sf52_type
6: ,p_pos_grp1_type in ghr_api.pos_grp1_type
7: ,p_pos_grp2_type in ghr_api.pos_grp2_type
8: ,p_pos_oblig_type in ghr_api.pos_oblig_type
9: ,p_pos_valid_grade_type in ghr_api.pos_valid_grade_type
10: ,p_ghr_pa_requests in ghr_pa_requests%rowtype

Line 7: ,p_pos_grp2_type in ghr_api.pos_grp2_type

3: procedure ghr_posn_drv
4: (
5: p_asg_sf52_type in ghr_api.asg_sf52_type
6: ,p_pos_grp1_type in ghr_api.pos_grp1_type
7: ,p_pos_grp2_type in ghr_api.pos_grp2_type
8: ,p_pos_oblig_type in ghr_api.pos_oblig_type
9: ,p_pos_valid_grade_type in ghr_api.pos_valid_grade_type
10: ,p_ghr_pa_requests in ghr_pa_requests%rowtype
11: )

Line 8: ,p_pos_oblig_type in ghr_api.pos_oblig_type

4: (
5: p_asg_sf52_type in ghr_api.asg_sf52_type
6: ,p_pos_grp1_type in ghr_api.pos_grp1_type
7: ,p_pos_grp2_type in ghr_api.pos_grp2_type
8: ,p_pos_oblig_type in ghr_api.pos_oblig_type
9: ,p_pos_valid_grade_type in ghr_api.pos_valid_grade_type
10: ,p_ghr_pa_requests in ghr_pa_requests%rowtype
11: )
12: is

Line 9: ,p_pos_valid_grade_type in ghr_api.pos_valid_grade_type

5: p_asg_sf52_type in ghr_api.asg_sf52_type
6: ,p_pos_grp1_type in ghr_api.pos_grp1_type
7: ,p_pos_grp2_type in ghr_api.pos_grp2_type
8: ,p_pos_oblig_type in ghr_api.pos_oblig_type
9: ,p_pos_valid_grade_type in ghr_api.pos_valid_grade_type
10: ,p_ghr_pa_requests in ghr_pa_requests%rowtype
11: )
12: is
13: p_grade ghr_pa_requests.to_grade_or_level%type;