DBA Data[Home] [Help]

APPS.GHR_PSN_PSN_GRP2_PKG dependencies on GHR_API

Line 6: ,p_pos_grp2_type in ghr_api.pos_grp2_type

2: /* $Header: ghposrul.pkh 115.5 2002/12/07 00:23:10 vravikan ship $ */
3: procedure ghr_psn_psn_grp2_pkg_drv
4: (
5: p_pay_plan in VARCHAR2
6: ,p_pos_grp2_type in ghr_api.pos_grp2_type
7: );
8: procedure psn_posn_occupd_id_2
9: (
10: p_pay_plan in VARCHAR2

Line 11: ,p_pos_grp2_type in ghr_api.pos_grp2_type

7: );
8: procedure psn_posn_occupd_id_2
9: (
10: p_pay_plan in VARCHAR2
11: ,p_pos_grp2_type in ghr_api.pos_grp2_type
12: );
13: procedure psn_posn_occupd_id_3
14: (
15: p_pay_plan in VARCHAR2

Line 16: ,p_pos_grp2_type in ghr_api.pos_grp2_type

12: );
13: procedure psn_posn_occupd_id_3
14: (
15: p_pay_plan in VARCHAR2
16: ,p_pos_grp2_type in ghr_api.pos_grp2_type
17: );
18: procedure psn_posn_occupd_id_8
19: (
20: p_pos_grp2_type in ghr_api.pos_grp2_type

Line 20: p_pos_grp2_type in ghr_api.pos_grp2_type

16: ,p_pos_grp2_type in ghr_api.pos_grp2_type
17: );
18: procedure psn_posn_occupd_id_8
19: (
20: p_pos_grp2_type in ghr_api.pos_grp2_type
21: );
22: end ghr_psn_psn_grp2_pkg;