DBA Data[Home] [Help]

PACKAGE: APPS.GHR_AGENCY_UPDATE

Source


1 PACKAGE GHR_AGENCY_UPDATE AUTHID CURRENT_USER AS
2 /* $Header: ghagspup.pkh 120.3 2011/01/27 08:46:08 utokachi noship $ */
3 --
4 --  Internal ghr_agency_update globals
5 --
6 g_package       constant varchar2(33) := '  ghr_agency_update.';
7 --
8 Procedure ghr_agency_upd
9 (p_pa_request_rec             in 	ghr_pa_requests%rowtype,
10  p_asg_sf52                   in 	ghr_api.asg_sf52_type,
11  p_asg_non_sf52               in	ghr_api.asg_non_sf52_type,
12  p_asg_nte_dates              in	ghr_api.asg_nte_dates_type,
13  p_per_sf52                   in 	ghr_api.per_sf52_type,
14  p_per_group1                 in 	ghr_api.per_group1_type,
15  p_per_group2                 in 	ghr_api.per_group2_type,
16  p_per_scd_info               in 	ghr_api.per_scd_info_type,
17  p_per_retained_grade         in 	ghr_api.per_retained_grade_type,
18  p_per_probations             in	ghr_api.per_probations_type,
19  p_per_sep_retire             in	ghr_api.per_sep_retire_type,
20  p_per_security		      in 	ghr_api.per_security_type,
21  p_per_conversions            in 	ghr_api.per_conversions_type,
22  p_per_uniformed_services     in	ghr_api.per_uniformed_services_type,
23  p_pos_oblig                  in 	ghr_api.pos_oblig_type,
24  p_pos_grp2                   in 	ghr_api.pos_grp2_type,
25  p_pos_grp1                   in 	ghr_api.pos_grp1_type,
26  p_pos_valid_grade            in 	ghr_api.pos_valid_grade_type,
27  p_pos_car_prog               in	ghr_api.pos_car_prog_type,
28  p_loc_info                   in 	ghr_api.loc_info_type,
29  p_wgi                        in	ghr_api.within_grade_increase_type ,
30  p_recruitment_bonus	      in 	ghr_api.recruitment_bonus_type ,
31  p_relocation_bonus 	      in	ghr_api.relocation_bonus_type,
32 
33  p_sf52_from_data             in 	ghr_api.prior_sf52_data_type,
34  p_personal_info              in 	ghr_api.personal_info_type,
35  p_gov_awards_type            in    ghr_api.government_awards_type,
36  p_perf_appraisal_type        in    ghr_api.performance_appraisal_type,
37  p_payroll_type               in    ghr_api.government_payroll_type,
38  p_conduct_perf_type          in    ghr_api.conduct_performance_type,
39  p_agency_sf52                in    ghr_api.agency_sf52_type,
40  p_agency_code		      in    varchar2,
41  p_entitlement                in    ghr_api.entitlement_type,
42  p_foreign_lang_prof_pay      in    ghr_api.foreign_lang_prof_pay_type,
43  p_edp_pay                    in    ghr_api.edp_pay_type,
44  p_hazard_pay                 in    ghr_api.hazard_pay_type,
45  p_health_benefits            in    ghr_api.health_benefits_type,
46  p_danger_pay                 in    ghr_api.danger_pay_type,
47  p_imminent_danger_pay        in    ghr_api.imminent_danger_pay_type,
48  p_living_quarters_allow      in    ghr_api.living_quarters_allow_type,
49  p_post_diff_amt              in    ghr_api.post_diff_amt_type,
50  p_post_diff_percent          in    ghr_api.post_diff_percent_type,
51  p_sep_maintenance_allow      in    ghr_api.sep_maintenance_allow_type,
52  p_supplemental_post_allow    in    ghr_api.supplemental_post_allow_type,
53  p_temp_lodge_allow           in    ghr_api.temp_lodge_allow_type,
54  p_premium_pay                in    ghr_api.premium_pay_type,
55  p_retirement_annuity         in    ghr_api.retirement_annuity_type,
56  p_severance_pay              in    ghr_api.severance_pay_type,
57  p_thrift_saving_plan         in    ghr_api.thrift_saving_plan,
58  p_retention_allow_review     in    ghr_api.retention_allow_review_type,
59  p_health_ben_pre_tax         in    ghr_api.health_ben_pre_tax_type,
60  p_per_benefit_info           in    ghr_api.per_benefit_info_type, -- TAR 4646592.993
61  p_imm_retirement_info        in    ghr_api.per_retirement_info_type, --Bug# 7131104
62  --Begin Bug# 10181661
63  p_asg_detail_info	      in    ghr_api.asg_detail_info_type,
64  p_ipa_detail_ben_cont_info   in    ghr_api.per_ipa_ben_cont_info_type
65  --End Bug# 10181661
66  );
67 end GHR_AGENCY_UPDATE;