DBA Data[Home] [Help]

APPS.GHR_SF52_DO_UPDATE dependencies on GHR_API

Line 58: l_extra_info_rec ghr_api.extra_info_rec_type;

54: l_ovn number;
55: l_initial_ovn number;
56: l_index varchar2(10);
57: l_extra_info_id number(15);
58: l_extra_info_rec ghr_api.extra_info_rec_type;
59: --
60: l_asg_cre_extra_info_id per_assignment_extra_info.assignment_extra_info_id%type;
61: l_asg_cre_ovn per_assignment_extra_info.object_version_number%type;
62: l_per_cre_extra_info_id per_people_extra_info.person_extra_info_id%type;

Line 639: P_Per_retained_grade IN OUT NOCOPY GHR_API.Per_retained_grade_TYPE) IS

635: End Generic_Update_Extra_Info;
636:
637: Procedure Update_Retained_Grade
638: (P_PA_REQUEST_REC IN GHR_PA_REQUESTS%ROWTYPE ,
639: P_Per_retained_grade IN OUT NOCOPY GHR_API.Per_retained_grade_TYPE) IS
640: --
641: --
642: cursor c_702_rec is
643: select rei_information3,pei_information1,

Line 693: l_per_retained_grade GHR_API.Per_retained_grade_TYPE;

689: AND information_type = 'GHR_US_PAR_RG_TEMP_PROMO';
690:
691: l_session ghr_history_api.g_session_var_type;
692: l_proc varchar2(70) := 'Update_Retained_Grade';
693: l_per_retained_grade GHR_API.Per_retained_grade_TYPE;
694: -- Bug#4698321 Added pei_information1 to the cursor.
695: Cursor c_retained_grade_ovn is
696: select object_version_number,
697: pei_information1,

Line 1036: l_special_info ghr_api.special_information_type;

1032: l_academic_discipline ghr_pa_requests.academic_discipline%type;
1033: l_object_version_number number(9);
1034: l_multiple varchar2(1);
1035: l_session ghr_history_api.g_session_var_type;
1036: l_special_info ghr_api.special_information_type;
1037:
1038:
1039:
1040: -- Cursor to fetch the id_flex_num for the "US Fed Education" structure

Line 1265: P_Asg_Sf52 IN OUT NOCOPY GHR_API.Asg_Sf52_TYPE,

