DBA Data[Home] [Help]

APPS.GHR_SF52_DO_UPDATE dependencies on GHR_PA_REQUESTS

Line 8: (P_PA_REQUEST_REC in out nocopy ghr_pa_requests%rowtype,

4: g_retained_grade_info ghr_pay_calc.retained_grade_rec_type;
5: --
6: --
7: procedure Process_Family
8: (P_PA_REQUEST_REC in out nocopy ghr_pa_requests%rowtype,
9: P_AGENCY_CODE in varchar2
10: );
11:
12: Procedure call_extra_info_api

Line 13: (P_PA_REQUEST_REC in ghr_pa_requests%rowtype,

9: P_AGENCY_CODE in varchar2
10: );
11:
12: Procedure call_extra_info_api
13: (P_PA_REQUEST_REC in ghr_pa_requests%rowtype,
14: P_Asg_Sf52 in out nocopy ghr_api.asg_Sf52_TYPE,
15: P_Asg_non_Sf52 in out nocopy ghr_api.asg_non_Sf52_TYPE,
16: P_Asg_nte_dates in out nocopy ghr_api.asg_nte_dates_TYPE,
17: P_Per_Sf52 in out nocopy ghr_api.per_Sf52_TYPE,

Line 48: (p_pa_request_rec in ghr_pa_requests%rowtype

44: p_retirement_info IN out nocopy ghr_api.per_retirement_info_type
45: );
46:
47: Procedure Process_salary_Info
48: (p_pa_request_rec in ghr_pa_requests%rowtype
49: ,p_wgi in out nocopy ghr_api.within_grade_increase_type
50: ,p_retention_allow_review in out nocopy ghr_api.retention_allow_review_type
51: ,p_capped_other_pay in number default null
52: );

Line 55: (p_pa_request_rec in ghr_pa_requests%rowtype

51: ,p_capped_other_pay in number default null
52: );
53:
54: Procedure Process_non_salary_Info
55: (p_pa_request_rec in ghr_pa_requests%rowtype
56: ,p_recruitment_bonus in out nocopy ghr_api.recruitment_bonus_type
57: ,p_relocation_bonus in out nocopy ghr_api.relocation_bonus_type
58: ,p_student_loan_repay in out nocopy ghr_api.student_loan_repay_type
59: --Pradeep

Line 89: (p_pa_request_rec in ghr_pa_requests%rowtype,

85: ,p_health_ben_pre_tax in out nocopy ghr_api.health_ben_pre_tax_type
86: );
87:
88: Procedure get_wgi_dates
89: (p_pa_request_rec in ghr_pa_requests%rowtype,
90: p_wgi_due_date in out nocopy date,
91: p_wgi_pay_date out nocopy date,
92: p_retained_grade_rec out nocopy ghr_pay_calc.retained_grade_rec_type,
93: p_dlei in date

Line 97: (p_pa_request_rec in ghr_pa_requests%rowtype,

93: p_dlei in date
94: );
95:
96: Procedure generic_update_sit
97: (p_pa_request_rec in ghr_pa_requests%rowtype,
98: p_special_information_type in fnd_id_flex_structures_tl.id_flex_structure_name%type,
99: p_segment_rec in ghr_api.special_information_type
100: );
101: