DBA Data[Home] [Help]

APPS.GHR_PSN_PSN_VAL_PKG2 dependencies on GHR_API

Line 7: ,p_pos_grp1_type in ghr_api.pos_grp1_type

3: procedure ghr_psn_psn_val_pkg2_drv
4: (
5: p_grade in VARCHAR2
6: ,p_pay_plan in VARCHAR2
7: ,p_pos_grp1_type in ghr_api.pos_grp1_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_target_grade in VARCHAR2
11: )

Line 8: ,p_pos_oblig_type in ghr_api.pos_oblig_type

4: (
5: p_grade in VARCHAR2
6: ,p_pay_plan in VARCHAR2
7: ,p_pos_grp1_type in ghr_api.pos_grp1_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_target_grade in VARCHAR2
11: )
12: is

Line 9: ,p_pos_valid_grade_type in ghr_api.pos_valid_grade_type

5: p_grade in VARCHAR2
6: ,p_pay_plan in VARCHAR2
7: ,p_pos_grp1_type in ghr_api.pos_grp1_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_target_grade in VARCHAR2
11: )
12: is
13: begin

Line 45: p_pos_oblig_type in ghr_api.pos_oblig_type

41: end ghr_psn_psn_val_pkg2_drv;
42: --
43: procedure posn_oblig_2
44: (
45: p_pos_oblig_type in ghr_api.pos_oblig_type
46: )
47: is
48: begin
49: IF ( p_pos_oblig_type.expiration_date IS NULL

Line 59: p_pos_grp1_type in ghr_api.pos_grp1_type

55: end posn_oblig_2;
56: --
57: procedure psn_asg_work_sch
58: (
59: p_pos_grp1_type in ghr_api.pos_grp1_type
60: )
61: is
62: begin
63: IF ( p_pos_grp1_type.work_schedule in ('F','G','B','I','J')

Line 89: ,p_pos_valid_grade_type in ghr_api.pos_valid_grade_type

85: --
86: procedure psn_pay_basis_1
87: (
88: p_pay_plan in VARCHAR2
89: ,p_pos_valid_grade_type in ghr_api.pos_valid_grade_type
90: )
91: is
92: begin
93: IF ( p_pay_plan IN ('WG', 'WL', 'WS', 'YV', 'YW')