1261: -- *************************
1262: --
1263: Procedure call_extra_info_api
1264: (P_PA_REQUEST_REC IN GHR_PA_REQUESTS%ROWTYPE,
1265: P_Asg_Sf52 IN OUT NOCOPY GHR_API.Asg_Sf52_TYPE,
1266: P_Asg_non_Sf52 IN OUT NOCOPY GHR_API.Asg_non_Sf52_TYPE,
1267: P_Asg_nte_dates IN OUT NOCOPY GHR_API.Asg_nte_dates_TYPE,
1268: p_asg_detail_info in OUT nocopy ghr_api.asg_detail_info_type, --Bug# 8653508
1269: P_Per_Sf52 IN OUT NOCOPY GHR_API.Per_Sf52_TYPE,

Line 1266: P_Asg_non_Sf52 IN OUT NOCOPY GHR_API.Asg_non_Sf52_TYPE,

1262: --
1263: Procedure call_extra_info_api
1264: (P_PA_REQUEST_REC IN GHR_PA_REQUESTS%ROWTYPE,
1265: P_Asg_Sf52 IN OUT NOCOPY GHR_API.Asg_Sf52_TYPE,
1266: P_Asg_non_Sf52 IN OUT NOCOPY GHR_API.Asg_non_Sf52_TYPE,
1267: P_Asg_nte_dates IN OUT NOCOPY GHR_API.Asg_nte_dates_TYPE,
1268: p_asg_detail_info in OUT nocopy ghr_api.asg_detail_info_type, --Bug# 8653508
1269: P_Per_Sf52 IN OUT NOCOPY GHR_API.Per_Sf52_TYPE,
1270: P_Per_Group1 IN OUT NOCOPY GHR_API.Per_Group1_TYPE,

Line 1267: P_Asg_nte_dates IN OUT NOCOPY GHR_API.Asg_nte_dates_TYPE,

1263: Procedure call_extra_info_api
1264: (P_PA_REQUEST_REC IN GHR_PA_REQUESTS%ROWTYPE,
1265: P_Asg_Sf52 IN OUT NOCOPY GHR_API.Asg_Sf52_TYPE,
1266: P_Asg_non_Sf52 IN OUT NOCOPY GHR_API.Asg_non_Sf52_TYPE,
1267: P_Asg_nte_dates IN OUT NOCOPY GHR_API.Asg_nte_dates_TYPE,
1268: p_asg_detail_info in OUT nocopy ghr_api.asg_detail_info_type, --Bug# 8653508
1269: P_Per_Sf52 IN OUT NOCOPY GHR_API.Per_Sf52_TYPE,
1270: P_Per_Group1 IN OUT NOCOPY GHR_API.Per_Group1_TYPE,
1271: P_Per_Group2 IN OUT NOCOPY GHR_API.Per_Group2_TYPE,

Line 1268: p_asg_detail_info in OUT nocopy ghr_api.asg_detail_info_type, --Bug# 8653508

1264: (P_PA_REQUEST_REC IN GHR_PA_REQUESTS%ROWTYPE,
1265: P_Asg_Sf52 IN OUT NOCOPY GHR_API.Asg_Sf52_TYPE,
1266: P_Asg_non_Sf52 IN OUT NOCOPY GHR_API.Asg_non_Sf52_TYPE,
1267: P_Asg_nte_dates IN OUT NOCOPY GHR_API.Asg_nte_dates_TYPE,
1268: p_asg_detail_info in OUT nocopy ghr_api.asg_detail_info_type, --Bug# 8653508
1269: P_Per_Sf52 IN OUT NOCOPY GHR_API.Per_Sf52_TYPE,
1270: P_Per_Group1 IN OUT NOCOPY GHR_API.Per_Group1_TYPE,
1271: P_Per_Group2 IN OUT NOCOPY GHR_API.Per_Group2_TYPE,
1272: P_Per_scd_info IN OUT NOCOPY GHR_API.Per_scd_info_TYPE,

Line 1269: P_Per_Sf52 IN OUT NOCOPY GHR_API.Per_Sf52_TYPE,

1265: P_Asg_Sf52 IN OUT NOCOPY GHR_API.Asg_Sf52_TYPE,
1266: P_Asg_non_Sf52 IN OUT NOCOPY GHR_API.Asg_non_Sf52_TYPE,
1267: P_Asg_nte_dates IN OUT NOCOPY GHR_API.Asg_nte_dates_TYPE,
1268: p_asg_detail_info in OUT nocopy ghr_api.asg_detail_info_type, --Bug# 8653508
1269: P_Per_Sf52 IN OUT NOCOPY GHR_API.Per_Sf52_TYPE,
1270: P_Per_Group1 IN OUT NOCOPY GHR_API.Per_Group1_TYPE,
1271: P_Per_Group2 IN OUT NOCOPY GHR_API.Per_Group2_TYPE,
1272: P_Per_scd_info IN OUT NOCOPY GHR_API.Per_scd_info_TYPE,
1273: P_Per_retained_grade IN OUT NOCOPY GHR_API.Per_retained_grade_TYPE,

Line 1270: P_Per_Group1 IN OUT NOCOPY GHR_API.Per_Group1_TYPE,

1266: P_Asg_non_Sf52 IN OUT NOCOPY GHR_API.Asg_non_Sf52_TYPE,
1267: P_Asg_nte_dates IN OUT NOCOPY GHR_API.Asg_nte_dates_TYPE,
1268: p_asg_detail_info in OUT nocopy ghr_api.asg_detail_info_type, --Bug# 8653508
1269: P_Per_Sf52 IN OUT NOCOPY GHR_API.Per_Sf52_TYPE,
1270: P_Per_Group1 IN OUT NOCOPY GHR_API.Per_Group1_TYPE,
1271: P_Per_Group2 IN OUT NOCOPY GHR_API.Per_Group2_TYPE,
1272: P_Per_scd_info IN OUT NOCOPY GHR_API.Per_scd_info_TYPE,
1273: P_Per_retained_grade IN OUT NOCOPY GHR_API.Per_retained_grade_TYPE,
1274: P_Per_probations IN OUT NOCOPY GHR_API.Per_probations_TYPE,

Line 1271: P_Per_Group2 IN OUT NOCOPY GHR_API.Per_Group2_TYPE,

1267: P_Asg_nte_dates IN OUT NOCOPY GHR_API.Asg_nte_dates_TYPE,
1268: p_asg_detail_info in OUT nocopy ghr_api.asg_detail_info_type, --Bug# 8653508
1269: P_Per_Sf52 IN OUT NOCOPY GHR_API.Per_Sf52_TYPE,
1270: P_Per_Group1 IN OUT NOCOPY GHR_API.Per_Group1_TYPE,
1271: P_Per_Group2 IN OUT NOCOPY GHR_API.Per_Group2_TYPE,
1272: P_Per_scd_info IN OUT NOCOPY GHR_API.Per_scd_info_TYPE,
1273: P_Per_retained_grade IN OUT NOCOPY GHR_API.Per_retained_grade_TYPE,
1274: P_Per_probations IN OUT NOCOPY GHR_API.Per_probations_TYPE,
1275: P_Per_sep_retire IN OUT NOCOPY GHR_API.Per_sep_retire_TYPE,

Line 1272: P_Per_scd_info IN OUT NOCOPY GHR_API.Per_scd_info_TYPE,

1268: p_asg_detail_info in OUT nocopy ghr_api.asg_detail_info_type, --Bug# 8653508
1269: P_Per_Sf52 IN OUT NOCOPY GHR_API.Per_Sf52_TYPE,
1270: P_Per_Group1 IN OUT NOCOPY GHR_API.Per_Group1_TYPE,
1271: P_Per_Group2 IN OUT NOCOPY GHR_API.Per_Group2_TYPE,
1272: P_Per_scd_info IN OUT NOCOPY GHR_API.Per_scd_info_TYPE,
1273: P_Per_retained_grade IN OUT NOCOPY GHR_API.Per_retained_grade_TYPE,
1274: P_Per_probations IN OUT NOCOPY GHR_API.Per_probations_TYPE,
1275: P_Per_sep_retire IN OUT NOCOPY GHR_API.Per_sep_retire_TYPE,
1276: P_Per_security IN OUT NOCOPY GHR_API.Per_security_TYPE,

Line 1273: P_Per_retained_grade IN OUT NOCOPY GHR_API.Per_retained_grade_TYPE,

1269: P_Per_Sf52 IN OUT NOCOPY GHR_API.Per_Sf52_TYPE,
1270: P_Per_Group1 IN OUT NOCOPY GHR_API.Per_Group1_TYPE,
1271: P_Per_Group2 IN OUT NOCOPY GHR_API.Per_Group2_TYPE,
1272: P_Per_scd_info IN OUT NOCOPY GHR_API.Per_scd_info_TYPE,
1273: P_Per_retained_grade IN OUT NOCOPY GHR_API.Per_retained_grade_TYPE,
1274: P_Per_probations IN OUT NOCOPY GHR_API.Per_probations_TYPE,
1275: P_Per_sep_retire IN OUT NOCOPY GHR_API.Per_sep_retire_TYPE,
1276: P_Per_security IN OUT NOCOPY GHR_API.Per_security_TYPE,
1277: --Bug#4486823 RRR Changes

Line 1274: P_Per_probations IN OUT NOCOPY GHR_API.Per_probations_TYPE,

1270: P_Per_Group1 IN OUT NOCOPY GHR_API.Per_Group1_TYPE,
1271: P_Per_Group2 IN OUT NOCOPY GHR_API.Per_Group2_TYPE,
1272: P_Per_scd_info IN OUT NOCOPY GHR_API.Per_scd_info_TYPE,
1273: P_Per_retained_grade IN OUT NOCOPY GHR_API.Per_retained_grade_TYPE,
1274: P_Per_probations IN OUT NOCOPY GHR_API.Per_probations_TYPE,
1275: P_Per_sep_retire IN OUT NOCOPY GHR_API.Per_sep_retire_TYPE,
1276: P_Per_security IN OUT NOCOPY GHR_API.Per_security_TYPE,
1277: --Bug#4486823 RRR Changes
1278: p_per_service_oblig IN OUT NOCOPY GHR_API.Per_service_oblig_TYPE,

Line 1275: P_Per_sep_retire IN OUT NOCOPY GHR_API.Per_sep_retire_TYPE,

1271: P_Per_Group2 IN OUT NOCOPY GHR_API.Per_Group2_TYPE,
1272: P_Per_scd_info IN OUT NOCOPY GHR_API.Per_scd_info_TYPE,
1273: P_Per_retained_grade IN OUT NOCOPY GHR_API.Per_retained_grade_TYPE,
1274: P_Per_probations IN OUT NOCOPY GHR_API.Per_probations_TYPE,
1275: P_Per_sep_retire IN OUT NOCOPY GHR_API.Per_sep_retire_TYPE,
1276: P_Per_security IN OUT NOCOPY GHR_API.Per_security_TYPE,
1277: --Bug#4486823 RRR Changes
1278: p_per_service_oblig IN OUT NOCOPY GHR_API.Per_service_oblig_TYPE,
1279: P_Per_conversions IN OUT NOCOPY GHR_API.Per_conversions_TYPE,

Line 1276: P_Per_security IN OUT NOCOPY GHR_API.Per_security_TYPE,

1272: P_Per_scd_info IN OUT NOCOPY GHR_API.Per_scd_info_TYPE,
1273: P_Per_retained_grade IN OUT NOCOPY GHR_API.Per_retained_grade_TYPE,
1274: P_Per_probations IN OUT NOCOPY GHR_API.Per_probations_TYPE,
1275: P_Per_sep_retire IN OUT NOCOPY GHR_API.Per_sep_retire_TYPE,
1276: P_Per_security IN OUT NOCOPY GHR_API.Per_security_TYPE,
1277: --Bug#4486823 RRR Changes
1278: p_per_service_oblig IN OUT NOCOPY GHR_API.Per_service_oblig_TYPE,
1279: P_Per_conversions IN OUT NOCOPY GHR_API.Per_conversions_TYPE,
1280: -- BEN_EIT Changes

Line 1278: p_per_service_oblig IN OUT NOCOPY GHR_API.Per_service_oblig_TYPE,

1274: P_Per_probations IN OUT NOCOPY GHR_API.Per_probations_TYPE,
1275: P_Per_sep_retire IN OUT NOCOPY GHR_API.Per_sep_retire_TYPE,
1276: P_Per_security IN OUT NOCOPY GHR_API.Per_security_TYPE,
1277: --Bug#4486823 RRR Changes
1278: p_per_service_oblig IN OUT NOCOPY GHR_API.Per_service_oblig_TYPE,
1279: P_Per_conversions IN OUT NOCOPY GHR_API.Per_conversions_TYPE,
1280: -- BEN_EIT Changes
1281: p_per_benefit_info IN OUT nocopy ghr_api.per_benefit_info_type,
1282: P_Per_uniformed_services IN OUT NOCOPY GHR_API.Per_uniformed_services_TYPE,

Line 1279: P_Per_conversions IN OUT NOCOPY GHR_API.Per_conversions_TYPE,

1275: P_Per_sep_retire IN OUT NOCOPY GHR_API.Per_sep_retire_TYPE,
1276: P_Per_security IN OUT NOCOPY GHR_API.Per_security_TYPE,
1277: --Bug#4486823 RRR Changes
1278: p_per_service_oblig IN OUT NOCOPY GHR_API.Per_service_oblig_TYPE,
1279: P_Per_conversions IN OUT NOCOPY GHR_API.Per_conversions_TYPE,
1280: -- BEN_EIT Changes
1281: p_per_benefit_info IN OUT nocopy ghr_api.per_benefit_info_type,
1282: P_Per_uniformed_services IN OUT NOCOPY GHR_API.Per_uniformed_services_TYPE,
1283: P_Pos_oblig IN OUT NOCOPY GHR_API.Pos_oblig_TYPE,

Line 1281: p_per_benefit_info IN OUT nocopy ghr_api.per_benefit_info_type,

1277: --Bug#4486823 RRR Changes
1278: p_per_service_oblig IN OUT NOCOPY GHR_API.Per_service_oblig_TYPE,
1279: P_Per_conversions IN OUT NOCOPY GHR_API.Per_conversions_TYPE,
1280: -- BEN_EIT Changes
1281: p_per_benefit_info IN OUT nocopy ghr_api.per_benefit_info_type,
1282: P_Per_uniformed_services IN OUT NOCOPY GHR_API.Per_uniformed_services_TYPE,
1283: P_Pos_oblig IN OUT NOCOPY GHR_API.Pos_oblig_TYPE,
1284: P_Pos_Grp2 IN OUT NOCOPY GHR_API.Pos_Grp2_TYPE,
1285: P_Pos_Grp1 IN OUT NOCOPY GHR_API.Pos_Grp1_TYPE,

Line 1282: P_Per_uniformed_services IN OUT NOCOPY GHR_API.Per_uniformed_services_TYPE,

1278: p_per_service_oblig IN OUT NOCOPY GHR_API.Per_service_oblig_TYPE,
1279: P_Per_conversions IN OUT NOCOPY GHR_API.Per_conversions_TYPE,
1280: -- BEN_EIT Changes
1281: p_per_benefit_info IN OUT nocopy ghr_api.per_benefit_info_type,
1282: P_Per_uniformed_services IN OUT NOCOPY GHR_API.Per_uniformed_services_TYPE,
1283: P_Pos_oblig IN OUT NOCOPY GHR_API.Pos_oblig_TYPE,
1284: P_Pos_Grp2 IN OUT NOCOPY GHR_API.Pos_Grp2_TYPE,
1285: P_Pos_Grp1 IN OUT NOCOPY GHR_API.Pos_Grp1_TYPE,
1286: P_Pos_valid_grade IN OUT NOCOPY GHR_API.Pos_valid_grade_TYPE,

Line 1283: P_Pos_oblig IN OUT NOCOPY GHR_API.Pos_oblig_TYPE,

1279: P_Per_conversions IN OUT NOCOPY GHR_API.Per_conversions_TYPE,
1280: -- BEN_EIT Changes
1281: p_per_benefit_info IN OUT nocopy ghr_api.per_benefit_info_type,
1282: P_Per_uniformed_services IN OUT NOCOPY GHR_API.Per_uniformed_services_TYPE,
1283: P_Pos_oblig IN OUT NOCOPY GHR_API.Pos_oblig_TYPE,
1284: P_Pos_Grp2 IN OUT NOCOPY GHR_API.Pos_Grp2_TYPE,
1285: P_Pos_Grp1 IN OUT NOCOPY GHR_API.Pos_Grp1_TYPE,
1286: P_Pos_valid_grade IN OUT NOCOPY GHR_API.Pos_valid_grade_TYPE,
1287: P_Pos_car_prog IN OUT NOCOPY GHR_API.Pos_car_prog_TYPE,

Line 1284: P_Pos_Grp2 IN OUT NOCOPY GHR_API.Pos_Grp2_TYPE,

1280: -- BEN_EIT Changes
1281: p_per_benefit_info IN OUT nocopy ghr_api.per_benefit_info_type,
1282: P_Per_uniformed_services IN OUT NOCOPY GHR_API.Per_uniformed_services_TYPE,
1283: P_Pos_oblig IN OUT NOCOPY GHR_API.Pos_oblig_TYPE,
1284: P_Pos_Grp2 IN OUT NOCOPY GHR_API.Pos_Grp2_TYPE,
1285: P_Pos_Grp1 IN OUT NOCOPY GHR_API.Pos_Grp1_TYPE,
1286: P_Pos_valid_grade IN OUT NOCOPY GHR_API.Pos_valid_grade_TYPE,
1287: P_Pos_car_prog IN OUT NOCOPY GHR_API.Pos_car_prog_TYPE,
1288: p_Perf_appraisal IN out nocopy ghr_api.performance_appraisal_type,

Line 1285: P_Pos_Grp1 IN OUT NOCOPY GHR_API.Pos_Grp1_TYPE,

1281: p_per_benefit_info IN OUT nocopy ghr_api.per_benefit_info_type,
1282: P_Per_uniformed_services IN OUT NOCOPY GHR_API.Per_uniformed_services_TYPE,
1283: P_Pos_oblig IN OUT NOCOPY GHR_API.Pos_oblig_TYPE,
1284: P_Pos_Grp2 IN OUT NOCOPY GHR_API.Pos_Grp2_TYPE,
1285: P_Pos_Grp1 IN OUT NOCOPY GHR_API.Pos_Grp1_TYPE,
1286: P_Pos_valid_grade IN OUT NOCOPY GHR_API.Pos_valid_grade_TYPE,
1287: P_Pos_car_prog IN OUT NOCOPY GHR_API.Pos_car_prog_TYPE,
1288: p_Perf_appraisal IN out nocopy ghr_api.performance_appraisal_type,
1289: p_conduct_performance IN out nocopy ghr_api.conduct_performance_type,

Line 1286: P_Pos_valid_grade IN OUT NOCOPY GHR_API.Pos_valid_grade_TYPE,

1282: P_Per_uniformed_services IN OUT NOCOPY GHR_API.Per_uniformed_services_TYPE,
1283: P_Pos_oblig IN OUT NOCOPY GHR_API.Pos_oblig_TYPE,
1284: P_Pos_Grp2 IN OUT NOCOPY GHR_API.Pos_Grp2_TYPE,
1285: P_Pos_Grp1 IN OUT NOCOPY GHR_API.Pos_Grp1_TYPE,
1286: P_Pos_valid_grade IN OUT NOCOPY GHR_API.Pos_valid_grade_TYPE,
1287: P_Pos_car_prog IN OUT NOCOPY GHR_API.Pos_car_prog_TYPE,
1288: p_Perf_appraisal IN out nocopy ghr_api.performance_appraisal_type,
1289: p_conduct_performance IN out nocopy ghr_api.conduct_performance_type,
1290: P_Loc_Info IN OUT NOCOPY GHR_API.Loc_Info_TYPE,

Line 1287: P_Pos_car_prog IN OUT NOCOPY GHR_API.Pos_car_prog_TYPE,

1283: P_Pos_oblig IN OUT NOCOPY GHR_API.Pos_oblig_TYPE,
1284: P_Pos_Grp2 IN OUT NOCOPY GHR_API.Pos_Grp2_TYPE,
1285: P_Pos_Grp1 IN OUT NOCOPY GHR_API.Pos_Grp1_TYPE,
1286: P_Pos_valid_grade IN OUT NOCOPY GHR_API.Pos_valid_grade_TYPE,
1287: P_Pos_car_prog IN OUT NOCOPY GHR_API.Pos_car_prog_TYPE,
1288: p_Perf_appraisal IN out nocopy ghr_api.performance_appraisal_type,
1289: p_conduct_performance IN out nocopy ghr_api.conduct_performance_type,
1290: P_Loc_Info IN OUT NOCOPY GHR_API.Loc_Info_TYPE,
1291: P_generic_Extra_Info_Rec IN out nocopy GHR_api.generic_Extra_Info_Rec_Type,

Line 1288: p_Perf_appraisal IN out nocopy ghr_api.performance_appraisal_type,

1284: P_Pos_Grp2 IN OUT NOCOPY GHR_API.Pos_Grp2_TYPE,
1285: P_Pos_Grp1 IN OUT NOCOPY GHR_API.Pos_Grp1_TYPE,
1286: P_Pos_valid_grade IN OUT NOCOPY GHR_API.Pos_valid_grade_TYPE,
1287: P_Pos_car_prog IN OUT NOCOPY GHR_API.Pos_car_prog_TYPE,
1288: p_Perf_appraisal IN out nocopy ghr_api.performance_appraisal_type,
1289: p_conduct_performance IN out nocopy ghr_api.conduct_performance_type,
1290: P_Loc_Info IN OUT NOCOPY GHR_API.Loc_Info_TYPE,
1291: P_generic_Extra_Info_Rec IN out nocopy GHR_api.generic_Extra_Info_Rec_Type,
1292: P_par_term_retained_grade IN out nocopy GHR_api.par_term_retained_grade_type,

Line 1289: p_conduct_performance IN out nocopy ghr_api.conduct_performance_type,

1285: P_Pos_Grp1 IN OUT NOCOPY GHR_API.Pos_Grp1_TYPE,
1286: P_Pos_valid_grade IN OUT NOCOPY GHR_API.Pos_valid_grade_TYPE,
1287: P_Pos_car_prog IN OUT NOCOPY GHR_API.Pos_car_prog_TYPE,
1288: p_Perf_appraisal IN out nocopy ghr_api.performance_appraisal_type,
1289: p_conduct_performance IN out nocopy ghr_api.conduct_performance_type,
1290: P_Loc_Info IN OUT NOCOPY GHR_API.Loc_Info_TYPE,
1291: P_generic_Extra_Info_Rec IN out nocopy GHR_api.generic_Extra_Info_Rec_Type,
1292: P_par_term_retained_grade IN out nocopy GHR_api.par_term_retained_grade_type,
1293: p_per_race_ethnic_info IN out nocopy ghr_api.per_race_ethnic_type,

Line 1290: P_Loc_Info IN OUT NOCOPY GHR_API.Loc_Info_TYPE,

1286: P_Pos_valid_grade IN OUT NOCOPY GHR_API.Pos_valid_grade_TYPE,
1287: P_Pos_car_prog IN OUT NOCOPY GHR_API.Pos_car_prog_TYPE,
1288: p_Perf_appraisal IN out nocopy ghr_api.performance_appraisal_type,
1289: p_conduct_performance IN out nocopy ghr_api.conduct_performance_type,
1290: P_Loc_Info IN OUT NOCOPY GHR_API.Loc_Info_TYPE,
1291: P_generic_Extra_Info_Rec IN out nocopy GHR_api.generic_Extra_Info_Rec_Type,
1292: P_par_term_retained_grade IN out nocopy GHR_api.par_term_retained_grade_type,
1293: p_per_race_ethnic_info IN out nocopy ghr_api.per_race_ethnic_type,
1294: -- Bug #6312144 New RPA EIT Benefits

Line 1291: P_generic_Extra_Info_Rec IN out nocopy GHR_api.generic_Extra_Info_Rec_Type,

1287: P_Pos_car_prog IN OUT NOCOPY GHR_API.Pos_car_prog_TYPE,
1288: p_Perf_appraisal IN out nocopy ghr_api.performance_appraisal_type,
1289: p_conduct_performance IN out nocopy ghr_api.conduct_performance_type,
1290: P_Loc_Info IN OUT NOCOPY GHR_API.Loc_Info_TYPE,
1291: P_generic_Extra_Info_Rec IN out nocopy GHR_api.generic_Extra_Info_Rec_Type,
1292: P_par_term_retained_grade IN out nocopy GHR_api.par_term_retained_grade_type,
1293: p_per_race_ethnic_info IN out nocopy ghr_api.per_race_ethnic_type,
1294: -- Bug #6312144 New RPA EIT Benefits
1295: p_ipa_benefits_cont IN out nocopy ghr_api.per_ipa_ben_cont_info_type,

Line 1292: P_par_term_retained_grade IN out nocopy GHR_api.par_term_retained_grade_type,

1288: p_Perf_appraisal IN out nocopy ghr_api.performance_appraisal_type,
1289: p_conduct_performance IN out nocopy ghr_api.conduct_performance_type,
1290: P_Loc_Info IN OUT NOCOPY GHR_API.Loc_Info_TYPE,
1291: P_generic_Extra_Info_Rec IN out nocopy GHR_api.generic_Extra_Info_Rec_Type,
1292: P_par_term_retained_grade IN out nocopy GHR_api.par_term_retained_grade_type,
1293: p_per_race_ethnic_info IN out nocopy ghr_api.per_race_ethnic_type,
1294: -- Bug #6312144 New RPA EIT Benefits
1295: p_ipa_benefits_cont IN out nocopy ghr_api.per_ipa_ben_cont_info_type,
1296: p_retirement_info IN out nocopy ghr_api.per_retirement_info_type) is

Line 1293: p_per_race_ethnic_info IN out nocopy ghr_api.per_race_ethnic_type,

1289: p_conduct_performance IN out nocopy ghr_api.conduct_performance_type,
1290: P_Loc_Info IN OUT NOCOPY GHR_API.Loc_Info_TYPE,
1291: P_generic_Extra_Info_Rec IN out nocopy GHR_api.generic_Extra_Info_Rec_Type,
1292: P_par_term_retained_grade IN out nocopy GHR_api.par_term_retained_grade_type,
1293: p_per_race_ethnic_info IN out nocopy ghr_api.per_race_ethnic_type,
1294: -- Bug #6312144 New RPA EIT Benefits
1295: p_ipa_benefits_cont IN out nocopy ghr_api.per_ipa_ben_cont_info_type,
1296: p_retirement_info IN out nocopy ghr_api.per_retirement_info_type) is
1297:

Line 1295: p_ipa_benefits_cont IN out nocopy ghr_api.per_ipa_ben_cont_info_type,

1291: P_generic_Extra_Info_Rec IN out nocopy GHR_api.generic_Extra_Info_Rec_Type,
1292: P_par_term_retained_grade IN out nocopy GHR_api.par_term_retained_grade_type,
1293: p_per_race_ethnic_info IN out nocopy ghr_api.per_race_ethnic_type,
1294: -- Bug #6312144 New RPA EIT Benefits
1295: p_ipa_benefits_cont IN out nocopy ghr_api.per_ipa_ben_cont_info_type,
1296: p_retirement_info IN out nocopy ghr_api.per_retirement_info_type) is
1297:
1298: --
1299: l_proc varchar2(70) := 'Call Extra Info';

Line 1296: p_retirement_info IN out nocopy ghr_api.per_retirement_info_type) is

1292: P_par_term_retained_grade IN out nocopy GHR_api.par_term_retained_grade_type,
1293: p_per_race_ethnic_info IN out nocopy ghr_api.per_race_ethnic_type,
1294: -- Bug #6312144 New RPA EIT Benefits
1295: p_ipa_benefits_cont IN out nocopy ghr_api.per_ipa_ben_cont_info_type,
1296: p_retirement_info IN out nocopy ghr_api.per_retirement_info_type) is
1297:
1298: --
1299: l_proc varchar2(70) := 'Call Extra Info';
1300: l_segment_rec ghr_api.special_information_type;

Line 1300: l_segment_rec ghr_api.special_information_type;

1296: p_retirement_info IN out nocopy ghr_api.per_retirement_info_type) is
1297:
1298: --
1299: l_proc varchar2(70) := 'Call Extra Info';
1300: l_segment_rec ghr_api.special_information_type;
1301: l_form_field_name varchar2(50);
1302: l_posn_title_pm varchar2(50);
1303: l_WS_pm varchar2(50);
1304: l_DS_pm varchar2(50);

Line 1491: l_Asg_Sf52 GHR_API.Asg_Sf52_TYPE;

1487: --bug# 12596901,12994100
1488: --End Bug# 12557463
1489:
1490: -- No copy Changes variables.
1491: l_Asg_Sf52 GHR_API.Asg_Sf52_TYPE;
1492: l_Asg_non_Sf52 GHR_API.Asg_non_Sf52_TYPE;
1493: l_Asg_nte_dates GHR_API.Asg_nte_dates_TYPE;
1494: l_Asg_detail_info GHR_API.asg_detail_info_type;-- Bug# 8653508
1495: l_Per_Sf52 GHR_API.Per_Sf52_TYPE;

Line 1492: l_Asg_non_Sf52 GHR_API.Asg_non_Sf52_TYPE;

1488: --End Bug# 12557463
1489:
1490: -- No copy Changes variables.
1491: l_Asg_Sf52 GHR_API.Asg_Sf52_TYPE;
1492: l_Asg_non_Sf52 GHR_API.Asg_non_Sf52_TYPE;
1493: l_Asg_nte_dates GHR_API.Asg_nte_dates_TYPE;
1494: l_Asg_detail_info GHR_API.asg_detail_info_type;-- Bug# 8653508
1495: l_Per_Sf52 GHR_API.Per_Sf52_TYPE;
1496: l_Per_Group1 GHR_API.Per_Group1_TYPE;

Line 1493: l_Asg_nte_dates GHR_API.Asg_nte_dates_TYPE;

1489:
1490: -- No copy Changes variables.
1491: l_Asg_Sf52 GHR_API.Asg_Sf52_TYPE;
1492: l_Asg_non_Sf52 GHR_API.Asg_non_Sf52_TYPE;
1493: l_Asg_nte_dates GHR_API.Asg_nte_dates_TYPE;
1494: l_Asg_detail_info GHR_API.asg_detail_info_type;-- Bug# 8653508
1495: l_Per_Sf52 GHR_API.Per_Sf52_TYPE;
1496: l_Per_Group1 GHR_API.Per_Group1_TYPE;
1497: l_Per_Group2 GHR_API.Per_Group2_TYPE;

Line 1494: l_Asg_detail_info GHR_API.asg_detail_info_type;-- Bug# 8653508

1490: -- No copy Changes variables.
1491: l_Asg_Sf52 GHR_API.Asg_Sf52_TYPE;
1492: l_Asg_non_Sf52 GHR_API.Asg_non_Sf52_TYPE;
1493: l_Asg_nte_dates GHR_API.Asg_nte_dates_TYPE;
1494: l_Asg_detail_info GHR_API.asg_detail_info_type;-- Bug# 8653508
1495: l_Per_Sf52 GHR_API.Per_Sf52_TYPE;
1496: l_Per_Group1 GHR_API.Per_Group1_TYPE;
1497: l_Per_Group2 GHR_API.Per_Group2_TYPE;
1498: l_Per_scd_info GHR_API.Per_scd_info_TYPE;

Line 1495: l_Per_Sf52 GHR_API.Per_Sf52_TYPE;

1491: l_Asg_Sf52 GHR_API.Asg_Sf52_TYPE;
1492: l_Asg_non_Sf52 GHR_API.Asg_non_Sf52_TYPE;
1493: l_Asg_nte_dates GHR_API.Asg_nte_dates_TYPE;
1494: l_Asg_detail_info GHR_API.asg_detail_info_type;-- Bug# 8653508
1495: l_Per_Sf52 GHR_API.Per_Sf52_TYPE;
1496: l_Per_Group1 GHR_API.Per_Group1_TYPE;
1497: l_Per_Group2 GHR_API.Per_Group2_TYPE;
1498: l_Per_scd_info GHR_API.Per_scd_info_TYPE;
1499: l_Per_retained_grade GHR_API.Per_retained_grade_TYPE;

Line 1496: l_Per_Group1 GHR_API.Per_Group1_TYPE;

1492: l_Asg_non_Sf52 GHR_API.Asg_non_Sf52_TYPE;
1493: l_Asg_nte_dates GHR_API.Asg_nte_dates_TYPE;
1494: l_Asg_detail_info GHR_API.asg_detail_info_type;-- Bug# 8653508
1495: l_Per_Sf52 GHR_API.Per_Sf52_TYPE;
1496: l_Per_Group1 GHR_API.Per_Group1_TYPE;
1497: l_Per_Group2 GHR_API.Per_Group2_TYPE;
1498: l_Per_scd_info GHR_API.Per_scd_info_TYPE;
1499: l_Per_retained_grade GHR_API.Per_retained_grade_TYPE;
1500: l_Per_probations GHR_API.Per_probations_TYPE;

Line 1497: l_Per_Group2 GHR_API.Per_Group2_TYPE;

1493: l_Asg_nte_dates GHR_API.Asg_nte_dates_TYPE;
1494: l_Asg_detail_info GHR_API.asg_detail_info_type;-- Bug# 8653508
1495: l_Per_Sf52 GHR_API.Per_Sf52_TYPE;
1496: l_Per_Group1 GHR_API.Per_Group1_TYPE;
1497: l_Per_Group2 GHR_API.Per_Group2_TYPE;
1498: l_Per_scd_info GHR_API.Per_scd_info_TYPE;
1499: l_Per_retained_grade GHR_API.Per_retained_grade_TYPE;
1500: l_Per_probations GHR_API.Per_probations_TYPE;
1501: l_Per_sep_retire GHR_API.Per_sep_retire_TYPE;

Line 1498: l_Per_scd_info GHR_API.Per_scd_info_TYPE;

1494: l_Asg_detail_info GHR_API.asg_detail_info_type;-- Bug# 8653508
1495: l_Per_Sf52 GHR_API.Per_Sf52_TYPE;
1496: l_Per_Group1 GHR_API.Per_Group1_TYPE;
1497: l_Per_Group2 GHR_API.Per_Group2_TYPE;
1498: l_Per_scd_info GHR_API.Per_scd_info_TYPE;
1499: l_Per_retained_grade GHR_API.Per_retained_grade_TYPE;
1500: l_Per_probations GHR_API.Per_probations_TYPE;
1501: l_Per_sep_retire GHR_API.Per_sep_retire_TYPE;
1502: l_Per_security GHR_API.Per_security_TYPE;

Line 1499: l_Per_retained_grade GHR_API.Per_retained_grade_TYPE;

1495: l_Per_Sf52 GHR_API.Per_Sf52_TYPE;
1496: l_Per_Group1 GHR_API.Per_Group1_TYPE;
1497: l_Per_Group2 GHR_API.Per_Group2_TYPE;
1498: l_Per_scd_info GHR_API.Per_scd_info_TYPE;
1499: l_Per_retained_grade GHR_API.Per_retained_grade_TYPE;
1500: l_Per_probations GHR_API.Per_probations_TYPE;
1501: l_Per_sep_retire GHR_API.Per_sep_retire_TYPE;
1502: l_Per_security GHR_API.Per_security_TYPE;
1503: --Bug#4486823 RRR Changes

Line 1500: l_Per_probations GHR_API.Per_probations_TYPE;

1496: l_Per_Group1 GHR_API.Per_Group1_TYPE;
1497: l_Per_Group2 GHR_API.Per_Group2_TYPE;
1498: l_Per_scd_info GHR_API.Per_scd_info_TYPE;
1499: l_Per_retained_grade GHR_API.Per_retained_grade_TYPE;
1500: l_Per_probations GHR_API.Per_probations_TYPE;
1501: l_Per_sep_retire GHR_API.Per_sep_retire_TYPE;
1502: l_Per_security GHR_API.Per_security_TYPE;
1503: --Bug#4486823 RRR Changes
1504: l_per_service_oblig GHR_API.Per_service_oblig_TYPE;

Line 1501: l_Per_sep_retire GHR_API.Per_sep_retire_TYPE;

1497: l_Per_Group2 GHR_API.Per_Group2_TYPE;
1498: l_Per_scd_info GHR_API.Per_scd_info_TYPE;
1499: l_Per_retained_grade GHR_API.Per_retained_grade_TYPE;
1500: l_Per_probations GHR_API.Per_probations_TYPE;
1501: l_Per_sep_retire GHR_API.Per_sep_retire_TYPE;
1502: l_Per_security GHR_API.Per_security_TYPE;
1503: --Bug#4486823 RRR Changes
1504: l_per_service_oblig GHR_API.Per_service_oblig_TYPE;
1505: l_Per_conversions GHR_API.Per_conversions_TYPE;

Line 1502: l_Per_security GHR_API.Per_security_TYPE;

1498: l_Per_scd_info GHR_API.Per_scd_info_TYPE;
1499: l_Per_retained_grade GHR_API.Per_retained_grade_TYPE;
1500: l_Per_probations GHR_API.Per_probations_TYPE;
1501: l_Per_sep_retire GHR_API.Per_sep_retire_TYPE;
1502: l_Per_security GHR_API.Per_security_TYPE;
1503: --Bug#4486823 RRR Changes
1504: l_per_service_oblig GHR_API.Per_service_oblig_TYPE;
1505: l_Per_conversions GHR_API.Per_conversions_TYPE;
1506: l_per_race_ethnic_info ghr_api.per_race_ethnic_type; -- Race or National Origin changes

Line 1504: l_per_service_oblig GHR_API.Per_service_oblig_TYPE;

1500: l_Per_probations GHR_API.Per_probations_TYPE;
1501: l_Per_sep_retire GHR_API.Per_sep_retire_TYPE;
1502: l_Per_security GHR_API.Per_security_TYPE;
1503: --Bug#4486823 RRR Changes
1504: l_per_service_oblig GHR_API.Per_service_oblig_TYPE;
1505: l_Per_conversions GHR_API.Per_conversions_TYPE;
1506: l_per_race_ethnic_info ghr_api.per_race_ethnic_type; -- Race or National Origin changes
1507: -- BEN_EIT Changes
1508: l_per_benefit_info GHR_API.per_benefit_info_type;

Line 1505: l_Per_conversions GHR_API.Per_conversions_TYPE;

1501: l_Per_sep_retire GHR_API.Per_sep_retire_TYPE;
1502: l_Per_security GHR_API.Per_security_TYPE;
1503: --Bug#4486823 RRR Changes
1504: l_per_service_oblig GHR_API.Per_service_oblig_TYPE;
1505: l_Per_conversions GHR_API.Per_conversions_TYPE;
1506: l_per_race_ethnic_info ghr_api.per_race_ethnic_type; -- Race or National Origin changes
1507: -- BEN_EIT Changes
1508: l_per_benefit_info GHR_API.per_benefit_info_type;
1509: l_Per_uniformed_services GHR_API.Per_uniformed_services_TYPE;

Line 1506: l_per_race_ethnic_info ghr_api.per_race_ethnic_type; -- Race or National Origin changes

1502: l_Per_security GHR_API.Per_security_TYPE;
1503: --Bug#4486823 RRR Changes
1504: l_per_service_oblig GHR_API.Per_service_oblig_TYPE;
1505: l_Per_conversions GHR_API.Per_conversions_TYPE;
1506: l_per_race_ethnic_info ghr_api.per_race_ethnic_type; -- Race or National Origin changes
1507: -- BEN_EIT Changes
1508: l_per_benefit_info GHR_API.per_benefit_info_type;
1509: l_Per_uniformed_services GHR_API.Per_uniformed_services_TYPE;
1510: l_Pos_oblig GHR_API.Pos_oblig_TYPE;

Line 1508: l_per_benefit_info GHR_API.per_benefit_info_type;

1504: l_per_service_oblig GHR_API.Per_service_oblig_TYPE;
1505: l_Per_conversions GHR_API.Per_conversions_TYPE;
1506: l_per_race_ethnic_info ghr_api.per_race_ethnic_type; -- Race or National Origin changes
1507: -- BEN_EIT Changes
1508: l_per_benefit_info GHR_API.per_benefit_info_type;
1509: l_Per_uniformed_services GHR_API.Per_uniformed_services_TYPE;
1510: l_Pos_oblig GHR_API.Pos_oblig_TYPE;
1511: l_Pos_Grp2 GHR_API.Pos_Grp2_TYPE;
1512: l_Pos_Grp1 GHR_API.Pos_Grp1_TYPE;

Line 1509: l_Per_uniformed_services GHR_API.Per_uniformed_services_TYPE;

1505: l_Per_conversions GHR_API.Per_conversions_TYPE;
1506: l_per_race_ethnic_info ghr_api.per_race_ethnic_type; -- Race or National Origin changes
1507: -- BEN_EIT Changes
1508: l_per_benefit_info GHR_API.per_benefit_info_type;
1509: l_Per_uniformed_services GHR_API.Per_uniformed_services_TYPE;
1510: l_Pos_oblig GHR_API.Pos_oblig_TYPE;
1511: l_Pos_Grp2 GHR_API.Pos_Grp2_TYPE;
1512: l_Pos_Grp1 GHR_API.Pos_Grp1_TYPE;
1513: l_Pos_valid_grade GHR_API.Pos_valid_grade_TYPE;

Line 1510: l_Pos_oblig GHR_API.Pos_oblig_TYPE;

1506: l_per_race_ethnic_info ghr_api.per_race_ethnic_type; -- Race or National Origin changes
1507: -- BEN_EIT Changes
1508: l_per_benefit_info GHR_API.per_benefit_info_type;
1509: l_Per_uniformed_services GHR_API.Per_uniformed_services_TYPE;
1510: l_Pos_oblig GHR_API.Pos_oblig_TYPE;
1511: l_Pos_Grp2 GHR_API.Pos_Grp2_TYPE;
1512: l_Pos_Grp1 GHR_API.Pos_Grp1_TYPE;
1513: l_Pos_valid_grade GHR_API.Pos_valid_grade_TYPE;
1514: l_Pos_car_prog GHR_API.Pos_car_prog_TYPE;

Line 1511: l_Pos_Grp2 GHR_API.Pos_Grp2_TYPE;

1507: -- BEN_EIT Changes
1508: l_per_benefit_info GHR_API.per_benefit_info_type;
1509: l_Per_uniformed_services GHR_API.Per_uniformed_services_TYPE;
1510: l_Pos_oblig GHR_API.Pos_oblig_TYPE;
1511: l_Pos_Grp2 GHR_API.Pos_Grp2_TYPE;
1512: l_Pos_Grp1 GHR_API.Pos_Grp1_TYPE;
1513: l_Pos_valid_grade GHR_API.Pos_valid_grade_TYPE;
1514: l_Pos_car_prog GHR_API.Pos_car_prog_TYPE;
1515: l_Perf_appraisal ghr_api.performance_appraisal_type;

Line 1512: l_Pos_Grp1 GHR_API.Pos_Grp1_TYPE;

1508: l_per_benefit_info GHR_API.per_benefit_info_type;
1509: l_Per_uniformed_services GHR_API.Per_uniformed_services_TYPE;
1510: l_Pos_oblig GHR_API.Pos_oblig_TYPE;
1511: l_Pos_Grp2 GHR_API.Pos_Grp2_TYPE;
1512: l_Pos_Grp1 GHR_API.Pos_Grp1_TYPE;
1513: l_Pos_valid_grade GHR_API.Pos_valid_grade_TYPE;
1514: l_Pos_car_prog GHR_API.Pos_car_prog_TYPE;
1515: l_Perf_appraisal ghr_api.performance_appraisal_type;
1516: l_conduct_performance ghr_api.conduct_performance_type;

Line 1513: l_Pos_valid_grade GHR_API.Pos_valid_grade_TYPE;

1509: l_Per_uniformed_services GHR_API.Per_uniformed_services_TYPE;
1510: l_Pos_oblig GHR_API.Pos_oblig_TYPE;
1511: l_Pos_Grp2 GHR_API.Pos_Grp2_TYPE;
1512: l_Pos_Grp1 GHR_API.Pos_Grp1_TYPE;
1513: l_Pos_valid_grade GHR_API.Pos_valid_grade_TYPE;
1514: l_Pos_car_prog GHR_API.Pos_car_prog_TYPE;
1515: l_Perf_appraisal ghr_api.performance_appraisal_type;
1516: l_conduct_performance ghr_api.conduct_performance_type;
1517: l_Loc_Info GHR_API.Loc_Info_TYPE;

Line 1514: l_Pos_car_prog GHR_API.Pos_car_prog_TYPE;

1510: l_Pos_oblig GHR_API.Pos_oblig_TYPE;
1511: l_Pos_Grp2 GHR_API.Pos_Grp2_TYPE;
1512: l_Pos_Grp1 GHR_API.Pos_Grp1_TYPE;
1513: l_Pos_valid_grade GHR_API.Pos_valid_grade_TYPE;
1514: l_Pos_car_prog GHR_API.Pos_car_prog_TYPE;
1515: l_Perf_appraisal ghr_api.performance_appraisal_type;
1516: l_conduct_performance ghr_api.conduct_performance_type;
1517: l_Loc_Info GHR_API.Loc_Info_TYPE;
1518: l_generic_Extra_Info_Rec GHR_api.generic_Extra_Info_Rec_Type;

Line 1515: l_Perf_appraisal ghr_api.performance_appraisal_type;

1511: l_Pos_Grp2 GHR_API.Pos_Grp2_TYPE;
1512: l_Pos_Grp1 GHR_API.Pos_Grp1_TYPE;
1513: l_Pos_valid_grade GHR_API.Pos_valid_grade_TYPE;
1514: l_Pos_car_prog GHR_API.Pos_car_prog_TYPE;
1515: l_Perf_appraisal ghr_api.performance_appraisal_type;
1516: l_conduct_performance ghr_api.conduct_performance_type;
1517: l_Loc_Info GHR_API.Loc_Info_TYPE;
1518: l_generic_Extra_Info_Rec GHR_api.generic_Extra_Info_Rec_Type;
1519: l_par_term_retained_grade GHR_api.par_term_retained_grade_type;

Line 1516: l_conduct_performance ghr_api.conduct_performance_type;

1512: l_Pos_Grp1 GHR_API.Pos_Grp1_TYPE;
1513: l_Pos_valid_grade GHR_API.Pos_valid_grade_TYPE;
1514: l_Pos_car_prog GHR_API.Pos_car_prog_TYPE;
1515: l_Perf_appraisal ghr_api.performance_appraisal_type;
1516: l_conduct_performance ghr_api.conduct_performance_type;
1517: l_Loc_Info GHR_API.Loc_Info_TYPE;
1518: l_generic_Extra_Info_Rec GHR_api.generic_Extra_Info_Rec_Type;
1519: l_par_term_retained_grade GHR_api.par_term_retained_grade_type;
1520: ---for bug 3267632

Line 1517: l_Loc_Info GHR_API.Loc_Info_TYPE;

1513: l_Pos_valid_grade GHR_API.Pos_valid_grade_TYPE;
1514: l_Pos_car_prog GHR_API.Pos_car_prog_TYPE;
1515: l_Perf_appraisal ghr_api.performance_appraisal_type;
1516: l_conduct_performance ghr_api.conduct_performance_type;
1517: l_Loc_Info GHR_API.Loc_Info_TYPE;
1518: l_generic_Extra_Info_Rec GHR_api.generic_Extra_Info_Rec_Type;
1519: l_par_term_retained_grade GHR_api.par_term_retained_grade_type;
1520: ---for bug 3267632
1521: l_agency_code_transfer_to ghr_pa_requests.agency_code%type;

Line 1518: l_generic_Extra_Info_Rec GHR_api.generic_Extra_Info_Rec_Type;

1514: l_Pos_car_prog GHR_API.Pos_car_prog_TYPE;
1515: l_Perf_appraisal ghr_api.performance_appraisal_type;
1516: l_conduct_performance ghr_api.conduct_performance_type;
1517: l_Loc_Info GHR_API.Loc_Info_TYPE;
1518: l_generic_Extra_Info_Rec GHR_api.generic_Extra_Info_Rec_Type;
1519: l_par_term_retained_grade GHR_api.par_term_retained_grade_type;
1520: ---for bug 3267632
1521: l_agency_code_transfer_to ghr_pa_requests.agency_code%type;
1522: --

Line 1519: l_par_term_retained_grade GHR_api.par_term_retained_grade_type;

1515: l_Perf_appraisal ghr_api.performance_appraisal_type;
1516: l_conduct_performance ghr_api.conduct_performance_type;
1517: l_Loc_Info GHR_API.Loc_Info_TYPE;
1518: l_generic_Extra_Info_Rec GHR_api.generic_Extra_Info_Rec_Type;
1519: l_par_term_retained_grade GHR_api.par_term_retained_grade_type;
1520: ---for bug 3267632
1521: l_agency_code_transfer_to ghr_pa_requests.agency_code%type;
1522: --
1523: -- Bug 3390876

Line 5002: ,p_wgi in out nocopy ghr_api.within_grade_increase_type

4998: -- ********************************
4999: --
5000: Procedure Process_salary_Info
5001: (p_pa_request_rec in ghr_pa_requests%rowtype
5002: ,p_wgi in out nocopy ghr_api.within_grade_increase_type
5003: ,p_retention_allow_review in out nocopy ghr_api.retention_allow_review_type
5004: ,p_capped_other_pay in number default null
5005: ) is
5006:

Line 5003: ,p_retention_allow_review in out nocopy ghr_api.retention_allow_review_type

4999: --
5000: Procedure Process_salary_Info
5001: (p_pa_request_rec in ghr_pa_requests%rowtype
5002: ,p_wgi in out nocopy ghr_api.within_grade_increase_type
5003: ,p_retention_allow_review in out nocopy ghr_api.retention_allow_review_type
5004: ,p_capped_other_pay in number default null
5005: ) is
5006:
5007: l_proc varchar2(70) := 'Process_salary_info';

Line 5085: l_wgi ghr_api.within_grade_increase_type;

5081: pei_information9
5082: from per_people_extra_info
5083: where person_extra_info_id = l_retained_grade_rec.person_extra_info_id;
5084:
5085: l_wgi ghr_api.within_grade_increase_type;
5086: l_retention_allow_review ghr_api.retention_allow_review_type;
5087:
5088:
5089: CURSOR cur_temp_step

Line 5086: l_retention_allow_review ghr_api.retention_allow_review_type;

5082: from per_people_extra_info
5083: where person_extra_info_id = l_retained_grade_rec.person_extra_info_id;
5084:
5085: l_wgi ghr_api.within_grade_increase_type;
5086: l_retention_allow_review ghr_api.retention_allow_review_type;
5087:
5088:
5089: CURSOR cur_temp_step
5090: IS

