DBA Data[Home] [Help]

APPS.GHR_SF52_PRE_UPDATE dependencies on GHR_PA_REQUEST_EXTRA_INFO

Line 7: p_generic_ei_rec in ghr_pa_request_extra_info%rowtype,

3: --
4:
5: Procedure populate_record_groups
6: (p_pa_request_rec in out nocopy ghr_pa_requests%rowtype,
7: p_generic_ei_rec in ghr_pa_request_extra_info%rowtype,
8: p_imm_asg_sf52 out nocopy ghr_api.asg_sf52_type,
9: p_imm_asg_non_sf52 out nocopy ghr_api.asg_non_sf52_type,
10: p_imm_asg_nte_dates out nocopy ghr_api.asg_nte_dates_type,
11: p_imm_asg_detail_info out nocopy ghr_api.asg_detail_info_type, --Bug# 8653508

Line 137: p_generic_ei_rec IN ghr_pa_request_extra_info%rowtype,

133: p_valid_grade in out nocopy ghr_api.pos_valid_grade_type);
134:
135: PROCEDURE Process_Non_Sf52_Extra_Info
136: (p_pa_request_rec IN OUT nocopy ghr_pa_requests%rowtype,
137: p_generic_ei_rec IN ghr_pa_request_extra_info%rowtype,
138: p_per_group1 IN OUT nocopy ghr_api.per_group1_type,
139: p_per_scd_info IN OUT nocopy ghr_api.per_scd_info_type,
140: p_pos_grp2 IN OUT nocopy ghr_api.pos_grp2_type,
141: p_pos_grp1 IN OUT nocopy ghr_api.pos_grp1_type,