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 ghr_posn_rules AUTHID CURRENT_USER as
2: /* $Header: ghposrul.pkh 115.5 2002/12/07 00:23:10 vravikan 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.pkh 115.5 2002/12/07 00:23:10 vravikan 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: end ghr_posn_rules;

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: end ghr_posn_rules;