Line 6064: ghr_api.retrieve_element_entry_value (p_element_name => 'Retention Allowance'

6060:
6061: hr_utility.trace('Pradeep l_session.noa_id_correct:'||l_session.noa_id_correct);
6062: IF l_session.noa_id_correct is null THEN
6063:
6064: ghr_api.retrieve_element_entry_value (p_element_name => 'Retention Allowance'
6065: ,p_input_value_name => 'Amount'
6066: ,p_assignment_id => p_pa_request_rec.employee_assignment_id
6067: ,p_effective_date => l_effective_date
6068: ,p_value => l_retention_allowance

Line 6782: ,p_recruitment_bonus in out nocopy ghr_api.recruitment_bonus_type

6778: -- ********************************
6779: --
6780: Procedure Process_non_salary_Info
6781: (p_pa_request_rec in ghr_pa_requests%rowtype
6782: ,p_recruitment_bonus in out nocopy ghr_api.recruitment_bonus_type
6783: ,p_relocation_bonus in out nocopy ghr_api.relocation_bonus_type
6784: ,p_student_loan_repay in out nocopy ghr_api.student_loan_repay_type
6785: --Pradeep
6786: ,p_mddds_special_pay in out nocopy ghr_api.mddds_special_pay_type

Line 6783: ,p_relocation_bonus in out nocopy ghr_api.relocation_bonus_type

6779: --
6780: Procedure Process_non_salary_Info
6781: (p_pa_request_rec in ghr_pa_requests%rowtype
6782: ,p_recruitment_bonus in out nocopy ghr_api.recruitment_bonus_type
6783: ,p_relocation_bonus in out nocopy ghr_api.relocation_bonus_type
6784: ,p_student_loan_repay in out nocopy ghr_api.student_loan_repay_type
6785: --Pradeep
6786: ,p_mddds_special_pay in out nocopy ghr_api.mddds_special_pay_type
6787: ,p_premium_pay_ind in out nocopy ghr_api.premium_pay_ind_type

Line 6784: ,p_student_loan_repay in out nocopy ghr_api.student_loan_repay_type

6780: Procedure Process_non_salary_Info
6781: (p_pa_request_rec in ghr_pa_requests%rowtype
6782: ,p_recruitment_bonus in out nocopy ghr_api.recruitment_bonus_type
6783: ,p_relocation_bonus in out nocopy ghr_api.relocation_bonus_type
6784: ,p_student_loan_repay in out nocopy ghr_api.student_loan_repay_type
6785: --Pradeep
6786: ,p_mddds_special_pay in out nocopy ghr_api.mddds_special_pay_type
6787: ,p_premium_pay_ind in out nocopy ghr_api.premium_pay_ind_type
6788: ,p_gov_award in out nocopy ghr_api.government_awards_type

Line 6786: ,p_mddds_special_pay in out nocopy ghr_api.mddds_special_pay_type

6782: ,p_recruitment_bonus in out nocopy ghr_api.recruitment_bonus_type
6783: ,p_relocation_bonus in out nocopy ghr_api.relocation_bonus_type
6784: ,p_student_loan_repay in out nocopy ghr_api.student_loan_repay_type
6785: --Pradeep
6786: ,p_mddds_special_pay in out nocopy ghr_api.mddds_special_pay_type
6787: ,p_premium_pay_ind in out nocopy ghr_api.premium_pay_ind_type
6788: ,p_gov_award in out nocopy ghr_api.government_awards_type
6789: ,p_entitlement in out nocopy ghr_api.entitlement_type
6790: -- Bug#2759379 Added FEGLI parameter

Line 6787: ,p_premium_pay_ind in out nocopy ghr_api.premium_pay_ind_type

6783: ,p_relocation_bonus in out nocopy ghr_api.relocation_bonus_type
6784: ,p_student_loan_repay in out nocopy ghr_api.student_loan_repay_type
6785: --Pradeep
6786: ,p_mddds_special_pay in out nocopy ghr_api.mddds_special_pay_type
6787: ,p_premium_pay_ind in out nocopy ghr_api.premium_pay_ind_type
6788: ,p_gov_award in out nocopy ghr_api.government_awards_type
6789: ,p_entitlement in out nocopy ghr_api.entitlement_type
6790: -- Bug#2759379 Added FEGLI parameter
6791: ,p_fegli in out nocopy ghr_api.fegli_type

Line 6788: ,p_gov_award in out nocopy ghr_api.government_awards_type

6784: ,p_student_loan_repay in out nocopy ghr_api.student_loan_repay_type
6785: --Pradeep
6786: ,p_mddds_special_pay in out nocopy ghr_api.mddds_special_pay_type
6787: ,p_premium_pay_ind in out nocopy ghr_api.premium_pay_ind_type
6788: ,p_gov_award in out nocopy ghr_api.government_awards_type
6789: ,p_entitlement in out nocopy ghr_api.entitlement_type
6790: -- Bug#2759379 Added FEGLI parameter
6791: ,p_fegli in out nocopy ghr_api.fegli_type
6792: ,p_foreign_lang_prof_pay in out nocopy ghr_api.foreign_lang_prof_pay_type

Line 6789: ,p_entitlement in out nocopy ghr_api.entitlement_type

6785: --Pradeep
6786: ,p_mddds_special_pay in out nocopy ghr_api.mddds_special_pay_type
6787: ,p_premium_pay_ind in out nocopy ghr_api.premium_pay_ind_type
6788: ,p_gov_award in out nocopy ghr_api.government_awards_type
6789: ,p_entitlement in out nocopy ghr_api.entitlement_type
6790: -- Bug#2759379 Added FEGLI parameter
6791: ,p_fegli in out nocopy ghr_api.fegli_type
6792: ,p_foreign_lang_prof_pay in out nocopy ghr_api.foreign_lang_prof_pay_type
6793: -- Bug# 3385386 Added FTA parameter

Line 6791: ,p_fegli in out nocopy ghr_api.fegli_type

6787: ,p_premium_pay_ind in out nocopy ghr_api.premium_pay_ind_type
6788: ,p_gov_award in out nocopy ghr_api.government_awards_type
6789: ,p_entitlement in out nocopy ghr_api.entitlement_type
6790: -- Bug#2759379 Added FEGLI parameter
6791: ,p_fegli in out nocopy ghr_api.fegli_type
6792: ,p_foreign_lang_prof_pay in out nocopy ghr_api.foreign_lang_prof_pay_type
6793: -- Bug# 3385386 Added FTA parameter
6794: ,p_fta in out nocopy ghr_api.fta_type
6795: ,p_edp_pay in out nocopy ghr_api.edp_pay_type

Line 6792: ,p_foreign_lang_prof_pay in out nocopy ghr_api.foreign_lang_prof_pay_type

6788: ,p_gov_award in out nocopy ghr_api.government_awards_type
6789: ,p_entitlement in out nocopy ghr_api.entitlement_type
6790: -- Bug#2759379 Added FEGLI parameter
6791: ,p_fegli in out nocopy ghr_api.fegli_type
6792: ,p_foreign_lang_prof_pay in out nocopy ghr_api.foreign_lang_prof_pay_type
6793: -- Bug# 3385386 Added FTA parameter
6794: ,p_fta in out nocopy ghr_api.fta_type
6795: ,p_edp_pay in out nocopy ghr_api.edp_pay_type
6796: ,p_hazard_pay in out nocopy ghr_api.hazard_pay_type

Line 6794: ,p_fta in out nocopy ghr_api.fta_type

6790: -- Bug#2759379 Added FEGLI parameter
6791: ,p_fegli in out nocopy ghr_api.fegli_type
6792: ,p_foreign_lang_prof_pay in out nocopy ghr_api.foreign_lang_prof_pay_type
6793: -- Bug# 3385386 Added FTA parameter
6794: ,p_fta in out nocopy ghr_api.fta_type
6795: ,p_edp_pay in out nocopy ghr_api.edp_pay_type
6796: ,p_hazard_pay in out nocopy ghr_api.hazard_pay_type
6797: ,p_health_benefits in out nocopy ghr_api.health_benefits_type
6798: ,p_danger_pay in out nocopy ghr_api.danger_pay_type

Line 6795: ,p_edp_pay in out nocopy ghr_api.edp_pay_type

6791: ,p_fegli in out nocopy ghr_api.fegli_type
6792: ,p_foreign_lang_prof_pay in out nocopy ghr_api.foreign_lang_prof_pay_type
6793: -- Bug# 3385386 Added FTA parameter
6794: ,p_fta in out nocopy ghr_api.fta_type
6795: ,p_edp_pay in out nocopy ghr_api.edp_pay_type
6796: ,p_hazard_pay in out nocopy ghr_api.hazard_pay_type
6797: ,p_health_benefits in out nocopy ghr_api.health_benefits_type
6798: ,p_danger_pay in out nocopy ghr_api.danger_pay_type
6799: ,p_imminent_danger_pay in out nocopy ghr_api.imminent_danger_pay_type

Line 6796: ,p_hazard_pay in out nocopy ghr_api.hazard_pay_type

6792: ,p_foreign_lang_prof_pay in out nocopy ghr_api.foreign_lang_prof_pay_type
6793: -- Bug# 3385386 Added FTA parameter
6794: ,p_fta in out nocopy ghr_api.fta_type
6795: ,p_edp_pay in out nocopy ghr_api.edp_pay_type
6796: ,p_hazard_pay in out nocopy ghr_api.hazard_pay_type
6797: ,p_health_benefits in out nocopy ghr_api.health_benefits_type
6798: ,p_danger_pay in out nocopy ghr_api.danger_pay_type
6799: ,p_imminent_danger_pay in out nocopy ghr_api.imminent_danger_pay_type
6800: ,p_living_quarters_allow in out nocopy ghr_api.living_quarters_allow_type

Line 6797: ,p_health_benefits in out nocopy ghr_api.health_benefits_type

6793: -- Bug# 3385386 Added FTA parameter
6794: ,p_fta in out nocopy ghr_api.fta_type
6795: ,p_edp_pay in out nocopy ghr_api.edp_pay_type
6796: ,p_hazard_pay in out nocopy ghr_api.hazard_pay_type
6797: ,p_health_benefits in out nocopy ghr_api.health_benefits_type
6798: ,p_danger_pay in out nocopy ghr_api.danger_pay_type
6799: ,p_imminent_danger_pay in out nocopy ghr_api.imminent_danger_pay_type
6800: ,p_living_quarters_allow in out nocopy ghr_api.living_quarters_allow_type
6801: ,p_post_diff_amt in out nocopy ghr_api.post_diff_amt_type

Line 6798: ,p_danger_pay in out nocopy ghr_api.danger_pay_type

6794: ,p_fta in out nocopy ghr_api.fta_type
6795: ,p_edp_pay in out nocopy ghr_api.edp_pay_type
6796: ,p_hazard_pay in out nocopy ghr_api.hazard_pay_type
6797: ,p_health_benefits in out nocopy ghr_api.health_benefits_type
6798: ,p_danger_pay in out nocopy ghr_api.danger_pay_type
6799: ,p_imminent_danger_pay in out nocopy ghr_api.imminent_danger_pay_type
6800: ,p_living_quarters_allow in out nocopy ghr_api.living_quarters_allow_type
6801: ,p_post_diff_amt in out nocopy ghr_api.post_diff_amt_type
6802: ,p_post_diff_percent in out nocopy ghr_api.post_diff_percent_type

Line 6799: ,p_imminent_danger_pay in out nocopy ghr_api.imminent_danger_pay_type

6795: ,p_edp_pay in out nocopy ghr_api.edp_pay_type
6796: ,p_hazard_pay in out nocopy ghr_api.hazard_pay_type
6797: ,p_health_benefits in out nocopy ghr_api.health_benefits_type
6798: ,p_danger_pay in out nocopy ghr_api.danger_pay_type
6799: ,p_imminent_danger_pay in out nocopy ghr_api.imminent_danger_pay_type
6800: ,p_living_quarters_allow in out nocopy ghr_api.living_quarters_allow_type
6801: ,p_post_diff_amt in out nocopy ghr_api.post_diff_amt_type
6802: ,p_post_diff_percent in out nocopy ghr_api.post_diff_percent_type
6803: ,p_sep_maintenance_allow in out nocopy ghr_api.sep_maintenance_allow_type

Line 6800: ,p_living_quarters_allow in out nocopy ghr_api.living_quarters_allow_type

6796: ,p_hazard_pay in out nocopy ghr_api.hazard_pay_type
6797: ,p_health_benefits in out nocopy ghr_api.health_benefits_type
6798: ,p_danger_pay in out nocopy ghr_api.danger_pay_type
6799: ,p_imminent_danger_pay in out nocopy ghr_api.imminent_danger_pay_type
6800: ,p_living_quarters_allow in out nocopy ghr_api.living_quarters_allow_type
6801: ,p_post_diff_amt in out nocopy ghr_api.post_diff_amt_type
6802: ,p_post_diff_percent in out nocopy ghr_api.post_diff_percent_type
6803: ,p_sep_maintenance_allow in out nocopy ghr_api.sep_maintenance_allow_type
6804: ,p_supplemental_post_allow in out nocopy ghr_api.supplemental_post_allow_type

Line 6801: ,p_post_diff_amt in out nocopy ghr_api.post_diff_amt_type

6797: ,p_health_benefits in out nocopy ghr_api.health_benefits_type
6798: ,p_danger_pay in out nocopy ghr_api.danger_pay_type
6799: ,p_imminent_danger_pay in out nocopy ghr_api.imminent_danger_pay_type
6800: ,p_living_quarters_allow in out nocopy ghr_api.living_quarters_allow_type
6801: ,p_post_diff_amt in out nocopy ghr_api.post_diff_amt_type
6802: ,p_post_diff_percent in out nocopy ghr_api.post_diff_percent_type
6803: ,p_sep_maintenance_allow in out nocopy ghr_api.sep_maintenance_allow_type
6804: ,p_supplemental_post_allow in out nocopy ghr_api.supplemental_post_allow_type
6805: ,p_temp_lodge_allow in out nocopy ghr_api.temp_lodge_allow_type

Line 6802: ,p_post_diff_percent in out nocopy ghr_api.post_diff_percent_type

6798: ,p_danger_pay in out nocopy ghr_api.danger_pay_type
6799: ,p_imminent_danger_pay in out nocopy ghr_api.imminent_danger_pay_type
6800: ,p_living_quarters_allow in out nocopy ghr_api.living_quarters_allow_type
6801: ,p_post_diff_amt in out nocopy ghr_api.post_diff_amt_type
6802: ,p_post_diff_percent in out nocopy ghr_api.post_diff_percent_type
6803: ,p_sep_maintenance_allow in out nocopy ghr_api.sep_maintenance_allow_type
6804: ,p_supplemental_post_allow in out nocopy ghr_api.supplemental_post_allow_type
6805: ,p_temp_lodge_allow in out nocopy ghr_api.temp_lodge_allow_type
6806: ,p_premium_pay in out nocopy ghr_api.premium_pay_type

Line 6803: ,p_sep_maintenance_allow in out nocopy ghr_api.sep_maintenance_allow_type

6799: ,p_imminent_danger_pay in out nocopy ghr_api.imminent_danger_pay_type
6800: ,p_living_quarters_allow in out nocopy ghr_api.living_quarters_allow_type
6801: ,p_post_diff_amt in out nocopy ghr_api.post_diff_amt_type
6802: ,p_post_diff_percent in out nocopy ghr_api.post_diff_percent_type
6803: ,p_sep_maintenance_allow in out nocopy ghr_api.sep_maintenance_allow_type
6804: ,p_supplemental_post_allow in out nocopy ghr_api.supplemental_post_allow_type
6805: ,p_temp_lodge_allow in out nocopy ghr_api.temp_lodge_allow_type
6806: ,p_premium_pay in out nocopy ghr_api.premium_pay_type
6807: ,p_retirement_annuity in out nocopy ghr_api.retirement_annuity_type

Line 6804: ,p_supplemental_post_allow in out nocopy ghr_api.supplemental_post_allow_type

6800: ,p_living_quarters_allow in out nocopy ghr_api.living_quarters_allow_type
6801: ,p_post_diff_amt in out nocopy ghr_api.post_diff_amt_type
6802: ,p_post_diff_percent in out nocopy ghr_api.post_diff_percent_type
6803: ,p_sep_maintenance_allow in out nocopy ghr_api.sep_maintenance_allow_type
6804: ,p_supplemental_post_allow in out nocopy ghr_api.supplemental_post_allow_type
6805: ,p_temp_lodge_allow in out nocopy ghr_api.temp_lodge_allow_type
6806: ,p_premium_pay in out nocopy ghr_api.premium_pay_type
6807: ,p_retirement_annuity in out nocopy ghr_api.retirement_annuity_type
6808: ,p_severance_pay in out nocopy ghr_api.severance_pay_type

Line 6805: ,p_temp_lodge_allow in out nocopy ghr_api.temp_lodge_allow_type

6801: ,p_post_diff_amt in out nocopy ghr_api.post_diff_amt_type
6802: ,p_post_diff_percent in out nocopy ghr_api.post_diff_percent_type
6803: ,p_sep_maintenance_allow in out nocopy ghr_api.sep_maintenance_allow_type
6804: ,p_supplemental_post_allow in out nocopy ghr_api.supplemental_post_allow_type
6805: ,p_temp_lodge_allow in out nocopy ghr_api.temp_lodge_allow_type
6806: ,p_premium_pay in out nocopy ghr_api.premium_pay_type
6807: ,p_retirement_annuity in out nocopy ghr_api.retirement_annuity_type
6808: ,p_severance_pay in out nocopy ghr_api.severance_pay_type
6809: ,p_thrift_saving_plan in out nocopy ghr_api.thrift_saving_plan

Line 6806: ,p_premium_pay in out nocopy ghr_api.premium_pay_type

6802: ,p_post_diff_percent in out nocopy ghr_api.post_diff_percent_type
6803: ,p_sep_maintenance_allow in out nocopy ghr_api.sep_maintenance_allow_type
6804: ,p_supplemental_post_allow in out nocopy ghr_api.supplemental_post_allow_type
6805: ,p_temp_lodge_allow in out nocopy ghr_api.temp_lodge_allow_type
6806: ,p_premium_pay in out nocopy ghr_api.premium_pay_type
6807: ,p_retirement_annuity in out nocopy ghr_api.retirement_annuity_type
6808: ,p_severance_pay in out nocopy ghr_api.severance_pay_type
6809: ,p_thrift_saving_plan in out nocopy ghr_api.thrift_saving_plan
6810: ,p_health_ben_pre_tax in out nocopy ghr_api.health_ben_pre_tax_type

Line 6807: ,p_retirement_annuity in out nocopy ghr_api.retirement_annuity_type

6803: ,p_sep_maintenance_allow in out nocopy ghr_api.sep_maintenance_allow_type
6804: ,p_supplemental_post_allow in out nocopy ghr_api.supplemental_post_allow_type
6805: ,p_temp_lodge_allow in out nocopy ghr_api.temp_lodge_allow_type
6806: ,p_premium_pay in out nocopy ghr_api.premium_pay_type
6807: ,p_retirement_annuity in out nocopy ghr_api.retirement_annuity_type
6808: ,p_severance_pay in out nocopy ghr_api.severance_pay_type
6809: ,p_thrift_saving_plan in out nocopy ghr_api.thrift_saving_plan
6810: ,p_health_ben_pre_tax in out nocopy ghr_api.health_ben_pre_tax_type
6811: --Bug # 13571004

Line 6808: ,p_severance_pay in out nocopy ghr_api.severance_pay_type

6804: ,p_supplemental_post_allow in out nocopy ghr_api.supplemental_post_allow_type
6805: ,p_temp_lodge_allow in out nocopy ghr_api.temp_lodge_allow_type
6806: ,p_premium_pay in out nocopy ghr_api.premium_pay_type
6807: ,p_retirement_annuity in out nocopy ghr_api.retirement_annuity_type
6808: ,p_severance_pay in out nocopy ghr_api.severance_pay_type
6809: ,p_thrift_saving_plan in out nocopy ghr_api.thrift_saving_plan
6810: ,p_health_ben_pre_tax in out nocopy ghr_api.health_ben_pre_tax_type
6811: --Bug # 13571004
6812: ,p_tsp_roth in out nocopy ghr_api.tsp_roth_type

Line 6809: ,p_thrift_saving_plan in out nocopy ghr_api.thrift_saving_plan

6805: ,p_temp_lodge_allow in out nocopy ghr_api.temp_lodge_allow_type
6806: ,p_premium_pay in out nocopy ghr_api.premium_pay_type
6807: ,p_retirement_annuity in out nocopy ghr_api.retirement_annuity_type
6808: ,p_severance_pay in out nocopy ghr_api.severance_pay_type
6809: ,p_thrift_saving_plan in out nocopy ghr_api.thrift_saving_plan
6810: ,p_health_ben_pre_tax in out nocopy ghr_api.health_ben_pre_tax_type
6811: --Bug # 13571004
6812: ,p_tsp_roth in out nocopy ghr_api.tsp_roth_type
6813: ) is

Line 6810: ,p_health_ben_pre_tax in out nocopy ghr_api.health_ben_pre_tax_type

6806: ,p_premium_pay in out nocopy ghr_api.premium_pay_type
6807: ,p_retirement_annuity in out nocopy ghr_api.retirement_annuity_type
6808: ,p_severance_pay in out nocopy ghr_api.severance_pay_type
6809: ,p_thrift_saving_plan in out nocopy ghr_api.thrift_saving_plan
6810: ,p_health_ben_pre_tax in out nocopy ghr_api.health_ben_pre_tax_type
6811: --Bug # 13571004
6812: ,p_tsp_roth in out nocopy ghr_api.tsp_roth_type
6813: ) is
6814:

Line 6812: ,p_tsp_roth in out nocopy ghr_api.tsp_roth_type

6808: ,p_severance_pay in out nocopy ghr_api.severance_pay_type
6809: ,p_thrift_saving_plan in out nocopy ghr_api.thrift_saving_plan
6810: ,p_health_ben_pre_tax in out nocopy ghr_api.health_ben_pre_tax_type
6811: --Bug # 13571004
6812: ,p_tsp_roth in out nocopy ghr_api.tsp_roth_type
6813: ) is
6814:
6815: l_proc varchar2(70) := 'Process_Non_salary_info';
6816: l_warning boolean;

Line 6820: l_recruitment_bonus ghr_api.recruitment_bonus_type;

6816: l_warning boolean;
6817: l_effective_date date;
6818: --
6819: -- No copy Changes.
6820: l_recruitment_bonus ghr_api.recruitment_bonus_type;
6821: l_relocation_bonus ghr_api.relocation_bonus_type;
6822: l_gov_award ghr_api.government_awards_type;
6823: l_entitlement ghr_api.entitlement_type;
6824: l_foreign_lang_prof_pay ghr_api.foreign_lang_prof_pay_type;

Line 6821: l_relocation_bonus ghr_api.relocation_bonus_type;

6817: l_effective_date date;
6818: --
6819: -- No copy Changes.
6820: l_recruitment_bonus ghr_api.recruitment_bonus_type;
6821: l_relocation_bonus ghr_api.relocation_bonus_type;
6822: l_gov_award ghr_api.government_awards_type;
6823: l_entitlement ghr_api.entitlement_type;
6824: l_foreign_lang_prof_pay ghr_api.foreign_lang_prof_pay_type;
6825: -- Bug# 3385386 Added l_fta variable

Line 6822: l_gov_award ghr_api.government_awards_type;

6818: --
6819: -- No copy Changes.
6820: l_recruitment_bonus ghr_api.recruitment_bonus_type;
6821: l_relocation_bonus ghr_api.relocation_bonus_type;
6822: l_gov_award ghr_api.government_awards_type;
6823: l_entitlement ghr_api.entitlement_type;
6824: l_foreign_lang_prof_pay ghr_api.foreign_lang_prof_pay_type;
6825: -- Bug# 3385386 Added l_fta variable
6826: l_fta ghr_api.fta_type;

Line 6823: l_entitlement ghr_api.entitlement_type;

6819: -- No copy Changes.
6820: l_recruitment_bonus ghr_api.recruitment_bonus_type;
6821: l_relocation_bonus ghr_api.relocation_bonus_type;
6822: l_gov_award ghr_api.government_awards_type;
6823: l_entitlement ghr_api.entitlement_type;
6824: l_foreign_lang_prof_pay ghr_api.foreign_lang_prof_pay_type;
6825: -- Bug# 3385386 Added l_fta variable
6826: l_fta ghr_api.fta_type;
6827: l_edp_pay ghr_api.edp_pay_type;

Line 6824: l_foreign_lang_prof_pay ghr_api.foreign_lang_prof_pay_type;

6820: l_recruitment_bonus ghr_api.recruitment_bonus_type;
6821: l_relocation_bonus ghr_api.relocation_bonus_type;
6822: l_gov_award ghr_api.government_awards_type;
6823: l_entitlement ghr_api.entitlement_type;
6824: l_foreign_lang_prof_pay ghr_api.foreign_lang_prof_pay_type;
6825: -- Bug# 3385386 Added l_fta variable
6826: l_fta ghr_api.fta_type;
6827: l_edp_pay ghr_api.edp_pay_type;
6828: l_hazard_pay ghr_api.hazard_pay_type;

Line 6826: l_fta ghr_api.fta_type;

6822: l_gov_award ghr_api.government_awards_type;
6823: l_entitlement ghr_api.entitlement_type;
6824: l_foreign_lang_prof_pay ghr_api.foreign_lang_prof_pay_type;
6825: -- Bug# 3385386 Added l_fta variable
6826: l_fta ghr_api.fta_type;
6827: l_edp_pay ghr_api.edp_pay_type;
6828: l_hazard_pay ghr_api.hazard_pay_type;
6829: l_health_benefits ghr_api.health_benefits_type;
6830: l_danger_pay ghr_api.danger_pay_type;

Line 6827: l_edp_pay ghr_api.edp_pay_type;

6823: l_entitlement ghr_api.entitlement_type;
6824: l_foreign_lang_prof_pay ghr_api.foreign_lang_prof_pay_type;
6825: -- Bug# 3385386 Added l_fta variable
6826: l_fta ghr_api.fta_type;
6827: l_edp_pay ghr_api.edp_pay_type;
6828: l_hazard_pay ghr_api.hazard_pay_type;
6829: l_health_benefits ghr_api.health_benefits_type;
6830: l_danger_pay ghr_api.danger_pay_type;
6831: l_imminent_danger_pay ghr_api.imminent_danger_pay_type;

Line 6828: l_hazard_pay ghr_api.hazard_pay_type;

6824: l_foreign_lang_prof_pay ghr_api.foreign_lang_prof_pay_type;
6825: -- Bug# 3385386 Added l_fta variable
6826: l_fta ghr_api.fta_type;
6827: l_edp_pay ghr_api.edp_pay_type;
6828: l_hazard_pay ghr_api.hazard_pay_type;
6829: l_health_benefits ghr_api.health_benefits_type;
6830: l_danger_pay ghr_api.danger_pay_type;
6831: l_imminent_danger_pay ghr_api.imminent_danger_pay_type;
6832: l_living_quarters_allow ghr_api.living_quarters_allow_type;

Line 6829: l_health_benefits ghr_api.health_benefits_type;

6825: -- Bug# 3385386 Added l_fta variable
6826: l_fta ghr_api.fta_type;
6827: l_edp_pay ghr_api.edp_pay_type;
6828: l_hazard_pay ghr_api.hazard_pay_type;
6829: l_health_benefits ghr_api.health_benefits_type;
6830: l_danger_pay ghr_api.danger_pay_type;
6831: l_imminent_danger_pay ghr_api.imminent_danger_pay_type;
6832: l_living_quarters_allow ghr_api.living_quarters_allow_type;
6833: l_post_diff_amt ghr_api.post_diff_amt_type;

Line 6830: l_danger_pay ghr_api.danger_pay_type;

6826: l_fta ghr_api.fta_type;
6827: l_edp_pay ghr_api.edp_pay_type;
6828: l_hazard_pay ghr_api.hazard_pay_type;
6829: l_health_benefits ghr_api.health_benefits_type;
6830: l_danger_pay ghr_api.danger_pay_type;
6831: l_imminent_danger_pay ghr_api.imminent_danger_pay_type;
6832: l_living_quarters_allow ghr_api.living_quarters_allow_type;
6833: l_post_diff_amt ghr_api.post_diff_amt_type;
6834: l_post_diff_percent ghr_api.post_diff_percent_type;

Line 6831: l_imminent_danger_pay ghr_api.imminent_danger_pay_type;

6827: l_edp_pay ghr_api.edp_pay_type;
6828: l_hazard_pay ghr_api.hazard_pay_type;
6829: l_health_benefits ghr_api.health_benefits_type;
6830: l_danger_pay ghr_api.danger_pay_type;
6831: l_imminent_danger_pay ghr_api.imminent_danger_pay_type;
6832: l_living_quarters_allow ghr_api.living_quarters_allow_type;
6833: l_post_diff_amt ghr_api.post_diff_amt_type;
6834: l_post_diff_percent ghr_api.post_diff_percent_type;
6835: l_sep_maintenance_allow ghr_api.sep_maintenance_allow_type;

Line 6832: l_living_quarters_allow ghr_api.living_quarters_allow_type;

6828: l_hazard_pay ghr_api.hazard_pay_type;
6829: l_health_benefits ghr_api.health_benefits_type;
6830: l_danger_pay ghr_api.danger_pay_type;
6831: l_imminent_danger_pay ghr_api.imminent_danger_pay_type;
6832: l_living_quarters_allow ghr_api.living_quarters_allow_type;
6833: l_post_diff_amt ghr_api.post_diff_amt_type;
6834: l_post_diff_percent ghr_api.post_diff_percent_type;
6835: l_sep_maintenance_allow ghr_api.sep_maintenance_allow_type;
6836: l_supplemental_post_allow ghr_api.supplemental_post_allow_type;

Line 6833: l_post_diff_amt ghr_api.post_diff_amt_type;

6829: l_health_benefits ghr_api.health_benefits_type;
6830: l_danger_pay ghr_api.danger_pay_type;
6831: l_imminent_danger_pay ghr_api.imminent_danger_pay_type;
6832: l_living_quarters_allow ghr_api.living_quarters_allow_type;
6833: l_post_diff_amt ghr_api.post_diff_amt_type;
6834: l_post_diff_percent ghr_api.post_diff_percent_type;
6835: l_sep_maintenance_allow ghr_api.sep_maintenance_allow_type;
6836: l_supplemental_post_allow ghr_api.supplemental_post_allow_type;
6837: l_temp_lodge_allow ghr_api.temp_lodge_allow_type;

Line 6834: l_post_diff_percent ghr_api.post_diff_percent_type;

6830: l_danger_pay ghr_api.danger_pay_type;
6831: l_imminent_danger_pay ghr_api.imminent_danger_pay_type;
6832: l_living_quarters_allow ghr_api.living_quarters_allow_type;
6833: l_post_diff_amt ghr_api.post_diff_amt_type;
6834: l_post_diff_percent ghr_api.post_diff_percent_type;
6835: l_sep_maintenance_allow ghr_api.sep_maintenance_allow_type;
6836: l_supplemental_post_allow ghr_api.supplemental_post_allow_type;
6837: l_temp_lodge_allow ghr_api.temp_lodge_allow_type;
6838: l_premium_pay ghr_api.premium_pay_type;

Line 6835: l_sep_maintenance_allow ghr_api.sep_maintenance_allow_type;

6831: l_imminent_danger_pay ghr_api.imminent_danger_pay_type;
6832: l_living_quarters_allow ghr_api.living_quarters_allow_type;
6833: l_post_diff_amt ghr_api.post_diff_amt_type;
6834: l_post_diff_percent ghr_api.post_diff_percent_type;
6835: l_sep_maintenance_allow ghr_api.sep_maintenance_allow_type;
6836: l_supplemental_post_allow ghr_api.supplemental_post_allow_type;
6837: l_temp_lodge_allow ghr_api.temp_lodge_allow_type;
6838: l_premium_pay ghr_api.premium_pay_type;
6839: l_retirement_annuity ghr_api.retirement_annuity_type;

Line 6836: l_supplemental_post_allow ghr_api.supplemental_post_allow_type;

6832: l_living_quarters_allow ghr_api.living_quarters_allow_type;
6833: l_post_diff_amt ghr_api.post_diff_amt_type;
6834: l_post_diff_percent ghr_api.post_diff_percent_type;
6835: l_sep_maintenance_allow ghr_api.sep_maintenance_allow_type;
6836: l_supplemental_post_allow ghr_api.supplemental_post_allow_type;
6837: l_temp_lodge_allow ghr_api.temp_lodge_allow_type;
6838: l_premium_pay ghr_api.premium_pay_type;
6839: l_retirement_annuity ghr_api.retirement_annuity_type;
6840: l_severance_pay ghr_api.severance_pay_type;

Line 6837: l_temp_lodge_allow ghr_api.temp_lodge_allow_type;

6833: l_post_diff_amt ghr_api.post_diff_amt_type;
6834: l_post_diff_percent ghr_api.post_diff_percent_type;
6835: l_sep_maintenance_allow ghr_api.sep_maintenance_allow_type;
6836: l_supplemental_post_allow ghr_api.supplemental_post_allow_type;
6837: l_temp_lodge_allow ghr_api.temp_lodge_allow_type;
6838: l_premium_pay ghr_api.premium_pay_type;
6839: l_retirement_annuity ghr_api.retirement_annuity_type;
6840: l_severance_pay ghr_api.severance_pay_type;
6841: l_thrift_saving_plan ghr_api.thrift_saving_plan;

Line 6838: l_premium_pay ghr_api.premium_pay_type;

6834: l_post_diff_percent ghr_api.post_diff_percent_type;
6835: l_sep_maintenance_allow ghr_api.sep_maintenance_allow_type;
6836: l_supplemental_post_allow ghr_api.supplemental_post_allow_type;
6837: l_temp_lodge_allow ghr_api.temp_lodge_allow_type;
6838: l_premium_pay ghr_api.premium_pay_type;
6839: l_retirement_annuity ghr_api.retirement_annuity_type;
6840: l_severance_pay ghr_api.severance_pay_type;
6841: l_thrift_saving_plan ghr_api.thrift_saving_plan;
6842: l_health_ben_pre_tax ghr_api.health_ben_pre_tax_type;

Line 6839: l_retirement_annuity ghr_api.retirement_annuity_type;

6835: l_sep_maintenance_allow ghr_api.sep_maintenance_allow_type;
6836: l_supplemental_post_allow ghr_api.supplemental_post_allow_type;
6837: l_temp_lodge_allow ghr_api.temp_lodge_allow_type;
6838: l_premium_pay ghr_api.premium_pay_type;
6839: l_retirement_annuity ghr_api.retirement_annuity_type;
6840: l_severance_pay ghr_api.severance_pay_type;
6841: l_thrift_saving_plan ghr_api.thrift_saving_plan;
6842: l_health_ben_pre_tax ghr_api.health_ben_pre_tax_type;
6843: l_student_loan_repay ghr_api.student_loan_repay_type;

Line 6840: l_severance_pay ghr_api.severance_pay_type;

6836: l_supplemental_post_allow ghr_api.supplemental_post_allow_type;
6837: l_temp_lodge_allow ghr_api.temp_lodge_allow_type;
6838: l_premium_pay ghr_api.premium_pay_type;
6839: l_retirement_annuity ghr_api.retirement_annuity_type;
6840: l_severance_pay ghr_api.severance_pay_type;
6841: l_thrift_saving_plan ghr_api.thrift_saving_plan;
6842: l_health_ben_pre_tax ghr_api.health_ben_pre_tax_type;
6843: l_student_loan_repay ghr_api.student_loan_repay_type;
6844: -- Bug#4486823 RRR Changes

Line 6841: l_thrift_saving_plan ghr_api.thrift_saving_plan;

6837: l_temp_lodge_allow ghr_api.temp_lodge_allow_type;
6838: l_premium_pay ghr_api.premium_pay_type;
6839: l_retirement_annuity ghr_api.retirement_annuity_type;
6840: l_severance_pay ghr_api.severance_pay_type;
6841: l_thrift_saving_plan ghr_api.thrift_saving_plan;
6842: l_health_ben_pre_tax ghr_api.health_ben_pre_tax_type;
6843: l_student_loan_repay ghr_api.student_loan_repay_type;
6844: -- Bug#4486823 RRR Changes
6845: l_total_salary ghr_pa_requests.to_total_salary%TYPE;

Line 6842: l_health_ben_pre_tax ghr_api.health_ben_pre_tax_type;

6838: l_premium_pay ghr_api.premium_pay_type;
6839: l_retirement_annuity ghr_api.retirement_annuity_type;
6840: l_severance_pay ghr_api.severance_pay_type;
6841: l_thrift_saving_plan ghr_api.thrift_saving_plan;
6842: l_health_ben_pre_tax ghr_api.health_ben_pre_tax_type;
6843: l_student_loan_repay ghr_api.student_loan_repay_type;
6844: -- Bug#4486823 RRR Changes
6845: l_total_salary ghr_pa_requests.to_total_salary%TYPE;
6846: --

Line 6843: l_student_loan_repay ghr_api.student_loan_repay_type;

6839: l_retirement_annuity ghr_api.retirement_annuity_type;
6840: l_severance_pay ghr_api.severance_pay_type;
6841: l_thrift_saving_plan ghr_api.thrift_saving_plan;
6842: l_health_ben_pre_tax ghr_api.health_ben_pre_tax_type;
6843: l_student_loan_repay ghr_api.student_loan_repay_type;
6844: -- Bug#4486823 RRR Changes
6845: l_total_salary ghr_pa_requests.to_total_salary%TYPE;
6846: --
6847:

Line 6849: l_tsp_roth ghr_api.tsp_roth_type;

6845: l_total_salary ghr_pa_requests.to_total_salary%TYPE;
6846: --
6847:
6848: --Bug # 13571004
6849: l_tsp_roth ghr_api.tsp_roth_type;
6850: PROCEDURE Create_incentive_Remark(p_pa_request_id IN NUMBER,
6851: p_effective_date IN DATE,
6852: p_category IN VARCHAR2,
6853: p_noa_code IN VARCHAR2,

Line 8512: p_segment_rec in ghr_api.special_information_type

8508: --
8509: Procedure generic_update_sit
8510: (p_pa_request_rec in ghr_pa_requests%rowtype,
8511: p_special_information_type in fnd_id_flex_structures_tl.id_flex_structure_name%type,
8512: p_segment_rec in ghr_api.special_information_type
8513: )
8514: is
8515:
8516: l_proc varchar2(72) := 'Generic Update SIT';