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_asg_detail_info in out nocopy ghr_api.asg_detail_info_type, --Bug# 8653508

Line 49: (p_pa_request_rec in ghr_pa_requests%rowtype

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

Line 56: (p_pa_request_rec in ghr_pa_requests%rowtype

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

Line 92: (p_pa_request_rec in ghr_pa_requests%rowtype,

88: ,p_tsp_roth in out nocopy ghr_api.tsp_roth_type
89: );
90:
91: Procedure get_wgi_dates
92: (p_pa_request_rec in ghr_pa_requests%rowtype,
93: p_wgi_due_date in out nocopy date,
94: p_wgi_pay_date out nocopy date,
95: p_retained_grade_rec out nocopy ghr_pay_calc.retained_grade_rec_type,
96: p_dlei in date

Line 100: (p_pa_request_rec in ghr_pa_requests%rowtype,

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