DBA Data[Home] [Help]

APPS.GHR_SF52_PRE_UPDATE dependencies on GHR_PA_REQUESTS

Line 6: (p_pa_request_rec in out nocopy ghr_pa_requests%rowtype,

2: /* $Header: gh52prup.pkh 120.3.12010000.1 2008/07/28 10:21:14 appldev ship $ */
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,

Line 80: (p_pa_request_rec in ghr_pa_requests%rowtype,

76: p_imm_retirement_info out nocopy ghr_api.per_retirement_info_type
77: );
78:
79: procedure retrieve_all_extra_info
80: (p_pa_request_rec in ghr_pa_requests%rowtype,
81: p_asg_sf52 in out nocopy ghr_api.asg_sf52_type,
82: p_per_sf52 in out nocopy ghr_api.per_sf52_type,
83: p_per_group1 in out nocopy ghr_api.per_group1_type,
84: p_per_scd_info in out nocopy ghr_api.per_scd_info_type,

Line 110: P_PA_REQUEST_REC IN GHR_PA_REQUESTS%ROWTYPE

106: );
107:
108: procedure SF52_br_extra_info
109: (
110: P_PA_REQUEST_REC IN GHR_PA_REQUESTS%ROWTYPE
111: ,p_agency_code out nocopy varchar2
112: );
113:
114: procedure Process_Sf52_Extra_Info

Line 115: (p_pa_request_rec in ghr_pa_requests%rowtype,

111: ,p_agency_code out nocopy varchar2
112: );
113:
114: procedure Process_Sf52_Extra_Info
115: (p_pa_request_rec in ghr_pa_requests%rowtype,
116: p_asg_sf52 in out nocopy ghr_api.asg_sf52_type,
117: p_per_sf52 in out nocopy ghr_api.per_sf52_type,
118: p_per_group1 in out nocopy ghr_api.per_group1_type,
119: p_per_scd_info in out nocopy ghr_api.per_scd_info_type,

Line 130: (p_pa_request_rec IN OUT nocopy ghr_pa_requests%rowtype,

126: p_extra_info_rec in out nocopy ghr_api.extra_info_rec_type,
127: p_valid_grade in out nocopy ghr_api.pos_valid_grade_type);
128:
129: PROCEDURE Process_Non_Sf52_Extra_Info
130: (p_pa_request_rec IN OUT nocopy ghr_pa_requests%rowtype,
131: p_generic_ei_rec IN ghr_pa_request_extra_info%rowtype,
132: p_per_group1 IN OUT nocopy ghr_api.per_group1_type,
133: p_per_scd_info IN OUT nocopy ghr_api.per_scd_info_type,
134: p_pos_grp2 IN OUT nocopy ghr_api.pos_grp2_type,

Line 189: (p_pa_req_rec IN ghr_pa_requests%rowtype,

185: p_retirement_info in out nocopy ghr_api.per_retirement_info_type
186: );
187:
188: PROCEDURE get_auth_codes
189: (p_pa_req_rec IN ghr_pa_requests%rowtype,
190: p_pei_auth_code1 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,
191: p_pei_auth_code2 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,
192: p_auth_code1 IN OUT nocopy per_people_extra_info.pei_information1%type,
193: p_auth_code2 IN OUT nocopy per_people_extra_info.pei_information1%type);