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.4.12020000.3 2012/07/13 11:12:16 vmididho 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 83: (p_pa_request_rec in ghr_pa_requests%rowtype,

79: p_imm_tsp_roth out nocopy ghr_api.tsp_roth_type
80: );
81:
82: procedure retrieve_all_extra_info
83: (p_pa_request_rec in ghr_pa_requests%rowtype,
84: p_asg_sf52 in out nocopy ghr_api.asg_sf52_type,
85: p_per_sf52 in out nocopy ghr_api.per_sf52_type,
86: p_per_group1 in out nocopy ghr_api.per_group1_type,
87: p_per_scd_info in out nocopy ghr_api.per_scd_info_type,

Line 116: P_PA_REQUEST_REC IN GHR_PA_REQUESTS%ROWTYPE

112: );
113:
114: procedure SF52_br_extra_info
115: (
116: P_PA_REQUEST_REC IN GHR_PA_REQUESTS%ROWTYPE
117: ,p_agency_code out nocopy varchar2
118: );
119:
120: procedure Process_Sf52_Extra_Info

Line 121: (p_pa_request_rec in ghr_pa_requests%rowtype,

117: ,p_agency_code out nocopy varchar2
118: );
119:
120: procedure Process_Sf52_Extra_Info
121: (p_pa_request_rec in ghr_pa_requests%rowtype,
122: p_asg_sf52 in out nocopy ghr_api.asg_sf52_type,
123: p_per_sf52 in out nocopy ghr_api.per_sf52_type,
124: p_per_group1 in out nocopy ghr_api.per_group1_type,
125: p_per_scd_info in out nocopy ghr_api.per_scd_info_type,

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

132: p_extra_info_rec in out nocopy ghr_api.extra_info_rec_type,
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,

Line 200: (p_pa_req_rec IN ghr_pa_requests%rowtype,

196: p_per_group2 in out nocopy ghr_api.per_group2_type
197: );
198:
199: PROCEDURE get_auth_codes
200: (p_pa_req_rec IN ghr_pa_requests%rowtype,
201: p_pei_auth_code1 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,
202: p_pei_auth_code2 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,
203: p_auth_code1 IN OUT nocopy per_people_extra_info.pei_information1%type,
204: p_auth_code2 IN OUT nocopy per_people_extra_info.pei_information1%type);