DBA Data[Home] [Help]

APPS.BEN_CPI_UPD dependencies on BEN_CPI_SHD

Line 56: (p_rec in out nocopy ben_cpi_shd.g_rec_type

52: --
53: -- {End Of Comments}
54: -- ----------------------------------------------------------------------------
55: Procedure update_dml
56: (p_rec in out nocopy ben_cpi_shd.g_rec_type
57: ) is
58: --
59: l_proc varchar2(72) := g_package||'update_dml';
60: --

Line 69: ben_cpi_shd.g_api_dml := true; -- Set the api dml status

65: --
66: -- Increment the object version
67: p_rec.object_version_number := p_rec.object_version_number + 1;
68: --
69: ben_cpi_shd.g_api_dml := true; -- Set the api dml status
70: --
71: -- Update the ben_cwb_person_info Row
72: --
73: update ben_cwb_person_info

Line 228: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status

224: ,cpi_attribute30 = p_rec.cpi_attribute30
225: ,feedback_date = p_rec.feedback_date
226: where group_per_in_ler_id = p_rec.group_per_in_ler_id;
227: --
228: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
229: --
230: if g_debug then
231: hr_utility.set_location(' Leaving:'||l_proc, 10);
232: end if;

Line 237: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status

233: --
234: Exception
235: When hr_api.check_integrity_violated Then
236: -- A check constraint has been violated
237: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
238: ben_cpi_shd.constraint_error
239: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
240: When hr_api.parent_integrity_violated Then
241: -- Parent integrity has been violated

Line 238: ben_cpi_shd.constraint_error

234: Exception
235: When hr_api.check_integrity_violated Then
236: -- A check constraint has been violated
237: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
238: ben_cpi_shd.constraint_error
239: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
240: When hr_api.parent_integrity_violated Then
241: -- Parent integrity has been violated
242: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status

Line 242: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status

238: ben_cpi_shd.constraint_error
239: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
240: When hr_api.parent_integrity_violated Then
241: -- Parent integrity has been violated
242: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
243: ben_cpi_shd.constraint_error
244: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
245: When hr_api.unique_integrity_violated Then
246: -- Unique integrity has been violated

Line 243: ben_cpi_shd.constraint_error

239: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
240: When hr_api.parent_integrity_violated Then
241: -- Parent integrity has been violated
242: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
243: ben_cpi_shd.constraint_error
244: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
245: When hr_api.unique_integrity_violated Then
246: -- Unique integrity has been violated
247: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status

Line 247: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status

243: ben_cpi_shd.constraint_error
244: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
245: When hr_api.unique_integrity_violated Then
246: -- Unique integrity has been violated
247: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
248: ben_cpi_shd.constraint_error
249: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
250: When Others Then
251: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status

Line 248: ben_cpi_shd.constraint_error

244: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
245: When hr_api.unique_integrity_violated Then
246: -- Unique integrity has been violated
247: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
248: ben_cpi_shd.constraint_error
249: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
250: When Others Then
251: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
252: Raise;

Line 251: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status

247: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
248: ben_cpi_shd.constraint_error
249: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
250: When Others Then
251: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
252: Raise;
253: End update_dml;
254: --
255: -- ----------------------------------------------------------------------------

Line 288: (p_rec in ben_cpi_shd.g_rec_type

284: --
285: -- {End Of Comments}
286: -- ----------------------------------------------------------------------------
287: Procedure pre_update
288: (p_rec in ben_cpi_shd.g_rec_type
289: ) is
290: --
291: l_proc varchar2(72) := g_package||'pre_update';
292: --

Line 336: (p_rec in ben_cpi_shd.g_rec_type

332: --
333: -- {End Of Comments}
334: -- ----------------------------------------------------------------------------
335: Procedure post_update
336: (p_rec in ben_cpi_shd.g_rec_type
337: ) is
338: --
339: l_proc varchar2(72) := g_package||'post_update';
340: --

Line 653: => ben_cpi_shd.g_old_rec.assignment_id

649: => p_rec.cpi_attribute30
650: ,p_feedback_date
651: => p_rec.feedback_date
652: ,p_assignment_id_o
653: => ben_cpi_shd.g_old_rec.assignment_id
654: ,p_person_id_o
655: => ben_cpi_shd.g_old_rec.person_id
656: ,p_supervisor_id_o
657: => ben_cpi_shd.g_old_rec.supervisor_id

Line 655: => ben_cpi_shd.g_old_rec.person_id

651: => p_rec.feedback_date
652: ,p_assignment_id_o
653: => ben_cpi_shd.g_old_rec.assignment_id
654: ,p_person_id_o
655: => ben_cpi_shd.g_old_rec.person_id
656: ,p_supervisor_id_o
657: => ben_cpi_shd.g_old_rec.supervisor_id
658: ,p_effective_date_o
659: => ben_cpi_shd.g_old_rec.effective_date

Line 657: => ben_cpi_shd.g_old_rec.supervisor_id

653: => ben_cpi_shd.g_old_rec.assignment_id
654: ,p_person_id_o
655: => ben_cpi_shd.g_old_rec.person_id
656: ,p_supervisor_id_o
657: => ben_cpi_shd.g_old_rec.supervisor_id
658: ,p_effective_date_o
659: => ben_cpi_shd.g_old_rec.effective_date
660: ,p_full_name_o
661: => ben_cpi_shd.g_old_rec.full_name

Line 659: => ben_cpi_shd.g_old_rec.effective_date

655: => ben_cpi_shd.g_old_rec.person_id
656: ,p_supervisor_id_o
657: => ben_cpi_shd.g_old_rec.supervisor_id
658: ,p_effective_date_o
659: => ben_cpi_shd.g_old_rec.effective_date
660: ,p_full_name_o
661: => ben_cpi_shd.g_old_rec.full_name
662: ,p_brief_name_o
663: => ben_cpi_shd.g_old_rec.brief_name

Line 661: => ben_cpi_shd.g_old_rec.full_name

657: => ben_cpi_shd.g_old_rec.supervisor_id
658: ,p_effective_date_o
659: => ben_cpi_shd.g_old_rec.effective_date
660: ,p_full_name_o
661: => ben_cpi_shd.g_old_rec.full_name
662: ,p_brief_name_o
663: => ben_cpi_shd.g_old_rec.brief_name
664: ,p_custom_name_o
665: => ben_cpi_shd.g_old_rec.custom_name

Line 663: => ben_cpi_shd.g_old_rec.brief_name

659: => ben_cpi_shd.g_old_rec.effective_date
660: ,p_full_name_o
661: => ben_cpi_shd.g_old_rec.full_name
662: ,p_brief_name_o
663: => ben_cpi_shd.g_old_rec.brief_name
664: ,p_custom_name_o
665: => ben_cpi_shd.g_old_rec.custom_name
666: ,p_supervisor_full_name_o
667: => ben_cpi_shd.g_old_rec.supervisor_full_name

Line 665: => ben_cpi_shd.g_old_rec.custom_name

661: => ben_cpi_shd.g_old_rec.full_name
662: ,p_brief_name_o
663: => ben_cpi_shd.g_old_rec.brief_name
664: ,p_custom_name_o
665: => ben_cpi_shd.g_old_rec.custom_name
666: ,p_supervisor_full_name_o
667: => ben_cpi_shd.g_old_rec.supervisor_full_name
668: ,p_supervisor_brief_name_o
669: => ben_cpi_shd.g_old_rec.supervisor_brief_name

Line 667: => ben_cpi_shd.g_old_rec.supervisor_full_name

663: => ben_cpi_shd.g_old_rec.brief_name
664: ,p_custom_name_o
665: => ben_cpi_shd.g_old_rec.custom_name
666: ,p_supervisor_full_name_o
667: => ben_cpi_shd.g_old_rec.supervisor_full_name
668: ,p_supervisor_brief_name_o
669: => ben_cpi_shd.g_old_rec.supervisor_brief_name
670: ,p_supervisor_custom_name_o
671: => ben_cpi_shd.g_old_rec.supervisor_custom_name

Line 669: => ben_cpi_shd.g_old_rec.supervisor_brief_name

665: => ben_cpi_shd.g_old_rec.custom_name
666: ,p_supervisor_full_name_o
667: => ben_cpi_shd.g_old_rec.supervisor_full_name
668: ,p_supervisor_brief_name_o
669: => ben_cpi_shd.g_old_rec.supervisor_brief_name
670: ,p_supervisor_custom_name_o
671: => ben_cpi_shd.g_old_rec.supervisor_custom_name
672: ,p_legislation_code_o
673: => ben_cpi_shd.g_old_rec.legislation_code

Line 671: => ben_cpi_shd.g_old_rec.supervisor_custom_name

667: => ben_cpi_shd.g_old_rec.supervisor_full_name
668: ,p_supervisor_brief_name_o
669: => ben_cpi_shd.g_old_rec.supervisor_brief_name
670: ,p_supervisor_custom_name_o
671: => ben_cpi_shd.g_old_rec.supervisor_custom_name
672: ,p_legislation_code_o
673: => ben_cpi_shd.g_old_rec.legislation_code
674: ,p_years_employed_o
675: => ben_cpi_shd.g_old_rec.years_employed

Line 673: => ben_cpi_shd.g_old_rec.legislation_code

669: => ben_cpi_shd.g_old_rec.supervisor_brief_name
670: ,p_supervisor_custom_name_o
671: => ben_cpi_shd.g_old_rec.supervisor_custom_name
672: ,p_legislation_code_o
673: => ben_cpi_shd.g_old_rec.legislation_code
674: ,p_years_employed_o
675: => ben_cpi_shd.g_old_rec.years_employed
676: ,p_years_in_job_o
677: => ben_cpi_shd.g_old_rec.years_in_job

Line 675: => ben_cpi_shd.g_old_rec.years_employed

671: => ben_cpi_shd.g_old_rec.supervisor_custom_name
672: ,p_legislation_code_o
673: => ben_cpi_shd.g_old_rec.legislation_code
674: ,p_years_employed_o
675: => ben_cpi_shd.g_old_rec.years_employed
676: ,p_years_in_job_o
677: => ben_cpi_shd.g_old_rec.years_in_job
678: ,p_years_in_position_o
679: => ben_cpi_shd.g_old_rec.years_in_position

Line 677: => ben_cpi_shd.g_old_rec.years_in_job

673: => ben_cpi_shd.g_old_rec.legislation_code
674: ,p_years_employed_o
675: => ben_cpi_shd.g_old_rec.years_employed
676: ,p_years_in_job_o
677: => ben_cpi_shd.g_old_rec.years_in_job
678: ,p_years_in_position_o
679: => ben_cpi_shd.g_old_rec.years_in_position
680: ,p_years_in_grade_o
681: => ben_cpi_shd.g_old_rec.years_in_grade

Line 679: => ben_cpi_shd.g_old_rec.years_in_position

675: => ben_cpi_shd.g_old_rec.years_employed
676: ,p_years_in_job_o
677: => ben_cpi_shd.g_old_rec.years_in_job
678: ,p_years_in_position_o
679: => ben_cpi_shd.g_old_rec.years_in_position
680: ,p_years_in_grade_o
681: => ben_cpi_shd.g_old_rec.years_in_grade
682: ,p_employee_number_o
683: => ben_cpi_shd.g_old_rec.employee_number

Line 681: => ben_cpi_shd.g_old_rec.years_in_grade

677: => ben_cpi_shd.g_old_rec.years_in_job
678: ,p_years_in_position_o
679: => ben_cpi_shd.g_old_rec.years_in_position
680: ,p_years_in_grade_o
681: => ben_cpi_shd.g_old_rec.years_in_grade
682: ,p_employee_number_o
683: => ben_cpi_shd.g_old_rec.employee_number
684: ,p_start_date_o
685: => ben_cpi_shd.g_old_rec.start_date

Line 683: => ben_cpi_shd.g_old_rec.employee_number

679: => ben_cpi_shd.g_old_rec.years_in_position
680: ,p_years_in_grade_o
681: => ben_cpi_shd.g_old_rec.years_in_grade
682: ,p_employee_number_o
683: => ben_cpi_shd.g_old_rec.employee_number
684: ,p_start_date_o
685: => ben_cpi_shd.g_old_rec.start_date
686: ,p_original_start_date_o
687: => ben_cpi_shd.g_old_rec.original_start_date

Line 685: => ben_cpi_shd.g_old_rec.start_date

681: => ben_cpi_shd.g_old_rec.years_in_grade
682: ,p_employee_number_o
683: => ben_cpi_shd.g_old_rec.employee_number
684: ,p_start_date_o
685: => ben_cpi_shd.g_old_rec.start_date
686: ,p_original_start_date_o
687: => ben_cpi_shd.g_old_rec.original_start_date
688: ,p_adjusted_svc_date_o
689: => ben_cpi_shd.g_old_rec.adjusted_svc_date

Line 687: => ben_cpi_shd.g_old_rec.original_start_date

683: => ben_cpi_shd.g_old_rec.employee_number
684: ,p_start_date_o
685: => ben_cpi_shd.g_old_rec.start_date
686: ,p_original_start_date_o
687: => ben_cpi_shd.g_old_rec.original_start_date
688: ,p_adjusted_svc_date_o
689: => ben_cpi_shd.g_old_rec.adjusted_svc_date
690: ,p_base_salary_o
691: => ben_cpi_shd.g_old_rec.base_salary

Line 689: => ben_cpi_shd.g_old_rec.adjusted_svc_date

685: => ben_cpi_shd.g_old_rec.start_date
686: ,p_original_start_date_o
687: => ben_cpi_shd.g_old_rec.original_start_date
688: ,p_adjusted_svc_date_o
689: => ben_cpi_shd.g_old_rec.adjusted_svc_date
690: ,p_base_salary_o
691: => ben_cpi_shd.g_old_rec.base_salary
692: ,p_base_salary_change_date_o
693: => ben_cpi_shd.g_old_rec.base_salary_change_date

Line 691: => ben_cpi_shd.g_old_rec.base_salary

687: => ben_cpi_shd.g_old_rec.original_start_date
688: ,p_adjusted_svc_date_o
689: => ben_cpi_shd.g_old_rec.adjusted_svc_date
690: ,p_base_salary_o
691: => ben_cpi_shd.g_old_rec.base_salary
692: ,p_base_salary_change_date_o
693: => ben_cpi_shd.g_old_rec.base_salary_change_date
694: ,p_payroll_name_o
695: => ben_cpi_shd.g_old_rec.payroll_name

Line 693: => ben_cpi_shd.g_old_rec.base_salary_change_date

689: => ben_cpi_shd.g_old_rec.adjusted_svc_date
690: ,p_base_salary_o
691: => ben_cpi_shd.g_old_rec.base_salary
692: ,p_base_salary_change_date_o
693: => ben_cpi_shd.g_old_rec.base_salary_change_date
694: ,p_payroll_name_o
695: => ben_cpi_shd.g_old_rec.payroll_name
696: ,p_performance_rating_o
697: => ben_cpi_shd.g_old_rec.performance_rating

Line 695: => ben_cpi_shd.g_old_rec.payroll_name

691: => ben_cpi_shd.g_old_rec.base_salary
692: ,p_base_salary_change_date_o
693: => ben_cpi_shd.g_old_rec.base_salary_change_date
694: ,p_payroll_name_o
695: => ben_cpi_shd.g_old_rec.payroll_name
696: ,p_performance_rating_o
697: => ben_cpi_shd.g_old_rec.performance_rating
698: ,p_performance_rating_type_o
699: => ben_cpi_shd.g_old_rec.performance_rating_type

Line 697: => ben_cpi_shd.g_old_rec.performance_rating

693: => ben_cpi_shd.g_old_rec.base_salary_change_date
694: ,p_payroll_name_o
695: => ben_cpi_shd.g_old_rec.payroll_name
696: ,p_performance_rating_o
697: => ben_cpi_shd.g_old_rec.performance_rating
698: ,p_performance_rating_type_o
699: => ben_cpi_shd.g_old_rec.performance_rating_type
700: ,p_performance_rating_date_o
701: => ben_cpi_shd.g_old_rec.performance_rating_date

Line 699: => ben_cpi_shd.g_old_rec.performance_rating_type

695: => ben_cpi_shd.g_old_rec.payroll_name
696: ,p_performance_rating_o
697: => ben_cpi_shd.g_old_rec.performance_rating
698: ,p_performance_rating_type_o
699: => ben_cpi_shd.g_old_rec.performance_rating_type
700: ,p_performance_rating_date_o
701: => ben_cpi_shd.g_old_rec.performance_rating_date
702: ,p_business_group_id_o
703: => ben_cpi_shd.g_old_rec.business_group_id

Line 701: => ben_cpi_shd.g_old_rec.performance_rating_date

697: => ben_cpi_shd.g_old_rec.performance_rating
698: ,p_performance_rating_type_o
699: => ben_cpi_shd.g_old_rec.performance_rating_type
700: ,p_performance_rating_date_o
701: => ben_cpi_shd.g_old_rec.performance_rating_date
702: ,p_business_group_id_o
703: => ben_cpi_shd.g_old_rec.business_group_id
704: ,p_organization_id_o
705: => ben_cpi_shd.g_old_rec.organization_id

Line 703: => ben_cpi_shd.g_old_rec.business_group_id

699: => ben_cpi_shd.g_old_rec.performance_rating_type
700: ,p_performance_rating_date_o
701: => ben_cpi_shd.g_old_rec.performance_rating_date
702: ,p_business_group_id_o
703: => ben_cpi_shd.g_old_rec.business_group_id
704: ,p_organization_id_o
705: => ben_cpi_shd.g_old_rec.organization_id
706: ,p_job_id_o
707: => ben_cpi_shd.g_old_rec.job_id

Line 705: => ben_cpi_shd.g_old_rec.organization_id

701: => ben_cpi_shd.g_old_rec.performance_rating_date
702: ,p_business_group_id_o
703: => ben_cpi_shd.g_old_rec.business_group_id
704: ,p_organization_id_o
705: => ben_cpi_shd.g_old_rec.organization_id
706: ,p_job_id_o
707: => ben_cpi_shd.g_old_rec.job_id
708: ,p_grade_id_o
709: => ben_cpi_shd.g_old_rec.grade_id

Line 707: => ben_cpi_shd.g_old_rec.job_id

703: => ben_cpi_shd.g_old_rec.business_group_id
704: ,p_organization_id_o
705: => ben_cpi_shd.g_old_rec.organization_id
706: ,p_job_id_o
707: => ben_cpi_shd.g_old_rec.job_id
708: ,p_grade_id_o
709: => ben_cpi_shd.g_old_rec.grade_id
710: ,p_position_id_o
711: => ben_cpi_shd.g_old_rec.position_id

Line 709: => ben_cpi_shd.g_old_rec.grade_id

705: => ben_cpi_shd.g_old_rec.organization_id
706: ,p_job_id_o
707: => ben_cpi_shd.g_old_rec.job_id
708: ,p_grade_id_o
709: => ben_cpi_shd.g_old_rec.grade_id
710: ,p_position_id_o
711: => ben_cpi_shd.g_old_rec.position_id
712: ,p_people_group_id_o
713: => ben_cpi_shd.g_old_rec.people_group_id

Line 711: => ben_cpi_shd.g_old_rec.position_id

707: => ben_cpi_shd.g_old_rec.job_id
708: ,p_grade_id_o
709: => ben_cpi_shd.g_old_rec.grade_id
710: ,p_position_id_o
711: => ben_cpi_shd.g_old_rec.position_id
712: ,p_people_group_id_o
713: => ben_cpi_shd.g_old_rec.people_group_id
714: ,p_soft_coding_keyflex_id_o
715: => ben_cpi_shd.g_old_rec.soft_coding_keyflex_id

Line 713: => ben_cpi_shd.g_old_rec.people_group_id

709: => ben_cpi_shd.g_old_rec.grade_id
710: ,p_position_id_o
711: => ben_cpi_shd.g_old_rec.position_id
712: ,p_people_group_id_o
713: => ben_cpi_shd.g_old_rec.people_group_id
714: ,p_soft_coding_keyflex_id_o
715: => ben_cpi_shd.g_old_rec.soft_coding_keyflex_id
716: ,p_location_id_o
717: => ben_cpi_shd.g_old_rec.location_id

Line 715: => ben_cpi_shd.g_old_rec.soft_coding_keyflex_id

711: => ben_cpi_shd.g_old_rec.position_id
712: ,p_people_group_id_o
713: => ben_cpi_shd.g_old_rec.people_group_id
714: ,p_soft_coding_keyflex_id_o
715: => ben_cpi_shd.g_old_rec.soft_coding_keyflex_id
716: ,p_location_id_o
717: => ben_cpi_shd.g_old_rec.location_id
718: ,p_pay_rate_id_o
719: => ben_cpi_shd.g_old_rec.pay_rate_id

Line 717: => ben_cpi_shd.g_old_rec.location_id

713: => ben_cpi_shd.g_old_rec.people_group_id
714: ,p_soft_coding_keyflex_id_o
715: => ben_cpi_shd.g_old_rec.soft_coding_keyflex_id
716: ,p_location_id_o
717: => ben_cpi_shd.g_old_rec.location_id
718: ,p_pay_rate_id_o
719: => ben_cpi_shd.g_old_rec.pay_rate_id
720: ,p_assignment_status_type_id_o
721: => ben_cpi_shd.g_old_rec.assignment_status_type_id

Line 719: => ben_cpi_shd.g_old_rec.pay_rate_id

715: => ben_cpi_shd.g_old_rec.soft_coding_keyflex_id
716: ,p_location_id_o
717: => ben_cpi_shd.g_old_rec.location_id
718: ,p_pay_rate_id_o
719: => ben_cpi_shd.g_old_rec.pay_rate_id
720: ,p_assignment_status_type_id_o
721: => ben_cpi_shd.g_old_rec.assignment_status_type_id
722: ,p_frequency_o
723: => ben_cpi_shd.g_old_rec.frequency

Line 721: => ben_cpi_shd.g_old_rec.assignment_status_type_id

717: => ben_cpi_shd.g_old_rec.location_id
718: ,p_pay_rate_id_o
719: => ben_cpi_shd.g_old_rec.pay_rate_id
720: ,p_assignment_status_type_id_o
721: => ben_cpi_shd.g_old_rec.assignment_status_type_id
722: ,p_frequency_o
723: => ben_cpi_shd.g_old_rec.frequency
724: ,p_grade_annulization_factor_o
725: => ben_cpi_shd.g_old_rec.grade_annulization_factor

Line 723: => ben_cpi_shd.g_old_rec.frequency

719: => ben_cpi_shd.g_old_rec.pay_rate_id
720: ,p_assignment_status_type_id_o
721: => ben_cpi_shd.g_old_rec.assignment_status_type_id
722: ,p_frequency_o
723: => ben_cpi_shd.g_old_rec.frequency
724: ,p_grade_annulization_factor_o
725: => ben_cpi_shd.g_old_rec.grade_annulization_factor
726: ,p_pay_annulization_factor_o
727: => ben_cpi_shd.g_old_rec.pay_annulization_factor

Line 725: => ben_cpi_shd.g_old_rec.grade_annulization_factor

721: => ben_cpi_shd.g_old_rec.assignment_status_type_id
722: ,p_frequency_o
723: => ben_cpi_shd.g_old_rec.frequency
724: ,p_grade_annulization_factor_o
725: => ben_cpi_shd.g_old_rec.grade_annulization_factor
726: ,p_pay_annulization_factor_o
727: => ben_cpi_shd.g_old_rec.pay_annulization_factor
728: ,p_grd_min_val_o
729: => ben_cpi_shd.g_old_rec.grd_min_val

Line 727: => ben_cpi_shd.g_old_rec.pay_annulization_factor

723: => ben_cpi_shd.g_old_rec.frequency
724: ,p_grade_annulization_factor_o
725: => ben_cpi_shd.g_old_rec.grade_annulization_factor
726: ,p_pay_annulization_factor_o
727: => ben_cpi_shd.g_old_rec.pay_annulization_factor
728: ,p_grd_min_val_o
729: => ben_cpi_shd.g_old_rec.grd_min_val
730: ,p_grd_max_val_o
731: => ben_cpi_shd.g_old_rec.grd_max_val

Line 729: => ben_cpi_shd.g_old_rec.grd_min_val

725: => ben_cpi_shd.g_old_rec.grade_annulization_factor
726: ,p_pay_annulization_factor_o
727: => ben_cpi_shd.g_old_rec.pay_annulization_factor
728: ,p_grd_min_val_o
729: => ben_cpi_shd.g_old_rec.grd_min_val
730: ,p_grd_max_val_o
731: => ben_cpi_shd.g_old_rec.grd_max_val
732: ,p_grd_mid_point_o
733: => ben_cpi_shd.g_old_rec.grd_mid_point

Line 731: => ben_cpi_shd.g_old_rec.grd_max_val

727: => ben_cpi_shd.g_old_rec.pay_annulization_factor
728: ,p_grd_min_val_o
729: => ben_cpi_shd.g_old_rec.grd_min_val
730: ,p_grd_max_val_o
731: => ben_cpi_shd.g_old_rec.grd_max_val
732: ,p_grd_mid_point_o
733: => ben_cpi_shd.g_old_rec.grd_mid_point
734: ,p_grd_quartile_o
735: => ben_cpi_shd.g_old_rec.grd_quartile

Line 733: => ben_cpi_shd.g_old_rec.grd_mid_point

729: => ben_cpi_shd.g_old_rec.grd_min_val
730: ,p_grd_max_val_o
731: => ben_cpi_shd.g_old_rec.grd_max_val
732: ,p_grd_mid_point_o
733: => ben_cpi_shd.g_old_rec.grd_mid_point
734: ,p_grd_quartile_o
735: => ben_cpi_shd.g_old_rec.grd_quartile
736: ,p_grd_comparatio_o
737: => ben_cpi_shd.g_old_rec.grd_comparatio

Line 735: => ben_cpi_shd.g_old_rec.grd_quartile

731: => ben_cpi_shd.g_old_rec.grd_max_val
732: ,p_grd_mid_point_o
733: => ben_cpi_shd.g_old_rec.grd_mid_point
734: ,p_grd_quartile_o
735: => ben_cpi_shd.g_old_rec.grd_quartile
736: ,p_grd_comparatio_o
737: => ben_cpi_shd.g_old_rec.grd_comparatio
738: ,p_emp_category_o
739: => ben_cpi_shd.g_old_rec.emp_category

Line 737: => ben_cpi_shd.g_old_rec.grd_comparatio

733: => ben_cpi_shd.g_old_rec.grd_mid_point
734: ,p_grd_quartile_o
735: => ben_cpi_shd.g_old_rec.grd_quartile
736: ,p_grd_comparatio_o
737: => ben_cpi_shd.g_old_rec.grd_comparatio
738: ,p_emp_category_o
739: => ben_cpi_shd.g_old_rec.emp_category
740: ,p_change_reason_o
741: => ben_cpi_shd.g_old_rec.change_reason

Line 739: => ben_cpi_shd.g_old_rec.emp_category

735: => ben_cpi_shd.g_old_rec.grd_quartile
736: ,p_grd_comparatio_o
737: => ben_cpi_shd.g_old_rec.grd_comparatio
738: ,p_emp_category_o
739: => ben_cpi_shd.g_old_rec.emp_category
740: ,p_change_reason_o
741: => ben_cpi_shd.g_old_rec.change_reason
742: ,p_normal_hours_o
743: => ben_cpi_shd.g_old_rec.normal_hours

Line 741: => ben_cpi_shd.g_old_rec.change_reason

737: => ben_cpi_shd.g_old_rec.grd_comparatio
738: ,p_emp_category_o
739: => ben_cpi_shd.g_old_rec.emp_category
740: ,p_change_reason_o
741: => ben_cpi_shd.g_old_rec.change_reason
742: ,p_normal_hours_o
743: => ben_cpi_shd.g_old_rec.normal_hours
744: ,p_email_address_o
745: => ben_cpi_shd.g_old_rec.email_address

Line 743: => ben_cpi_shd.g_old_rec.normal_hours

739: => ben_cpi_shd.g_old_rec.emp_category
740: ,p_change_reason_o
741: => ben_cpi_shd.g_old_rec.change_reason
742: ,p_normal_hours_o
743: => ben_cpi_shd.g_old_rec.normal_hours
744: ,p_email_address_o
745: => ben_cpi_shd.g_old_rec.email_address
746: ,p_base_salary_frequency_o
747: => ben_cpi_shd.g_old_rec.base_salary_frequency

Line 745: => ben_cpi_shd.g_old_rec.email_address

741: => ben_cpi_shd.g_old_rec.change_reason
742: ,p_normal_hours_o
743: => ben_cpi_shd.g_old_rec.normal_hours
744: ,p_email_address_o
745: => ben_cpi_shd.g_old_rec.email_address
746: ,p_base_salary_frequency_o
747: => ben_cpi_shd.g_old_rec.base_salary_frequency
748: ,p_new_assgn_ovn_o
749: => ben_cpi_shd.g_old_rec.new_assgn_ovn

Line 747: => ben_cpi_shd.g_old_rec.base_salary_frequency

743: => ben_cpi_shd.g_old_rec.normal_hours
744: ,p_email_address_o
745: => ben_cpi_shd.g_old_rec.email_address
746: ,p_base_salary_frequency_o
747: => ben_cpi_shd.g_old_rec.base_salary_frequency
748: ,p_new_assgn_ovn_o
749: => ben_cpi_shd.g_old_rec.new_assgn_ovn
750: ,p_new_perf_event_id_o
751: => ben_cpi_shd.g_old_rec.new_perf_event_id

Line 749: => ben_cpi_shd.g_old_rec.new_assgn_ovn

745: => ben_cpi_shd.g_old_rec.email_address
746: ,p_base_salary_frequency_o
747: => ben_cpi_shd.g_old_rec.base_salary_frequency
748: ,p_new_assgn_ovn_o
749: => ben_cpi_shd.g_old_rec.new_assgn_ovn
750: ,p_new_perf_event_id_o
751: => ben_cpi_shd.g_old_rec.new_perf_event_id
752: ,p_new_perf_review_id_o
753: => ben_cpi_shd.g_old_rec.new_perf_review_id

Line 751: => ben_cpi_shd.g_old_rec.new_perf_event_id

747: => ben_cpi_shd.g_old_rec.base_salary_frequency
748: ,p_new_assgn_ovn_o
749: => ben_cpi_shd.g_old_rec.new_assgn_ovn
750: ,p_new_perf_event_id_o
751: => ben_cpi_shd.g_old_rec.new_perf_event_id
752: ,p_new_perf_review_id_o
753: => ben_cpi_shd.g_old_rec.new_perf_review_id
754: ,p_post_process_stat_cd_o
755: => ben_cpi_shd.g_old_rec.post_process_stat_cd

Line 753: => ben_cpi_shd.g_old_rec.new_perf_review_id

749: => ben_cpi_shd.g_old_rec.new_assgn_ovn
750: ,p_new_perf_event_id_o
751: => ben_cpi_shd.g_old_rec.new_perf_event_id
752: ,p_new_perf_review_id_o
753: => ben_cpi_shd.g_old_rec.new_perf_review_id
754: ,p_post_process_stat_cd_o
755: => ben_cpi_shd.g_old_rec.post_process_stat_cd
756: ,p_feedback_rating_o
757: => ben_cpi_shd.g_old_rec.feedback_rating

Line 755: => ben_cpi_shd.g_old_rec.post_process_stat_cd

751: => ben_cpi_shd.g_old_rec.new_perf_event_id
752: ,p_new_perf_review_id_o
753: => ben_cpi_shd.g_old_rec.new_perf_review_id
754: ,p_post_process_stat_cd_o
755: => ben_cpi_shd.g_old_rec.post_process_stat_cd
756: ,p_feedback_rating_o
757: => ben_cpi_shd.g_old_rec.feedback_rating
758: ,p_feedback_comments_o
759: => ben_cpi_shd.g_old_rec.feedback_comments

Line 757: => ben_cpi_shd.g_old_rec.feedback_rating

753: => ben_cpi_shd.g_old_rec.new_perf_review_id
754: ,p_post_process_stat_cd_o
755: => ben_cpi_shd.g_old_rec.post_process_stat_cd
756: ,p_feedback_rating_o
757: => ben_cpi_shd.g_old_rec.feedback_rating
758: ,p_feedback_comments_o
759: => ben_cpi_shd.g_old_rec.feedback_comments
760: ,p_object_version_number_o
761: => ben_cpi_shd.g_old_rec.object_version_number

Line 759: => ben_cpi_shd.g_old_rec.feedback_comments

755: => ben_cpi_shd.g_old_rec.post_process_stat_cd
756: ,p_feedback_rating_o
757: => ben_cpi_shd.g_old_rec.feedback_rating
758: ,p_feedback_comments_o
759: => ben_cpi_shd.g_old_rec.feedback_comments
760: ,p_object_version_number_o
761: => ben_cpi_shd.g_old_rec.object_version_number
762: ,p_custom_segment1_o
763: => ben_cpi_shd.g_old_rec.custom_segment1

Line 761: => ben_cpi_shd.g_old_rec.object_version_number

757: => ben_cpi_shd.g_old_rec.feedback_rating
758: ,p_feedback_comments_o
759: => ben_cpi_shd.g_old_rec.feedback_comments
760: ,p_object_version_number_o
761: => ben_cpi_shd.g_old_rec.object_version_number
762: ,p_custom_segment1_o
763: => ben_cpi_shd.g_old_rec.custom_segment1
764: ,p_custom_segment2_o
765: => ben_cpi_shd.g_old_rec.custom_segment2

Line 763: => ben_cpi_shd.g_old_rec.custom_segment1

759: => ben_cpi_shd.g_old_rec.feedback_comments
760: ,p_object_version_number_o
761: => ben_cpi_shd.g_old_rec.object_version_number
762: ,p_custom_segment1_o
763: => ben_cpi_shd.g_old_rec.custom_segment1
764: ,p_custom_segment2_o
765: => ben_cpi_shd.g_old_rec.custom_segment2
766: ,p_custom_segment3_o
767: => ben_cpi_shd.g_old_rec.custom_segment3

Line 765: => ben_cpi_shd.g_old_rec.custom_segment2

761: => ben_cpi_shd.g_old_rec.object_version_number
762: ,p_custom_segment1_o
763: => ben_cpi_shd.g_old_rec.custom_segment1
764: ,p_custom_segment2_o
765: => ben_cpi_shd.g_old_rec.custom_segment2
766: ,p_custom_segment3_o
767: => ben_cpi_shd.g_old_rec.custom_segment3
768: ,p_custom_segment4_o
769: => ben_cpi_shd.g_old_rec.custom_segment4

Line 767: => ben_cpi_shd.g_old_rec.custom_segment3

763: => ben_cpi_shd.g_old_rec.custom_segment1
764: ,p_custom_segment2_o
765: => ben_cpi_shd.g_old_rec.custom_segment2
766: ,p_custom_segment3_o
767: => ben_cpi_shd.g_old_rec.custom_segment3
768: ,p_custom_segment4_o
769: => ben_cpi_shd.g_old_rec.custom_segment4
770: ,p_custom_segment5_o
771: => ben_cpi_shd.g_old_rec.custom_segment5

Line 769: => ben_cpi_shd.g_old_rec.custom_segment4

765: => ben_cpi_shd.g_old_rec.custom_segment2
766: ,p_custom_segment3_o
767: => ben_cpi_shd.g_old_rec.custom_segment3
768: ,p_custom_segment4_o
769: => ben_cpi_shd.g_old_rec.custom_segment4
770: ,p_custom_segment5_o
771: => ben_cpi_shd.g_old_rec.custom_segment5
772: ,p_custom_segment6_o
773: => ben_cpi_shd.g_old_rec.custom_segment6

Line 771: => ben_cpi_shd.g_old_rec.custom_segment5

767: => ben_cpi_shd.g_old_rec.custom_segment3
768: ,p_custom_segment4_o
769: => ben_cpi_shd.g_old_rec.custom_segment4
770: ,p_custom_segment5_o
771: => ben_cpi_shd.g_old_rec.custom_segment5
772: ,p_custom_segment6_o
773: => ben_cpi_shd.g_old_rec.custom_segment6
774: ,p_custom_segment7_o
775: => ben_cpi_shd.g_old_rec.custom_segment7

Line 773: => ben_cpi_shd.g_old_rec.custom_segment6

769: => ben_cpi_shd.g_old_rec.custom_segment4
770: ,p_custom_segment5_o
771: => ben_cpi_shd.g_old_rec.custom_segment5
772: ,p_custom_segment6_o
773: => ben_cpi_shd.g_old_rec.custom_segment6
774: ,p_custom_segment7_o
775: => ben_cpi_shd.g_old_rec.custom_segment7
776: ,p_custom_segment8_o
777: => ben_cpi_shd.g_old_rec.custom_segment8

Line 775: => ben_cpi_shd.g_old_rec.custom_segment7

771: => ben_cpi_shd.g_old_rec.custom_segment5
772: ,p_custom_segment6_o
773: => ben_cpi_shd.g_old_rec.custom_segment6
774: ,p_custom_segment7_o
775: => ben_cpi_shd.g_old_rec.custom_segment7
776: ,p_custom_segment8_o
777: => ben_cpi_shd.g_old_rec.custom_segment8
778: ,p_custom_segment9_o
779: => ben_cpi_shd.g_old_rec.custom_segment9

Line 777: => ben_cpi_shd.g_old_rec.custom_segment8

773: => ben_cpi_shd.g_old_rec.custom_segment6
774: ,p_custom_segment7_o
775: => ben_cpi_shd.g_old_rec.custom_segment7
776: ,p_custom_segment8_o
777: => ben_cpi_shd.g_old_rec.custom_segment8
778: ,p_custom_segment9_o
779: => ben_cpi_shd.g_old_rec.custom_segment9
780: ,p_custom_segment10_o
781: => ben_cpi_shd.g_old_rec.custom_segment10

Line 779: => ben_cpi_shd.g_old_rec.custom_segment9

775: => ben_cpi_shd.g_old_rec.custom_segment7
776: ,p_custom_segment8_o
777: => ben_cpi_shd.g_old_rec.custom_segment8
778: ,p_custom_segment9_o
779: => ben_cpi_shd.g_old_rec.custom_segment9
780: ,p_custom_segment10_o
781: => ben_cpi_shd.g_old_rec.custom_segment10
782: ,p_custom_segment11_o
783: => ben_cpi_shd.g_old_rec.custom_segment11

Line 781: => ben_cpi_shd.g_old_rec.custom_segment10

777: => ben_cpi_shd.g_old_rec.custom_segment8
778: ,p_custom_segment9_o
779: => ben_cpi_shd.g_old_rec.custom_segment9
780: ,p_custom_segment10_o
781: => ben_cpi_shd.g_old_rec.custom_segment10
782: ,p_custom_segment11_o
783: => ben_cpi_shd.g_old_rec.custom_segment11
784: ,p_custom_segment12_o
785: => ben_cpi_shd.g_old_rec.custom_segment12

Line 783: => ben_cpi_shd.g_old_rec.custom_segment11

779: => ben_cpi_shd.g_old_rec.custom_segment9
780: ,p_custom_segment10_o
781: => ben_cpi_shd.g_old_rec.custom_segment10
782: ,p_custom_segment11_o
783: => ben_cpi_shd.g_old_rec.custom_segment11
784: ,p_custom_segment12_o
785: => ben_cpi_shd.g_old_rec.custom_segment12
786: ,p_custom_segment13_o
787: => ben_cpi_shd.g_old_rec.custom_segment13

Line 785: => ben_cpi_shd.g_old_rec.custom_segment12

781: => ben_cpi_shd.g_old_rec.custom_segment10
782: ,p_custom_segment11_o
783: => ben_cpi_shd.g_old_rec.custom_segment11
784: ,p_custom_segment12_o
785: => ben_cpi_shd.g_old_rec.custom_segment12
786: ,p_custom_segment13_o
787: => ben_cpi_shd.g_old_rec.custom_segment13
788: ,p_custom_segment14_o
789: => ben_cpi_shd.g_old_rec.custom_segment14

Line 787: => ben_cpi_shd.g_old_rec.custom_segment13

783: => ben_cpi_shd.g_old_rec.custom_segment11
784: ,p_custom_segment12_o
785: => ben_cpi_shd.g_old_rec.custom_segment12
786: ,p_custom_segment13_o
787: => ben_cpi_shd.g_old_rec.custom_segment13
788: ,p_custom_segment14_o
789: => ben_cpi_shd.g_old_rec.custom_segment14
790: ,p_custom_segment15_o
791: => ben_cpi_shd.g_old_rec.custom_segment15

Line 789: => ben_cpi_shd.g_old_rec.custom_segment14

785: => ben_cpi_shd.g_old_rec.custom_segment12
786: ,p_custom_segment13_o
787: => ben_cpi_shd.g_old_rec.custom_segment13
788: ,p_custom_segment14_o
789: => ben_cpi_shd.g_old_rec.custom_segment14
790: ,p_custom_segment15_o
791: => ben_cpi_shd.g_old_rec.custom_segment15
792: ,p_custom_segment16_o
793: => ben_cpi_shd.g_old_rec.custom_segment16

Line 791: => ben_cpi_shd.g_old_rec.custom_segment15

787: => ben_cpi_shd.g_old_rec.custom_segment13
788: ,p_custom_segment14_o
789: => ben_cpi_shd.g_old_rec.custom_segment14
790: ,p_custom_segment15_o
791: => ben_cpi_shd.g_old_rec.custom_segment15
792: ,p_custom_segment16_o
793: => ben_cpi_shd.g_old_rec.custom_segment16
794: ,p_custom_segment17_o
795: => ben_cpi_shd.g_old_rec.custom_segment17

Line 793: => ben_cpi_shd.g_old_rec.custom_segment16

789: => ben_cpi_shd.g_old_rec.custom_segment14
790: ,p_custom_segment15_o
791: => ben_cpi_shd.g_old_rec.custom_segment15
792: ,p_custom_segment16_o
793: => ben_cpi_shd.g_old_rec.custom_segment16
794: ,p_custom_segment17_o
795: => ben_cpi_shd.g_old_rec.custom_segment17
796: ,p_custom_segment18_o
797: => ben_cpi_shd.g_old_rec.custom_segment18

Line 795: => ben_cpi_shd.g_old_rec.custom_segment17

791: => ben_cpi_shd.g_old_rec.custom_segment15
792: ,p_custom_segment16_o
793: => ben_cpi_shd.g_old_rec.custom_segment16
794: ,p_custom_segment17_o
795: => ben_cpi_shd.g_old_rec.custom_segment17
796: ,p_custom_segment18_o
797: => ben_cpi_shd.g_old_rec.custom_segment18
798: ,p_custom_segment19_o
799: => ben_cpi_shd.g_old_rec.custom_segment19

Line 797: => ben_cpi_shd.g_old_rec.custom_segment18

793: => ben_cpi_shd.g_old_rec.custom_segment16
794: ,p_custom_segment17_o
795: => ben_cpi_shd.g_old_rec.custom_segment17
796: ,p_custom_segment18_o
797: => ben_cpi_shd.g_old_rec.custom_segment18
798: ,p_custom_segment19_o
799: => ben_cpi_shd.g_old_rec.custom_segment19
800: ,p_custom_segment20_o
801: => ben_cpi_shd.g_old_rec.custom_segment20

Line 799: => ben_cpi_shd.g_old_rec.custom_segment19

795: => ben_cpi_shd.g_old_rec.custom_segment17
796: ,p_custom_segment18_o
797: => ben_cpi_shd.g_old_rec.custom_segment18
798: ,p_custom_segment19_o
799: => ben_cpi_shd.g_old_rec.custom_segment19
800: ,p_custom_segment20_o
801: => ben_cpi_shd.g_old_rec.custom_segment20
802: ,p_people_group_name_o
803: => ben_cpi_shd.g_old_rec.people_group_name

Line 801: => ben_cpi_shd.g_old_rec.custom_segment20

797: => ben_cpi_shd.g_old_rec.custom_segment18
798: ,p_custom_segment19_o
799: => ben_cpi_shd.g_old_rec.custom_segment19
800: ,p_custom_segment20_o
801: => ben_cpi_shd.g_old_rec.custom_segment20
802: ,p_people_group_name_o
803: => ben_cpi_shd.g_old_rec.people_group_name
804: ,p_people_group_segment1_o
805: => ben_cpi_shd.g_old_rec.people_group_segment1

Line 803: => ben_cpi_shd.g_old_rec.people_group_name

799: => ben_cpi_shd.g_old_rec.custom_segment19
800: ,p_custom_segment20_o
801: => ben_cpi_shd.g_old_rec.custom_segment20
802: ,p_people_group_name_o
803: => ben_cpi_shd.g_old_rec.people_group_name
804: ,p_people_group_segment1_o
805: => ben_cpi_shd.g_old_rec.people_group_segment1
806: ,p_people_group_segment2_o
807: => ben_cpi_shd.g_old_rec.people_group_segment2

Line 805: => ben_cpi_shd.g_old_rec.people_group_segment1

801: => ben_cpi_shd.g_old_rec.custom_segment20
802: ,p_people_group_name_o
803: => ben_cpi_shd.g_old_rec.people_group_name
804: ,p_people_group_segment1_o
805: => ben_cpi_shd.g_old_rec.people_group_segment1
806: ,p_people_group_segment2_o
807: => ben_cpi_shd.g_old_rec.people_group_segment2
808: ,p_people_group_segment3_o
809: => ben_cpi_shd.g_old_rec.people_group_segment3

Line 807: => ben_cpi_shd.g_old_rec.people_group_segment2

803: => ben_cpi_shd.g_old_rec.people_group_name
804: ,p_people_group_segment1_o
805: => ben_cpi_shd.g_old_rec.people_group_segment1
806: ,p_people_group_segment2_o
807: => ben_cpi_shd.g_old_rec.people_group_segment2
808: ,p_people_group_segment3_o
809: => ben_cpi_shd.g_old_rec.people_group_segment3
810: ,p_people_group_segment4_o
811: => ben_cpi_shd.g_old_rec.people_group_segment4

Line 809: => ben_cpi_shd.g_old_rec.people_group_segment3

805: => ben_cpi_shd.g_old_rec.people_group_segment1
806: ,p_people_group_segment2_o
807: => ben_cpi_shd.g_old_rec.people_group_segment2
808: ,p_people_group_segment3_o
809: => ben_cpi_shd.g_old_rec.people_group_segment3
810: ,p_people_group_segment4_o
811: => ben_cpi_shd.g_old_rec.people_group_segment4
812: ,p_people_group_segment5_o
813: => ben_cpi_shd.g_old_rec.people_group_segment5

Line 811: => ben_cpi_shd.g_old_rec.people_group_segment4

807: => ben_cpi_shd.g_old_rec.people_group_segment2
808: ,p_people_group_segment3_o
809: => ben_cpi_shd.g_old_rec.people_group_segment3
810: ,p_people_group_segment4_o
811: => ben_cpi_shd.g_old_rec.people_group_segment4
812: ,p_people_group_segment5_o
813: => ben_cpi_shd.g_old_rec.people_group_segment5
814: ,p_people_group_segment6_o
815: => ben_cpi_shd.g_old_rec.people_group_segment6

Line 813: => ben_cpi_shd.g_old_rec.people_group_segment5

809: => ben_cpi_shd.g_old_rec.people_group_segment3
810: ,p_people_group_segment4_o
811: => ben_cpi_shd.g_old_rec.people_group_segment4
812: ,p_people_group_segment5_o
813: => ben_cpi_shd.g_old_rec.people_group_segment5
814: ,p_people_group_segment6_o
815: => ben_cpi_shd.g_old_rec.people_group_segment6
816: ,p_people_group_segment7_o
817: => ben_cpi_shd.g_old_rec.people_group_segment7

Line 815: => ben_cpi_shd.g_old_rec.people_group_segment6

811: => ben_cpi_shd.g_old_rec.people_group_segment4
812: ,p_people_group_segment5_o
813: => ben_cpi_shd.g_old_rec.people_group_segment5
814: ,p_people_group_segment6_o
815: => ben_cpi_shd.g_old_rec.people_group_segment6
816: ,p_people_group_segment7_o
817: => ben_cpi_shd.g_old_rec.people_group_segment7
818: ,p_people_group_segment8_o
819: => ben_cpi_shd.g_old_rec.people_group_segment8

Line 817: => ben_cpi_shd.g_old_rec.people_group_segment7

813: => ben_cpi_shd.g_old_rec.people_group_segment5
814: ,p_people_group_segment6_o
815: => ben_cpi_shd.g_old_rec.people_group_segment6
816: ,p_people_group_segment7_o
817: => ben_cpi_shd.g_old_rec.people_group_segment7
818: ,p_people_group_segment8_o
819: => ben_cpi_shd.g_old_rec.people_group_segment8
820: ,p_people_group_segment9_o
821: => ben_cpi_shd.g_old_rec.people_group_segment9

Line 819: => ben_cpi_shd.g_old_rec.people_group_segment8

815: => ben_cpi_shd.g_old_rec.people_group_segment6
816: ,p_people_group_segment7_o
817: => ben_cpi_shd.g_old_rec.people_group_segment7
818: ,p_people_group_segment8_o
819: => ben_cpi_shd.g_old_rec.people_group_segment8
820: ,p_people_group_segment9_o
821: => ben_cpi_shd.g_old_rec.people_group_segment9
822: ,p_people_group_segment10_o
823: => ben_cpi_shd.g_old_rec.people_group_segment10

Line 821: => ben_cpi_shd.g_old_rec.people_group_segment9

817: => ben_cpi_shd.g_old_rec.people_group_segment7
818: ,p_people_group_segment8_o
819: => ben_cpi_shd.g_old_rec.people_group_segment8
820: ,p_people_group_segment9_o
821: => ben_cpi_shd.g_old_rec.people_group_segment9
822: ,p_people_group_segment10_o
823: => ben_cpi_shd.g_old_rec.people_group_segment10
824: ,p_people_group_segment11_o
825: => ben_cpi_shd.g_old_rec.people_group_segment11

Line 823: => ben_cpi_shd.g_old_rec.people_group_segment10

819: => ben_cpi_shd.g_old_rec.people_group_segment8
820: ,p_people_group_segment9_o
821: => ben_cpi_shd.g_old_rec.people_group_segment9
822: ,p_people_group_segment10_o
823: => ben_cpi_shd.g_old_rec.people_group_segment10
824: ,p_people_group_segment11_o
825: => ben_cpi_shd.g_old_rec.people_group_segment11
826: ,p_ass_attribute_category_o
827: => ben_cpi_shd.g_old_rec.ass_attribute_category

Line 825: => ben_cpi_shd.g_old_rec.people_group_segment11

821: => ben_cpi_shd.g_old_rec.people_group_segment9
822: ,p_people_group_segment10_o
823: => ben_cpi_shd.g_old_rec.people_group_segment10
824: ,p_people_group_segment11_o
825: => ben_cpi_shd.g_old_rec.people_group_segment11
826: ,p_ass_attribute_category_o
827: => ben_cpi_shd.g_old_rec.ass_attribute_category
828: ,p_ass_attribute1_o
829: => ben_cpi_shd.g_old_rec.ass_attribute1

Line 827: => ben_cpi_shd.g_old_rec.ass_attribute_category

823: => ben_cpi_shd.g_old_rec.people_group_segment10
824: ,p_people_group_segment11_o
825: => ben_cpi_shd.g_old_rec.people_group_segment11
826: ,p_ass_attribute_category_o
827: => ben_cpi_shd.g_old_rec.ass_attribute_category
828: ,p_ass_attribute1_o
829: => ben_cpi_shd.g_old_rec.ass_attribute1
830: ,p_ass_attribute2_o
831: => ben_cpi_shd.g_old_rec.ass_attribute2

Line 829: => ben_cpi_shd.g_old_rec.ass_attribute1

825: => ben_cpi_shd.g_old_rec.people_group_segment11
826: ,p_ass_attribute_category_o
827: => ben_cpi_shd.g_old_rec.ass_attribute_category
828: ,p_ass_attribute1_o
829: => ben_cpi_shd.g_old_rec.ass_attribute1
830: ,p_ass_attribute2_o
831: => ben_cpi_shd.g_old_rec.ass_attribute2
832: ,p_ass_attribute3_o
833: => ben_cpi_shd.g_old_rec.ass_attribute3

Line 831: => ben_cpi_shd.g_old_rec.ass_attribute2

827: => ben_cpi_shd.g_old_rec.ass_attribute_category
828: ,p_ass_attribute1_o
829: => ben_cpi_shd.g_old_rec.ass_attribute1
830: ,p_ass_attribute2_o
831: => ben_cpi_shd.g_old_rec.ass_attribute2
832: ,p_ass_attribute3_o
833: => ben_cpi_shd.g_old_rec.ass_attribute3
834: ,p_ass_attribute4_o
835: => ben_cpi_shd.g_old_rec.ass_attribute4

Line 833: => ben_cpi_shd.g_old_rec.ass_attribute3

829: => ben_cpi_shd.g_old_rec.ass_attribute1
830: ,p_ass_attribute2_o
831: => ben_cpi_shd.g_old_rec.ass_attribute2
832: ,p_ass_attribute3_o
833: => ben_cpi_shd.g_old_rec.ass_attribute3
834: ,p_ass_attribute4_o
835: => ben_cpi_shd.g_old_rec.ass_attribute4
836: ,p_ass_attribute5_o
837: => ben_cpi_shd.g_old_rec.ass_attribute5

Line 835: => ben_cpi_shd.g_old_rec.ass_attribute4

831: => ben_cpi_shd.g_old_rec.ass_attribute2
832: ,p_ass_attribute3_o
833: => ben_cpi_shd.g_old_rec.ass_attribute3
834: ,p_ass_attribute4_o
835: => ben_cpi_shd.g_old_rec.ass_attribute4
836: ,p_ass_attribute5_o
837: => ben_cpi_shd.g_old_rec.ass_attribute5
838: ,p_ass_attribute6_o
839: => ben_cpi_shd.g_old_rec.ass_attribute6

Line 837: => ben_cpi_shd.g_old_rec.ass_attribute5

833: => ben_cpi_shd.g_old_rec.ass_attribute3
834: ,p_ass_attribute4_o
835: => ben_cpi_shd.g_old_rec.ass_attribute4
836: ,p_ass_attribute5_o
837: => ben_cpi_shd.g_old_rec.ass_attribute5
838: ,p_ass_attribute6_o
839: => ben_cpi_shd.g_old_rec.ass_attribute6
840: ,p_ass_attribute7_o
841: => ben_cpi_shd.g_old_rec.ass_attribute7

Line 839: => ben_cpi_shd.g_old_rec.ass_attribute6

835: => ben_cpi_shd.g_old_rec.ass_attribute4
836: ,p_ass_attribute5_o
837: => ben_cpi_shd.g_old_rec.ass_attribute5
838: ,p_ass_attribute6_o
839: => ben_cpi_shd.g_old_rec.ass_attribute6
840: ,p_ass_attribute7_o
841: => ben_cpi_shd.g_old_rec.ass_attribute7
842: ,p_ass_attribute8_o
843: => ben_cpi_shd.g_old_rec.ass_attribute8

Line 841: => ben_cpi_shd.g_old_rec.ass_attribute7

837: => ben_cpi_shd.g_old_rec.ass_attribute5
838: ,p_ass_attribute6_o
839: => ben_cpi_shd.g_old_rec.ass_attribute6
840: ,p_ass_attribute7_o
841: => ben_cpi_shd.g_old_rec.ass_attribute7
842: ,p_ass_attribute8_o
843: => ben_cpi_shd.g_old_rec.ass_attribute8
844: ,p_ass_attribute9_o
845: => ben_cpi_shd.g_old_rec.ass_attribute9

Line 843: => ben_cpi_shd.g_old_rec.ass_attribute8

839: => ben_cpi_shd.g_old_rec.ass_attribute6
840: ,p_ass_attribute7_o
841: => ben_cpi_shd.g_old_rec.ass_attribute7
842: ,p_ass_attribute8_o
843: => ben_cpi_shd.g_old_rec.ass_attribute8
844: ,p_ass_attribute9_o
845: => ben_cpi_shd.g_old_rec.ass_attribute9
846: ,p_ass_attribute10_o
847: => ben_cpi_shd.g_old_rec.ass_attribute10

Line 845: => ben_cpi_shd.g_old_rec.ass_attribute9

841: => ben_cpi_shd.g_old_rec.ass_attribute7
842: ,p_ass_attribute8_o
843: => ben_cpi_shd.g_old_rec.ass_attribute8
844: ,p_ass_attribute9_o
845: => ben_cpi_shd.g_old_rec.ass_attribute9
846: ,p_ass_attribute10_o
847: => ben_cpi_shd.g_old_rec.ass_attribute10
848: ,p_ass_attribute11_o
849: => ben_cpi_shd.g_old_rec.ass_attribute11

Line 847: => ben_cpi_shd.g_old_rec.ass_attribute10

843: => ben_cpi_shd.g_old_rec.ass_attribute8
844: ,p_ass_attribute9_o
845: => ben_cpi_shd.g_old_rec.ass_attribute9
846: ,p_ass_attribute10_o
847: => ben_cpi_shd.g_old_rec.ass_attribute10
848: ,p_ass_attribute11_o
849: => ben_cpi_shd.g_old_rec.ass_attribute11
850: ,p_ass_attribute12_o
851: => ben_cpi_shd.g_old_rec.ass_attribute12

Line 849: => ben_cpi_shd.g_old_rec.ass_attribute11

845: => ben_cpi_shd.g_old_rec.ass_attribute9
846: ,p_ass_attribute10_o
847: => ben_cpi_shd.g_old_rec.ass_attribute10
848: ,p_ass_attribute11_o
849: => ben_cpi_shd.g_old_rec.ass_attribute11
850: ,p_ass_attribute12_o
851: => ben_cpi_shd.g_old_rec.ass_attribute12
852: ,p_ass_attribute13_o
853: => ben_cpi_shd.g_old_rec.ass_attribute13

Line 851: => ben_cpi_shd.g_old_rec.ass_attribute12

847: => ben_cpi_shd.g_old_rec.ass_attribute10
848: ,p_ass_attribute11_o
849: => ben_cpi_shd.g_old_rec.ass_attribute11
850: ,p_ass_attribute12_o
851: => ben_cpi_shd.g_old_rec.ass_attribute12
852: ,p_ass_attribute13_o
853: => ben_cpi_shd.g_old_rec.ass_attribute13
854: ,p_ass_attribute14_o
855: => ben_cpi_shd.g_old_rec.ass_attribute14

Line 853: => ben_cpi_shd.g_old_rec.ass_attribute13

849: => ben_cpi_shd.g_old_rec.ass_attribute11
850: ,p_ass_attribute12_o
851: => ben_cpi_shd.g_old_rec.ass_attribute12
852: ,p_ass_attribute13_o
853: => ben_cpi_shd.g_old_rec.ass_attribute13
854: ,p_ass_attribute14_o
855: => ben_cpi_shd.g_old_rec.ass_attribute14
856: ,p_ass_attribute15_o
857: => ben_cpi_shd.g_old_rec.ass_attribute15

Line 855: => ben_cpi_shd.g_old_rec.ass_attribute14

851: => ben_cpi_shd.g_old_rec.ass_attribute12
852: ,p_ass_attribute13_o
853: => ben_cpi_shd.g_old_rec.ass_attribute13
854: ,p_ass_attribute14_o
855: => ben_cpi_shd.g_old_rec.ass_attribute14
856: ,p_ass_attribute15_o
857: => ben_cpi_shd.g_old_rec.ass_attribute15
858: ,p_ass_attribute16_o
859: => ben_cpi_shd.g_old_rec.ass_attribute16

Line 857: => ben_cpi_shd.g_old_rec.ass_attribute15

853: => ben_cpi_shd.g_old_rec.ass_attribute13
854: ,p_ass_attribute14_o
855: => ben_cpi_shd.g_old_rec.ass_attribute14
856: ,p_ass_attribute15_o
857: => ben_cpi_shd.g_old_rec.ass_attribute15
858: ,p_ass_attribute16_o
859: => ben_cpi_shd.g_old_rec.ass_attribute16
860: ,p_ass_attribute17_o
861: => ben_cpi_shd.g_old_rec.ass_attribute17

Line 859: => ben_cpi_shd.g_old_rec.ass_attribute16

855: => ben_cpi_shd.g_old_rec.ass_attribute14
856: ,p_ass_attribute15_o
857: => ben_cpi_shd.g_old_rec.ass_attribute15
858: ,p_ass_attribute16_o
859: => ben_cpi_shd.g_old_rec.ass_attribute16
860: ,p_ass_attribute17_o
861: => ben_cpi_shd.g_old_rec.ass_attribute17
862: ,p_ass_attribute18_o
863: => ben_cpi_shd.g_old_rec.ass_attribute18

Line 861: => ben_cpi_shd.g_old_rec.ass_attribute17

857: => ben_cpi_shd.g_old_rec.ass_attribute15
858: ,p_ass_attribute16_o
859: => ben_cpi_shd.g_old_rec.ass_attribute16
860: ,p_ass_attribute17_o
861: => ben_cpi_shd.g_old_rec.ass_attribute17
862: ,p_ass_attribute18_o
863: => ben_cpi_shd.g_old_rec.ass_attribute18
864: ,p_ass_attribute19_o
865: => ben_cpi_shd.g_old_rec.ass_attribute19

Line 863: => ben_cpi_shd.g_old_rec.ass_attribute18

859: => ben_cpi_shd.g_old_rec.ass_attribute16
860: ,p_ass_attribute17_o
861: => ben_cpi_shd.g_old_rec.ass_attribute17
862: ,p_ass_attribute18_o
863: => ben_cpi_shd.g_old_rec.ass_attribute18
864: ,p_ass_attribute19_o
865: => ben_cpi_shd.g_old_rec.ass_attribute19
866: ,p_ass_attribute20_o
867: => ben_cpi_shd.g_old_rec.ass_attribute20

Line 865: => ben_cpi_shd.g_old_rec.ass_attribute19

861: => ben_cpi_shd.g_old_rec.ass_attribute17
862: ,p_ass_attribute18_o
863: => ben_cpi_shd.g_old_rec.ass_attribute18
864: ,p_ass_attribute19_o
865: => ben_cpi_shd.g_old_rec.ass_attribute19
866: ,p_ass_attribute20_o
867: => ben_cpi_shd.g_old_rec.ass_attribute20
868: ,p_ass_attribute21_o
869: => ben_cpi_shd.g_old_rec.ass_attribute21

Line 867: => ben_cpi_shd.g_old_rec.ass_attribute20

863: => ben_cpi_shd.g_old_rec.ass_attribute18
864: ,p_ass_attribute19_o
865: => ben_cpi_shd.g_old_rec.ass_attribute19
866: ,p_ass_attribute20_o
867: => ben_cpi_shd.g_old_rec.ass_attribute20
868: ,p_ass_attribute21_o
869: => ben_cpi_shd.g_old_rec.ass_attribute21
870: ,p_ass_attribute22_o
871: => ben_cpi_shd.g_old_rec.ass_attribute22

Line 869: => ben_cpi_shd.g_old_rec.ass_attribute21

865: => ben_cpi_shd.g_old_rec.ass_attribute19
866: ,p_ass_attribute20_o
867: => ben_cpi_shd.g_old_rec.ass_attribute20
868: ,p_ass_attribute21_o
869: => ben_cpi_shd.g_old_rec.ass_attribute21
870: ,p_ass_attribute22_o
871: => ben_cpi_shd.g_old_rec.ass_attribute22
872: ,p_ass_attribute23_o
873: => ben_cpi_shd.g_old_rec.ass_attribute23

Line 871: => ben_cpi_shd.g_old_rec.ass_attribute22

867: => ben_cpi_shd.g_old_rec.ass_attribute20
868: ,p_ass_attribute21_o
869: => ben_cpi_shd.g_old_rec.ass_attribute21
870: ,p_ass_attribute22_o
871: => ben_cpi_shd.g_old_rec.ass_attribute22
872: ,p_ass_attribute23_o
873: => ben_cpi_shd.g_old_rec.ass_attribute23
874: ,p_ass_attribute24_o
875: => ben_cpi_shd.g_old_rec.ass_attribute24

Line 873: => ben_cpi_shd.g_old_rec.ass_attribute23

869: => ben_cpi_shd.g_old_rec.ass_attribute21
870: ,p_ass_attribute22_o
871: => ben_cpi_shd.g_old_rec.ass_attribute22
872: ,p_ass_attribute23_o
873: => ben_cpi_shd.g_old_rec.ass_attribute23
874: ,p_ass_attribute24_o
875: => ben_cpi_shd.g_old_rec.ass_attribute24
876: ,p_ass_attribute25_o
877: => ben_cpi_shd.g_old_rec.ass_attribute25

Line 875: => ben_cpi_shd.g_old_rec.ass_attribute24

871: => ben_cpi_shd.g_old_rec.ass_attribute22
872: ,p_ass_attribute23_o
873: => ben_cpi_shd.g_old_rec.ass_attribute23
874: ,p_ass_attribute24_o
875: => ben_cpi_shd.g_old_rec.ass_attribute24
876: ,p_ass_attribute25_o
877: => ben_cpi_shd.g_old_rec.ass_attribute25
878: ,p_ass_attribute26_o
879: => ben_cpi_shd.g_old_rec.ass_attribute26

Line 877: => ben_cpi_shd.g_old_rec.ass_attribute25

873: => ben_cpi_shd.g_old_rec.ass_attribute23
874: ,p_ass_attribute24_o
875: => ben_cpi_shd.g_old_rec.ass_attribute24
876: ,p_ass_attribute25_o
877: => ben_cpi_shd.g_old_rec.ass_attribute25
878: ,p_ass_attribute26_o
879: => ben_cpi_shd.g_old_rec.ass_attribute26
880: ,p_ass_attribute27_o
881: => ben_cpi_shd.g_old_rec.ass_attribute27

Line 879: => ben_cpi_shd.g_old_rec.ass_attribute26

875: => ben_cpi_shd.g_old_rec.ass_attribute24
876: ,p_ass_attribute25_o
877: => ben_cpi_shd.g_old_rec.ass_attribute25
878: ,p_ass_attribute26_o
879: => ben_cpi_shd.g_old_rec.ass_attribute26
880: ,p_ass_attribute27_o
881: => ben_cpi_shd.g_old_rec.ass_attribute27
882: ,p_ass_attribute28_o
883: => ben_cpi_shd.g_old_rec.ass_attribute28

Line 881: => ben_cpi_shd.g_old_rec.ass_attribute27

877: => ben_cpi_shd.g_old_rec.ass_attribute25
878: ,p_ass_attribute26_o
879: => ben_cpi_shd.g_old_rec.ass_attribute26
880: ,p_ass_attribute27_o
881: => ben_cpi_shd.g_old_rec.ass_attribute27
882: ,p_ass_attribute28_o
883: => ben_cpi_shd.g_old_rec.ass_attribute28
884: ,p_ass_attribute29_o
885: => ben_cpi_shd.g_old_rec.ass_attribute29

Line 883: => ben_cpi_shd.g_old_rec.ass_attribute28

879: => ben_cpi_shd.g_old_rec.ass_attribute26
880: ,p_ass_attribute27_o
881: => ben_cpi_shd.g_old_rec.ass_attribute27
882: ,p_ass_attribute28_o
883: => ben_cpi_shd.g_old_rec.ass_attribute28
884: ,p_ass_attribute29_o
885: => ben_cpi_shd.g_old_rec.ass_attribute29
886: ,p_ass_attribute30_o
887: => ben_cpi_shd.g_old_rec.ass_attribute30

Line 885: => ben_cpi_shd.g_old_rec.ass_attribute29

881: => ben_cpi_shd.g_old_rec.ass_attribute27
882: ,p_ass_attribute28_o
883: => ben_cpi_shd.g_old_rec.ass_attribute28
884: ,p_ass_attribute29_o
885: => ben_cpi_shd.g_old_rec.ass_attribute29
886: ,p_ass_attribute30_o
887: => ben_cpi_shd.g_old_rec.ass_attribute30
888: ,p_ws_comments_o
889: => ben_cpi_shd.g_old_rec.ws_comments

Line 887: => ben_cpi_shd.g_old_rec.ass_attribute30

883: => ben_cpi_shd.g_old_rec.ass_attribute28
884: ,p_ass_attribute29_o
885: => ben_cpi_shd.g_old_rec.ass_attribute29
886: ,p_ass_attribute30_o
887: => ben_cpi_shd.g_old_rec.ass_attribute30
888: ,p_ws_comments_o
889: => ben_cpi_shd.g_old_rec.ws_comments
890: ,p_cpi_attribute_category_o
891: => ben_cpi_shd.g_old_rec.cpi_attribute_category

Line 889: => ben_cpi_shd.g_old_rec.ws_comments

885: => ben_cpi_shd.g_old_rec.ass_attribute29
886: ,p_ass_attribute30_o
887: => ben_cpi_shd.g_old_rec.ass_attribute30
888: ,p_ws_comments_o
889: => ben_cpi_shd.g_old_rec.ws_comments
890: ,p_cpi_attribute_category_o
891: => ben_cpi_shd.g_old_rec.cpi_attribute_category
892: ,p_cpi_attribute1_o
893: => ben_cpi_shd.g_old_rec.cpi_attribute1

Line 891: => ben_cpi_shd.g_old_rec.cpi_attribute_category

887: => ben_cpi_shd.g_old_rec.ass_attribute30
888: ,p_ws_comments_o
889: => ben_cpi_shd.g_old_rec.ws_comments
890: ,p_cpi_attribute_category_o
891: => ben_cpi_shd.g_old_rec.cpi_attribute_category
892: ,p_cpi_attribute1_o
893: => ben_cpi_shd.g_old_rec.cpi_attribute1
894: ,p_cpi_attribute2_o
895: => ben_cpi_shd.g_old_rec.cpi_attribute2

Line 893: => ben_cpi_shd.g_old_rec.cpi_attribute1

889: => ben_cpi_shd.g_old_rec.ws_comments
890: ,p_cpi_attribute_category_o
891: => ben_cpi_shd.g_old_rec.cpi_attribute_category
892: ,p_cpi_attribute1_o
893: => ben_cpi_shd.g_old_rec.cpi_attribute1
894: ,p_cpi_attribute2_o
895: => ben_cpi_shd.g_old_rec.cpi_attribute2
896: ,p_cpi_attribute3_o
897: => ben_cpi_shd.g_old_rec.cpi_attribute3

Line 895: => ben_cpi_shd.g_old_rec.cpi_attribute2

891: => ben_cpi_shd.g_old_rec.cpi_attribute_category
892: ,p_cpi_attribute1_o
893: => ben_cpi_shd.g_old_rec.cpi_attribute1
894: ,p_cpi_attribute2_o
895: => ben_cpi_shd.g_old_rec.cpi_attribute2
896: ,p_cpi_attribute3_o
897: => ben_cpi_shd.g_old_rec.cpi_attribute3
898: ,p_cpi_attribute4_o
899: => ben_cpi_shd.g_old_rec.cpi_attribute4

Line 897: => ben_cpi_shd.g_old_rec.cpi_attribute3

893: => ben_cpi_shd.g_old_rec.cpi_attribute1
894: ,p_cpi_attribute2_o
895: => ben_cpi_shd.g_old_rec.cpi_attribute2
896: ,p_cpi_attribute3_o
897: => ben_cpi_shd.g_old_rec.cpi_attribute3
898: ,p_cpi_attribute4_o
899: => ben_cpi_shd.g_old_rec.cpi_attribute4
900: ,p_cpi_attribute5_o
901: => ben_cpi_shd.g_old_rec.cpi_attribute5

Line 899: => ben_cpi_shd.g_old_rec.cpi_attribute4

895: => ben_cpi_shd.g_old_rec.cpi_attribute2
896: ,p_cpi_attribute3_o
897: => ben_cpi_shd.g_old_rec.cpi_attribute3
898: ,p_cpi_attribute4_o
899: => ben_cpi_shd.g_old_rec.cpi_attribute4
900: ,p_cpi_attribute5_o
901: => ben_cpi_shd.g_old_rec.cpi_attribute5
902: ,p_cpi_attribute6_o
903: => ben_cpi_shd.g_old_rec.cpi_attribute6

Line 901: => ben_cpi_shd.g_old_rec.cpi_attribute5

897: => ben_cpi_shd.g_old_rec.cpi_attribute3
898: ,p_cpi_attribute4_o
899: => ben_cpi_shd.g_old_rec.cpi_attribute4
900: ,p_cpi_attribute5_o
901: => ben_cpi_shd.g_old_rec.cpi_attribute5
902: ,p_cpi_attribute6_o
903: => ben_cpi_shd.g_old_rec.cpi_attribute6
904: ,p_cpi_attribute7_o
905: => ben_cpi_shd.g_old_rec.cpi_attribute7

Line 903: => ben_cpi_shd.g_old_rec.cpi_attribute6

899: => ben_cpi_shd.g_old_rec.cpi_attribute4
900: ,p_cpi_attribute5_o
901: => ben_cpi_shd.g_old_rec.cpi_attribute5
902: ,p_cpi_attribute6_o
903: => ben_cpi_shd.g_old_rec.cpi_attribute6
904: ,p_cpi_attribute7_o
905: => ben_cpi_shd.g_old_rec.cpi_attribute7
906: ,p_cpi_attribute8_o
907: => ben_cpi_shd.g_old_rec.cpi_attribute8

Line 905: => ben_cpi_shd.g_old_rec.cpi_attribute7

901: => ben_cpi_shd.g_old_rec.cpi_attribute5
902: ,p_cpi_attribute6_o
903: => ben_cpi_shd.g_old_rec.cpi_attribute6
904: ,p_cpi_attribute7_o
905: => ben_cpi_shd.g_old_rec.cpi_attribute7
906: ,p_cpi_attribute8_o
907: => ben_cpi_shd.g_old_rec.cpi_attribute8
908: ,p_cpi_attribute9_o
909: => ben_cpi_shd.g_old_rec.cpi_attribute9

Line 907: => ben_cpi_shd.g_old_rec.cpi_attribute8

903: => ben_cpi_shd.g_old_rec.cpi_attribute6
904: ,p_cpi_attribute7_o
905: => ben_cpi_shd.g_old_rec.cpi_attribute7
906: ,p_cpi_attribute8_o
907: => ben_cpi_shd.g_old_rec.cpi_attribute8
908: ,p_cpi_attribute9_o
909: => ben_cpi_shd.g_old_rec.cpi_attribute9
910: ,p_cpi_attribute10_o
911: => ben_cpi_shd.g_old_rec.cpi_attribute10

Line 909: => ben_cpi_shd.g_old_rec.cpi_attribute9

905: => ben_cpi_shd.g_old_rec.cpi_attribute7
906: ,p_cpi_attribute8_o
907: => ben_cpi_shd.g_old_rec.cpi_attribute8
908: ,p_cpi_attribute9_o
909: => ben_cpi_shd.g_old_rec.cpi_attribute9
910: ,p_cpi_attribute10_o
911: => ben_cpi_shd.g_old_rec.cpi_attribute10
912: ,p_cpi_attribute11_o
913: => ben_cpi_shd.g_old_rec.cpi_attribute11

Line 911: => ben_cpi_shd.g_old_rec.cpi_attribute10

907: => ben_cpi_shd.g_old_rec.cpi_attribute8
908: ,p_cpi_attribute9_o
909: => ben_cpi_shd.g_old_rec.cpi_attribute9
910: ,p_cpi_attribute10_o
911: => ben_cpi_shd.g_old_rec.cpi_attribute10
912: ,p_cpi_attribute11_o
913: => ben_cpi_shd.g_old_rec.cpi_attribute11
914: ,p_cpi_attribute12_o
915: => ben_cpi_shd.g_old_rec.cpi_attribute12

Line 913: => ben_cpi_shd.g_old_rec.cpi_attribute11

909: => ben_cpi_shd.g_old_rec.cpi_attribute9
910: ,p_cpi_attribute10_o
911: => ben_cpi_shd.g_old_rec.cpi_attribute10
912: ,p_cpi_attribute11_o
913: => ben_cpi_shd.g_old_rec.cpi_attribute11
914: ,p_cpi_attribute12_o
915: => ben_cpi_shd.g_old_rec.cpi_attribute12
916: ,p_cpi_attribute13_o
917: => ben_cpi_shd.g_old_rec.cpi_attribute13

Line 915: => ben_cpi_shd.g_old_rec.cpi_attribute12

911: => ben_cpi_shd.g_old_rec.cpi_attribute10
912: ,p_cpi_attribute11_o
913: => ben_cpi_shd.g_old_rec.cpi_attribute11
914: ,p_cpi_attribute12_o
915: => ben_cpi_shd.g_old_rec.cpi_attribute12
916: ,p_cpi_attribute13_o
917: => ben_cpi_shd.g_old_rec.cpi_attribute13
918: ,p_cpi_attribute14_o
919: => ben_cpi_shd.g_old_rec.cpi_attribute14

Line 917: => ben_cpi_shd.g_old_rec.cpi_attribute13

913: => ben_cpi_shd.g_old_rec.cpi_attribute11
914: ,p_cpi_attribute12_o
915: => ben_cpi_shd.g_old_rec.cpi_attribute12
916: ,p_cpi_attribute13_o
917: => ben_cpi_shd.g_old_rec.cpi_attribute13
918: ,p_cpi_attribute14_o
919: => ben_cpi_shd.g_old_rec.cpi_attribute14
920: ,p_cpi_attribute15_o
921: => ben_cpi_shd.g_old_rec.cpi_attribute15

Line 919: => ben_cpi_shd.g_old_rec.cpi_attribute14

915: => ben_cpi_shd.g_old_rec.cpi_attribute12
916: ,p_cpi_attribute13_o
917: => ben_cpi_shd.g_old_rec.cpi_attribute13
918: ,p_cpi_attribute14_o
919: => ben_cpi_shd.g_old_rec.cpi_attribute14
920: ,p_cpi_attribute15_o
921: => ben_cpi_shd.g_old_rec.cpi_attribute15
922: ,p_cpi_attribute16_o
923: => ben_cpi_shd.g_old_rec.cpi_attribute16

Line 921: => ben_cpi_shd.g_old_rec.cpi_attribute15

917: => ben_cpi_shd.g_old_rec.cpi_attribute13
918: ,p_cpi_attribute14_o
919: => ben_cpi_shd.g_old_rec.cpi_attribute14
920: ,p_cpi_attribute15_o
921: => ben_cpi_shd.g_old_rec.cpi_attribute15
922: ,p_cpi_attribute16_o
923: => ben_cpi_shd.g_old_rec.cpi_attribute16
924: ,p_cpi_attribute17_o
925: => ben_cpi_shd.g_old_rec.cpi_attribute17

Line 923: => ben_cpi_shd.g_old_rec.cpi_attribute16

919: => ben_cpi_shd.g_old_rec.cpi_attribute14
920: ,p_cpi_attribute15_o
921: => ben_cpi_shd.g_old_rec.cpi_attribute15
922: ,p_cpi_attribute16_o
923: => ben_cpi_shd.g_old_rec.cpi_attribute16
924: ,p_cpi_attribute17_o
925: => ben_cpi_shd.g_old_rec.cpi_attribute17
926: ,p_cpi_attribute18_o
927: => ben_cpi_shd.g_old_rec.cpi_attribute18

Line 925: => ben_cpi_shd.g_old_rec.cpi_attribute17

921: => ben_cpi_shd.g_old_rec.cpi_attribute15
922: ,p_cpi_attribute16_o
923: => ben_cpi_shd.g_old_rec.cpi_attribute16
924: ,p_cpi_attribute17_o
925: => ben_cpi_shd.g_old_rec.cpi_attribute17
926: ,p_cpi_attribute18_o
927: => ben_cpi_shd.g_old_rec.cpi_attribute18
928: ,p_cpi_attribute19_o
929: => ben_cpi_shd.g_old_rec.cpi_attribute19

Line 927: => ben_cpi_shd.g_old_rec.cpi_attribute18

923: => ben_cpi_shd.g_old_rec.cpi_attribute16
924: ,p_cpi_attribute17_o
925: => ben_cpi_shd.g_old_rec.cpi_attribute17
926: ,p_cpi_attribute18_o
927: => ben_cpi_shd.g_old_rec.cpi_attribute18
928: ,p_cpi_attribute19_o
929: => ben_cpi_shd.g_old_rec.cpi_attribute19
930: ,p_cpi_attribute20_o
931: => ben_cpi_shd.g_old_rec.cpi_attribute20

Line 929: => ben_cpi_shd.g_old_rec.cpi_attribute19

925: => ben_cpi_shd.g_old_rec.cpi_attribute17
926: ,p_cpi_attribute18_o
927: => ben_cpi_shd.g_old_rec.cpi_attribute18
928: ,p_cpi_attribute19_o
929: => ben_cpi_shd.g_old_rec.cpi_attribute19
930: ,p_cpi_attribute20_o
931: => ben_cpi_shd.g_old_rec.cpi_attribute20
932: ,p_cpi_attribute21_o
933: => ben_cpi_shd.g_old_rec.cpi_attribute21

Line 931: => ben_cpi_shd.g_old_rec.cpi_attribute20

927: => ben_cpi_shd.g_old_rec.cpi_attribute18
928: ,p_cpi_attribute19_o
929: => ben_cpi_shd.g_old_rec.cpi_attribute19
930: ,p_cpi_attribute20_o
931: => ben_cpi_shd.g_old_rec.cpi_attribute20
932: ,p_cpi_attribute21_o
933: => ben_cpi_shd.g_old_rec.cpi_attribute21
934: ,p_cpi_attribute22_o
935: => ben_cpi_shd.g_old_rec.cpi_attribute22

Line 933: => ben_cpi_shd.g_old_rec.cpi_attribute21

929: => ben_cpi_shd.g_old_rec.cpi_attribute19
930: ,p_cpi_attribute20_o
931: => ben_cpi_shd.g_old_rec.cpi_attribute20
932: ,p_cpi_attribute21_o
933: => ben_cpi_shd.g_old_rec.cpi_attribute21
934: ,p_cpi_attribute22_o
935: => ben_cpi_shd.g_old_rec.cpi_attribute22
936: ,p_cpi_attribute23_o
937: => ben_cpi_shd.g_old_rec.cpi_attribute23

Line 935: => ben_cpi_shd.g_old_rec.cpi_attribute22

931: => ben_cpi_shd.g_old_rec.cpi_attribute20
932: ,p_cpi_attribute21_o
933: => ben_cpi_shd.g_old_rec.cpi_attribute21
934: ,p_cpi_attribute22_o
935: => ben_cpi_shd.g_old_rec.cpi_attribute22
936: ,p_cpi_attribute23_o
937: => ben_cpi_shd.g_old_rec.cpi_attribute23
938: ,p_cpi_attribute24_o
939: => ben_cpi_shd.g_old_rec.cpi_attribute24

Line 937: => ben_cpi_shd.g_old_rec.cpi_attribute23

933: => ben_cpi_shd.g_old_rec.cpi_attribute21
934: ,p_cpi_attribute22_o
935: => ben_cpi_shd.g_old_rec.cpi_attribute22
936: ,p_cpi_attribute23_o
937: => ben_cpi_shd.g_old_rec.cpi_attribute23
938: ,p_cpi_attribute24_o
939: => ben_cpi_shd.g_old_rec.cpi_attribute24
940: ,p_cpi_attribute25_o
941: => ben_cpi_shd.g_old_rec.cpi_attribute25

Line 939: => ben_cpi_shd.g_old_rec.cpi_attribute24

935: => ben_cpi_shd.g_old_rec.cpi_attribute22
936: ,p_cpi_attribute23_o
937: => ben_cpi_shd.g_old_rec.cpi_attribute23
938: ,p_cpi_attribute24_o
939: => ben_cpi_shd.g_old_rec.cpi_attribute24
940: ,p_cpi_attribute25_o
941: => ben_cpi_shd.g_old_rec.cpi_attribute25
942: ,p_cpi_attribute26_o
943: => ben_cpi_shd.g_old_rec.cpi_attribute26

Line 941: => ben_cpi_shd.g_old_rec.cpi_attribute25

937: => ben_cpi_shd.g_old_rec.cpi_attribute23
938: ,p_cpi_attribute24_o
939: => ben_cpi_shd.g_old_rec.cpi_attribute24
940: ,p_cpi_attribute25_o
941: => ben_cpi_shd.g_old_rec.cpi_attribute25
942: ,p_cpi_attribute26_o
943: => ben_cpi_shd.g_old_rec.cpi_attribute26
944: ,p_cpi_attribute27_o
945: => ben_cpi_shd.g_old_rec.cpi_attribute27

Line 943: => ben_cpi_shd.g_old_rec.cpi_attribute26

939: => ben_cpi_shd.g_old_rec.cpi_attribute24
940: ,p_cpi_attribute25_o
941: => ben_cpi_shd.g_old_rec.cpi_attribute25
942: ,p_cpi_attribute26_o
943: => ben_cpi_shd.g_old_rec.cpi_attribute26
944: ,p_cpi_attribute27_o
945: => ben_cpi_shd.g_old_rec.cpi_attribute27
946: ,p_cpi_attribute28_o
947: => ben_cpi_shd.g_old_rec.cpi_attribute28

Line 945: => ben_cpi_shd.g_old_rec.cpi_attribute27

941: => ben_cpi_shd.g_old_rec.cpi_attribute25
942: ,p_cpi_attribute26_o
943: => ben_cpi_shd.g_old_rec.cpi_attribute26
944: ,p_cpi_attribute27_o
945: => ben_cpi_shd.g_old_rec.cpi_attribute27
946: ,p_cpi_attribute28_o
947: => ben_cpi_shd.g_old_rec.cpi_attribute28
948: ,p_cpi_attribute29_o
949: => ben_cpi_shd.g_old_rec.cpi_attribute29

Line 947: => ben_cpi_shd.g_old_rec.cpi_attribute28

943: => ben_cpi_shd.g_old_rec.cpi_attribute26
944: ,p_cpi_attribute27_o
945: => ben_cpi_shd.g_old_rec.cpi_attribute27
946: ,p_cpi_attribute28_o
947: => ben_cpi_shd.g_old_rec.cpi_attribute28
948: ,p_cpi_attribute29_o
949: => ben_cpi_shd.g_old_rec.cpi_attribute29
950: ,p_cpi_attribute30_o
951: => ben_cpi_shd.g_old_rec.cpi_attribute30

Line 949: => ben_cpi_shd.g_old_rec.cpi_attribute29

945: => ben_cpi_shd.g_old_rec.cpi_attribute27
946: ,p_cpi_attribute28_o
947: => ben_cpi_shd.g_old_rec.cpi_attribute28
948: ,p_cpi_attribute29_o
949: => ben_cpi_shd.g_old_rec.cpi_attribute29
950: ,p_cpi_attribute30_o
951: => ben_cpi_shd.g_old_rec.cpi_attribute30
952: ,p_feedback_date_o
953: => ben_cpi_shd.g_old_rec.feedback_date

Line 951: => ben_cpi_shd.g_old_rec.cpi_attribute30

947: => ben_cpi_shd.g_old_rec.cpi_attribute28
948: ,p_cpi_attribute29_o
949: => ben_cpi_shd.g_old_rec.cpi_attribute29
950: ,p_cpi_attribute30_o
951: => ben_cpi_shd.g_old_rec.cpi_attribute30
952: ,p_feedback_date_o
953: => ben_cpi_shd.g_old_rec.feedback_date
954: );
955: --

Line 953: => ben_cpi_shd.g_old_rec.feedback_date

949: => ben_cpi_shd.g_old_rec.cpi_attribute29
950: ,p_cpi_attribute30_o
951: => ben_cpi_shd.g_old_rec.cpi_attribute30
952: ,p_feedback_date_o
953: => ben_cpi_shd.g_old_rec.feedback_date
954: );
955: --
956: exception
957: --

Line 1015: (p_rec in out nocopy ben_cpi_shd.g_rec_type

1011: --
1012: -- {End Of Comments}
1013: -- ----------------------------------------------------------------------------
1014: Procedure convert_defs
1015: (p_rec in out nocopy ben_cpi_shd.g_rec_type
1016: ) is
1017: --
1018: Begin
1019: --

Line 1027: ben_cpi_shd.g_old_rec.assignment_id;

1023: -- is being used then we must set to the 'current' argument value.
1024: --
1025: If (p_rec.assignment_id = hr_api.g_number) then
1026: p_rec.assignment_id :=
1027: ben_cpi_shd.g_old_rec.assignment_id;
1028: End If;
1029: If (p_rec.person_id = hr_api.g_number) then
1030: p_rec.person_id :=
1031: ben_cpi_shd.g_old_rec.person_id;

Line 1031: ben_cpi_shd.g_old_rec.person_id;

1027: ben_cpi_shd.g_old_rec.assignment_id;
1028: End If;
1029: If (p_rec.person_id = hr_api.g_number) then
1030: p_rec.person_id :=
1031: ben_cpi_shd.g_old_rec.person_id;
1032: End If;
1033: If (p_rec.supervisor_id = hr_api.g_number) then
1034: p_rec.supervisor_id :=
1035: ben_cpi_shd.g_old_rec.supervisor_id;

Line 1035: ben_cpi_shd.g_old_rec.supervisor_id;

1031: ben_cpi_shd.g_old_rec.person_id;
1032: End If;
1033: If (p_rec.supervisor_id = hr_api.g_number) then
1034: p_rec.supervisor_id :=
1035: ben_cpi_shd.g_old_rec.supervisor_id;
1036: End If;
1037: If (p_rec.effective_date = hr_api.g_date) then
1038: p_rec.effective_date :=
1039: ben_cpi_shd.g_old_rec.effective_date;

Line 1039: ben_cpi_shd.g_old_rec.effective_date;

1035: ben_cpi_shd.g_old_rec.supervisor_id;
1036: End If;
1037: If (p_rec.effective_date = hr_api.g_date) then
1038: p_rec.effective_date :=
1039: ben_cpi_shd.g_old_rec.effective_date;
1040: End If;
1041: If (p_rec.full_name = hr_api.g_varchar2) then
1042: p_rec.full_name :=
1043: ben_cpi_shd.g_old_rec.full_name;

Line 1043: ben_cpi_shd.g_old_rec.full_name;

1039: ben_cpi_shd.g_old_rec.effective_date;
1040: End If;
1041: If (p_rec.full_name = hr_api.g_varchar2) then
1042: p_rec.full_name :=
1043: ben_cpi_shd.g_old_rec.full_name;
1044: End If;
1045: If (p_rec.brief_name = hr_api.g_varchar2) then
1046: p_rec.brief_name :=
1047: ben_cpi_shd.g_old_rec.brief_name;

Line 1047: ben_cpi_shd.g_old_rec.brief_name;

1043: ben_cpi_shd.g_old_rec.full_name;
1044: End If;
1045: If (p_rec.brief_name = hr_api.g_varchar2) then
1046: p_rec.brief_name :=
1047: ben_cpi_shd.g_old_rec.brief_name;
1048: End If;
1049: If (p_rec.custom_name = hr_api.g_varchar2) then
1050: p_rec.custom_name :=
1051: ben_cpi_shd.g_old_rec.custom_name;

Line 1051: ben_cpi_shd.g_old_rec.custom_name;

1047: ben_cpi_shd.g_old_rec.brief_name;
1048: End If;
1049: If (p_rec.custom_name = hr_api.g_varchar2) then
1050: p_rec.custom_name :=
1051: ben_cpi_shd.g_old_rec.custom_name;
1052: End If;
1053: If (p_rec.supervisor_full_name = hr_api.g_varchar2) then
1054: p_rec.supervisor_full_name :=
1055: ben_cpi_shd.g_old_rec.supervisor_full_name;

Line 1055: ben_cpi_shd.g_old_rec.supervisor_full_name;

1051: ben_cpi_shd.g_old_rec.custom_name;
1052: End If;
1053: If (p_rec.supervisor_full_name = hr_api.g_varchar2) then
1054: p_rec.supervisor_full_name :=
1055: ben_cpi_shd.g_old_rec.supervisor_full_name;
1056: End If;
1057: If (p_rec.supervisor_brief_name = hr_api.g_varchar2) then
1058: p_rec.supervisor_brief_name :=
1059: ben_cpi_shd.g_old_rec.supervisor_brief_name;

Line 1059: ben_cpi_shd.g_old_rec.supervisor_brief_name;

1055: ben_cpi_shd.g_old_rec.supervisor_full_name;
1056: End If;
1057: If (p_rec.supervisor_brief_name = hr_api.g_varchar2) then
1058: p_rec.supervisor_brief_name :=
1059: ben_cpi_shd.g_old_rec.supervisor_brief_name;
1060: End If;
1061: If (p_rec.supervisor_custom_name = hr_api.g_varchar2) then
1062: p_rec.supervisor_custom_name :=
1063: ben_cpi_shd.g_old_rec.supervisor_custom_name;

Line 1063: ben_cpi_shd.g_old_rec.supervisor_custom_name;

1059: ben_cpi_shd.g_old_rec.supervisor_brief_name;
1060: End If;
1061: If (p_rec.supervisor_custom_name = hr_api.g_varchar2) then
1062: p_rec.supervisor_custom_name :=
1063: ben_cpi_shd.g_old_rec.supervisor_custom_name;
1064: End If;
1065: If (p_rec.legislation_code = hr_api.g_varchar2) then
1066: p_rec.legislation_code :=
1067: ben_cpi_shd.g_old_rec.legislation_code;

Line 1067: ben_cpi_shd.g_old_rec.legislation_code;

1063: ben_cpi_shd.g_old_rec.supervisor_custom_name;
1064: End If;
1065: If (p_rec.legislation_code = hr_api.g_varchar2) then
1066: p_rec.legislation_code :=
1067: ben_cpi_shd.g_old_rec.legislation_code;
1068: End If;
1069: If (p_rec.years_employed = hr_api.g_number) then
1070: p_rec.years_employed :=
1071: ben_cpi_shd.g_old_rec.years_employed;

Line 1071: ben_cpi_shd.g_old_rec.years_employed;

1067: ben_cpi_shd.g_old_rec.legislation_code;
1068: End If;
1069: If (p_rec.years_employed = hr_api.g_number) then
1070: p_rec.years_employed :=
1071: ben_cpi_shd.g_old_rec.years_employed;
1072: End If;
1073: If (p_rec.years_in_job = hr_api.g_number) then
1074: p_rec.years_in_job :=
1075: ben_cpi_shd.g_old_rec.years_in_job;

Line 1075: ben_cpi_shd.g_old_rec.years_in_job;

1071: ben_cpi_shd.g_old_rec.years_employed;
1072: End If;
1073: If (p_rec.years_in_job = hr_api.g_number) then
1074: p_rec.years_in_job :=
1075: ben_cpi_shd.g_old_rec.years_in_job;
1076: End If;
1077: If (p_rec.years_in_position = hr_api.g_number) then
1078: p_rec.years_in_position :=
1079: ben_cpi_shd.g_old_rec.years_in_position;

Line 1079: ben_cpi_shd.g_old_rec.years_in_position;

1075: ben_cpi_shd.g_old_rec.years_in_job;
1076: End If;
1077: If (p_rec.years_in_position = hr_api.g_number) then
1078: p_rec.years_in_position :=
1079: ben_cpi_shd.g_old_rec.years_in_position;
1080: End If;
1081: If (p_rec.years_in_grade = hr_api.g_number) then
1082: p_rec.years_in_grade :=
1083: ben_cpi_shd.g_old_rec.years_in_grade;

Line 1083: ben_cpi_shd.g_old_rec.years_in_grade;

1079: ben_cpi_shd.g_old_rec.years_in_position;
1080: End If;
1081: If (p_rec.years_in_grade = hr_api.g_number) then
1082: p_rec.years_in_grade :=
1083: ben_cpi_shd.g_old_rec.years_in_grade;
1084: End If;
1085: If (p_rec.employee_number = hr_api.g_varchar2) then
1086: p_rec.employee_number :=
1087: ben_cpi_shd.g_old_rec.employee_number;

Line 1087: ben_cpi_shd.g_old_rec.employee_number;

1083: ben_cpi_shd.g_old_rec.years_in_grade;
1084: End If;
1085: If (p_rec.employee_number = hr_api.g_varchar2) then
1086: p_rec.employee_number :=
1087: ben_cpi_shd.g_old_rec.employee_number;
1088: End If;
1089: If (p_rec.start_date = hr_api.g_date) then
1090: p_rec.start_date :=
1091: ben_cpi_shd.g_old_rec.start_date;

Line 1091: ben_cpi_shd.g_old_rec.start_date;

1087: ben_cpi_shd.g_old_rec.employee_number;
1088: End If;
1089: If (p_rec.start_date = hr_api.g_date) then
1090: p_rec.start_date :=
1091: ben_cpi_shd.g_old_rec.start_date;
1092: End If;
1093: If (p_rec.original_start_date = hr_api.g_date) then
1094: p_rec.original_start_date :=
1095: ben_cpi_shd.g_old_rec.original_start_date;

Line 1095: ben_cpi_shd.g_old_rec.original_start_date;

1091: ben_cpi_shd.g_old_rec.start_date;
1092: End If;
1093: If (p_rec.original_start_date = hr_api.g_date) then
1094: p_rec.original_start_date :=
1095: ben_cpi_shd.g_old_rec.original_start_date;
1096: End If;
1097: If (p_rec.adjusted_svc_date = hr_api.g_date) then
1098: p_rec.adjusted_svc_date :=
1099: ben_cpi_shd.g_old_rec.adjusted_svc_date;

Line 1099: ben_cpi_shd.g_old_rec.adjusted_svc_date;

1095: ben_cpi_shd.g_old_rec.original_start_date;
1096: End If;
1097: If (p_rec.adjusted_svc_date = hr_api.g_date) then
1098: p_rec.adjusted_svc_date :=
1099: ben_cpi_shd.g_old_rec.adjusted_svc_date;
1100: End If;
1101: If (p_rec.base_salary = hr_api.g_number) then
1102: p_rec.base_salary :=
1103: ben_cpi_shd.g_old_rec.base_salary;

Line 1103: ben_cpi_shd.g_old_rec.base_salary;

1099: ben_cpi_shd.g_old_rec.adjusted_svc_date;
1100: End If;
1101: If (p_rec.base_salary = hr_api.g_number) then
1102: p_rec.base_salary :=
1103: ben_cpi_shd.g_old_rec.base_salary;
1104: End If;
1105: If (p_rec.base_salary_change_date = hr_api.g_date) then
1106: p_rec.base_salary_change_date :=
1107: ben_cpi_shd.g_old_rec.base_salary_change_date;

Line 1107: ben_cpi_shd.g_old_rec.base_salary_change_date;

1103: ben_cpi_shd.g_old_rec.base_salary;
1104: End If;
1105: If (p_rec.base_salary_change_date = hr_api.g_date) then
1106: p_rec.base_salary_change_date :=
1107: ben_cpi_shd.g_old_rec.base_salary_change_date;
1108: End If;
1109: If (p_rec.payroll_name = hr_api.g_varchar2) then
1110: p_rec.payroll_name :=
1111: ben_cpi_shd.g_old_rec.payroll_name;

Line 1111: ben_cpi_shd.g_old_rec.payroll_name;

1107: ben_cpi_shd.g_old_rec.base_salary_change_date;
1108: End If;
1109: If (p_rec.payroll_name = hr_api.g_varchar2) then
1110: p_rec.payroll_name :=
1111: ben_cpi_shd.g_old_rec.payroll_name;
1112: End If;
1113: If (p_rec.performance_rating = hr_api.g_varchar2) then
1114: p_rec.performance_rating :=
1115: ben_cpi_shd.g_old_rec.performance_rating;

Line 1115: ben_cpi_shd.g_old_rec.performance_rating;

1111: ben_cpi_shd.g_old_rec.payroll_name;
1112: End If;
1113: If (p_rec.performance_rating = hr_api.g_varchar2) then
1114: p_rec.performance_rating :=
1115: ben_cpi_shd.g_old_rec.performance_rating;
1116: End If;
1117: If (p_rec.performance_rating_type = hr_api.g_varchar2) then
1118: p_rec.performance_rating_type :=
1119: ben_cpi_shd.g_old_rec.performance_rating_type;

Line 1119: ben_cpi_shd.g_old_rec.performance_rating_type;

1115: ben_cpi_shd.g_old_rec.performance_rating;
1116: End If;
1117: If (p_rec.performance_rating_type = hr_api.g_varchar2) then
1118: p_rec.performance_rating_type :=
1119: ben_cpi_shd.g_old_rec.performance_rating_type;
1120: End If;
1121: If (p_rec.performance_rating_date = hr_api.g_date) then
1122: p_rec.performance_rating_date :=
1123: ben_cpi_shd.g_old_rec.performance_rating_date;

Line 1123: ben_cpi_shd.g_old_rec.performance_rating_date;

1119: ben_cpi_shd.g_old_rec.performance_rating_type;
1120: End If;
1121: If (p_rec.performance_rating_date = hr_api.g_date) then
1122: p_rec.performance_rating_date :=
1123: ben_cpi_shd.g_old_rec.performance_rating_date;
1124: End If;
1125: If (p_rec.business_group_id = hr_api.g_number) then
1126: p_rec.business_group_id :=
1127: ben_cpi_shd.g_old_rec.business_group_id;

Line 1127: ben_cpi_shd.g_old_rec.business_group_id;

1123: ben_cpi_shd.g_old_rec.performance_rating_date;
1124: End If;
1125: If (p_rec.business_group_id = hr_api.g_number) then
1126: p_rec.business_group_id :=
1127: ben_cpi_shd.g_old_rec.business_group_id;
1128: End If;
1129: If (p_rec.organization_id = hr_api.g_number) then
1130: p_rec.organization_id :=
1131: ben_cpi_shd.g_old_rec.organization_id;

Line 1131: ben_cpi_shd.g_old_rec.organization_id;

1127: ben_cpi_shd.g_old_rec.business_group_id;
1128: End If;
1129: If (p_rec.organization_id = hr_api.g_number) then
1130: p_rec.organization_id :=
1131: ben_cpi_shd.g_old_rec.organization_id;
1132: End If;
1133: If (p_rec.job_id = hr_api.g_number) then
1134: p_rec.job_id :=
1135: ben_cpi_shd.g_old_rec.job_id;

Line 1135: ben_cpi_shd.g_old_rec.job_id;

1131: ben_cpi_shd.g_old_rec.organization_id;
1132: End If;
1133: If (p_rec.job_id = hr_api.g_number) then
1134: p_rec.job_id :=
1135: ben_cpi_shd.g_old_rec.job_id;
1136: End If;
1137: If (p_rec.grade_id = hr_api.g_number) then
1138: p_rec.grade_id :=
1139: ben_cpi_shd.g_old_rec.grade_id;

Line 1139: ben_cpi_shd.g_old_rec.grade_id;

1135: ben_cpi_shd.g_old_rec.job_id;
1136: End If;
1137: If (p_rec.grade_id = hr_api.g_number) then
1138: p_rec.grade_id :=
1139: ben_cpi_shd.g_old_rec.grade_id;
1140: End If;
1141: If (p_rec.position_id = hr_api.g_number) then
1142: p_rec.position_id :=
1143: ben_cpi_shd.g_old_rec.position_id;

Line 1143: ben_cpi_shd.g_old_rec.position_id;

1139: ben_cpi_shd.g_old_rec.grade_id;
1140: End If;
1141: If (p_rec.position_id = hr_api.g_number) then
1142: p_rec.position_id :=
1143: ben_cpi_shd.g_old_rec.position_id;
1144: End If;
1145: If (p_rec.people_group_id = hr_api.g_number) then
1146: p_rec.people_group_id :=
1147: ben_cpi_shd.g_old_rec.people_group_id;

Line 1147: ben_cpi_shd.g_old_rec.people_group_id;

1143: ben_cpi_shd.g_old_rec.position_id;
1144: End If;
1145: If (p_rec.people_group_id = hr_api.g_number) then
1146: p_rec.people_group_id :=
1147: ben_cpi_shd.g_old_rec.people_group_id;
1148: End If;
1149: If (p_rec.soft_coding_keyflex_id = hr_api.g_number) then
1150: p_rec.soft_coding_keyflex_id :=
1151: ben_cpi_shd.g_old_rec.soft_coding_keyflex_id;

Line 1151: ben_cpi_shd.g_old_rec.soft_coding_keyflex_id;

1147: ben_cpi_shd.g_old_rec.people_group_id;
1148: End If;
1149: If (p_rec.soft_coding_keyflex_id = hr_api.g_number) then
1150: p_rec.soft_coding_keyflex_id :=
1151: ben_cpi_shd.g_old_rec.soft_coding_keyflex_id;
1152: End If;
1153: If (p_rec.location_id = hr_api.g_number) then
1154: p_rec.location_id :=
1155: ben_cpi_shd.g_old_rec.location_id;

Line 1155: ben_cpi_shd.g_old_rec.location_id;

1151: ben_cpi_shd.g_old_rec.soft_coding_keyflex_id;
1152: End If;
1153: If (p_rec.location_id = hr_api.g_number) then
1154: p_rec.location_id :=
1155: ben_cpi_shd.g_old_rec.location_id;
1156: End If;
1157: If (p_rec.pay_rate_id = hr_api.g_number) then
1158: p_rec.pay_rate_id :=
1159: ben_cpi_shd.g_old_rec.pay_rate_id;

Line 1159: ben_cpi_shd.g_old_rec.pay_rate_id;

1155: ben_cpi_shd.g_old_rec.location_id;
1156: End If;
1157: If (p_rec.pay_rate_id = hr_api.g_number) then
1158: p_rec.pay_rate_id :=
1159: ben_cpi_shd.g_old_rec.pay_rate_id;
1160: End If;
1161: If (p_rec.assignment_status_type_id = hr_api.g_number) then
1162: p_rec.assignment_status_type_id :=
1163: ben_cpi_shd.g_old_rec.assignment_status_type_id;

Line 1163: ben_cpi_shd.g_old_rec.assignment_status_type_id;

1159: ben_cpi_shd.g_old_rec.pay_rate_id;
1160: End If;
1161: If (p_rec.assignment_status_type_id = hr_api.g_number) then
1162: p_rec.assignment_status_type_id :=
1163: ben_cpi_shd.g_old_rec.assignment_status_type_id;
1164: End If;
1165: If (p_rec.frequency = hr_api.g_varchar2) then
1166: p_rec.frequency :=
1167: ben_cpi_shd.g_old_rec.frequency;

Line 1167: ben_cpi_shd.g_old_rec.frequency;

1163: ben_cpi_shd.g_old_rec.assignment_status_type_id;
1164: End If;
1165: If (p_rec.frequency = hr_api.g_varchar2) then
1166: p_rec.frequency :=
1167: ben_cpi_shd.g_old_rec.frequency;
1168: End If;
1169: If (p_rec.grade_annulization_factor = hr_api.g_number) then
1170: p_rec.grade_annulization_factor :=
1171: ben_cpi_shd.g_old_rec.grade_annulization_factor;

Line 1171: ben_cpi_shd.g_old_rec.grade_annulization_factor;

1167: ben_cpi_shd.g_old_rec.frequency;
1168: End If;
1169: If (p_rec.grade_annulization_factor = hr_api.g_number) then
1170: p_rec.grade_annulization_factor :=
1171: ben_cpi_shd.g_old_rec.grade_annulization_factor;
1172: End If;
1173: If (p_rec.pay_annulization_factor = hr_api.g_number) then
1174: p_rec.pay_annulization_factor :=
1175: ben_cpi_shd.g_old_rec.pay_annulization_factor;

Line 1175: ben_cpi_shd.g_old_rec.pay_annulization_factor;

1171: ben_cpi_shd.g_old_rec.grade_annulization_factor;
1172: End If;
1173: If (p_rec.pay_annulization_factor = hr_api.g_number) then
1174: p_rec.pay_annulization_factor :=
1175: ben_cpi_shd.g_old_rec.pay_annulization_factor;
1176: End If;
1177: If (p_rec.grd_min_val = hr_api.g_number) then
1178: p_rec.grd_min_val :=
1179: ben_cpi_shd.g_old_rec.grd_min_val;

Line 1179: ben_cpi_shd.g_old_rec.grd_min_val;

1175: ben_cpi_shd.g_old_rec.pay_annulization_factor;
1176: End If;
1177: If (p_rec.grd_min_val = hr_api.g_number) then
1178: p_rec.grd_min_val :=
1179: ben_cpi_shd.g_old_rec.grd_min_val;
1180: End If;
1181: If (p_rec.grd_max_val = hr_api.g_number) then
1182: p_rec.grd_max_val :=
1183: ben_cpi_shd.g_old_rec.grd_max_val;

Line 1183: ben_cpi_shd.g_old_rec.grd_max_val;

1179: ben_cpi_shd.g_old_rec.grd_min_val;
1180: End If;
1181: If (p_rec.grd_max_val = hr_api.g_number) then
1182: p_rec.grd_max_val :=
1183: ben_cpi_shd.g_old_rec.grd_max_val;
1184: End If;
1185: If (p_rec.grd_mid_point = hr_api.g_number) then
1186: p_rec.grd_mid_point :=
1187: ben_cpi_shd.g_old_rec.grd_mid_point;

Line 1187: ben_cpi_shd.g_old_rec.grd_mid_point;

1183: ben_cpi_shd.g_old_rec.grd_max_val;
1184: End If;
1185: If (p_rec.grd_mid_point = hr_api.g_number) then
1186: p_rec.grd_mid_point :=
1187: ben_cpi_shd.g_old_rec.grd_mid_point;
1188: End If;
1189: If (p_rec.grd_quartile = hr_api.g_varchar2) then
1190: p_rec.grd_quartile :=
1191: ben_cpi_shd.g_old_rec.grd_quartile;

Line 1191: ben_cpi_shd.g_old_rec.grd_quartile;

1187: ben_cpi_shd.g_old_rec.grd_mid_point;
1188: End If;
1189: If (p_rec.grd_quartile = hr_api.g_varchar2) then
1190: p_rec.grd_quartile :=
1191: ben_cpi_shd.g_old_rec.grd_quartile;
1192: End If;
1193: If (p_rec.grd_comparatio = hr_api.g_number) then
1194: p_rec.grd_comparatio :=
1195: ben_cpi_shd.g_old_rec.grd_comparatio;

Line 1195: ben_cpi_shd.g_old_rec.grd_comparatio;

1191: ben_cpi_shd.g_old_rec.grd_quartile;
1192: End If;
1193: If (p_rec.grd_comparatio = hr_api.g_number) then
1194: p_rec.grd_comparatio :=
1195: ben_cpi_shd.g_old_rec.grd_comparatio;
1196: End If;
1197: If (p_rec.emp_category = hr_api.g_varchar2) then
1198: p_rec.emp_category :=
1199: ben_cpi_shd.g_old_rec.emp_category;

Line 1199: ben_cpi_shd.g_old_rec.emp_category;

1195: ben_cpi_shd.g_old_rec.grd_comparatio;
1196: End If;
1197: If (p_rec.emp_category = hr_api.g_varchar2) then
1198: p_rec.emp_category :=
1199: ben_cpi_shd.g_old_rec.emp_category;
1200: End If;
1201: If (p_rec.change_reason = hr_api.g_varchar2) then
1202: p_rec.change_reason :=
1203: ben_cpi_shd.g_old_rec.change_reason;

Line 1203: ben_cpi_shd.g_old_rec.change_reason;

1199: ben_cpi_shd.g_old_rec.emp_category;
1200: End If;
1201: If (p_rec.change_reason = hr_api.g_varchar2) then
1202: p_rec.change_reason :=
1203: ben_cpi_shd.g_old_rec.change_reason;
1204: End If;
1205: If (p_rec.normal_hours = hr_api.g_number) then
1206: p_rec.normal_hours :=
1207: ben_cpi_shd.g_old_rec.normal_hours;

Line 1207: ben_cpi_shd.g_old_rec.normal_hours;

1203: ben_cpi_shd.g_old_rec.change_reason;
1204: End If;
1205: If (p_rec.normal_hours = hr_api.g_number) then
1206: p_rec.normal_hours :=
1207: ben_cpi_shd.g_old_rec.normal_hours;
1208: End If;
1209: If (p_rec.email_address = hr_api.g_varchar2) then
1210: p_rec.email_address :=
1211: ben_cpi_shd.g_old_rec.email_address;

Line 1211: ben_cpi_shd.g_old_rec.email_address;

1207: ben_cpi_shd.g_old_rec.normal_hours;
1208: End If;
1209: If (p_rec.email_address = hr_api.g_varchar2) then
1210: p_rec.email_address :=
1211: ben_cpi_shd.g_old_rec.email_address;
1212: End If;
1213: If (p_rec.base_salary_frequency = hr_api.g_varchar2) then
1214: p_rec.base_salary_frequency :=
1215: ben_cpi_shd.g_old_rec.base_salary_frequency;

Line 1215: ben_cpi_shd.g_old_rec.base_salary_frequency;

1211: ben_cpi_shd.g_old_rec.email_address;
1212: End If;
1213: If (p_rec.base_salary_frequency = hr_api.g_varchar2) then
1214: p_rec.base_salary_frequency :=
1215: ben_cpi_shd.g_old_rec.base_salary_frequency;
1216: End If;
1217: If (p_rec.new_assgn_ovn = hr_api.g_number) then
1218: p_rec.new_assgn_ovn :=
1219: ben_cpi_shd.g_old_rec.new_assgn_ovn;

Line 1219: ben_cpi_shd.g_old_rec.new_assgn_ovn;

1215: ben_cpi_shd.g_old_rec.base_salary_frequency;
1216: End If;
1217: If (p_rec.new_assgn_ovn = hr_api.g_number) then
1218: p_rec.new_assgn_ovn :=
1219: ben_cpi_shd.g_old_rec.new_assgn_ovn;
1220: End If;
1221: If (p_rec.new_perf_event_id = hr_api.g_number) then
1222: p_rec.new_perf_event_id :=
1223: ben_cpi_shd.g_old_rec.new_perf_event_id;

Line 1223: ben_cpi_shd.g_old_rec.new_perf_event_id;

1219: ben_cpi_shd.g_old_rec.new_assgn_ovn;
1220: End If;
1221: If (p_rec.new_perf_event_id = hr_api.g_number) then
1222: p_rec.new_perf_event_id :=
1223: ben_cpi_shd.g_old_rec.new_perf_event_id;
1224: End If;
1225: If (p_rec.new_perf_review_id = hr_api.g_number) then
1226: p_rec.new_perf_review_id :=
1227: ben_cpi_shd.g_old_rec.new_perf_review_id;

Line 1227: ben_cpi_shd.g_old_rec.new_perf_review_id;

1223: ben_cpi_shd.g_old_rec.new_perf_event_id;
1224: End If;
1225: If (p_rec.new_perf_review_id = hr_api.g_number) then
1226: p_rec.new_perf_review_id :=
1227: ben_cpi_shd.g_old_rec.new_perf_review_id;
1228: End If;
1229: If (p_rec.post_process_stat_cd = hr_api.g_varchar2) then
1230: p_rec.post_process_stat_cd :=
1231: ben_cpi_shd.g_old_rec.post_process_stat_cd;

Line 1231: ben_cpi_shd.g_old_rec.post_process_stat_cd;

1227: ben_cpi_shd.g_old_rec.new_perf_review_id;
1228: End If;
1229: If (p_rec.post_process_stat_cd = hr_api.g_varchar2) then
1230: p_rec.post_process_stat_cd :=
1231: ben_cpi_shd.g_old_rec.post_process_stat_cd;
1232: End If;
1233: If (p_rec.feedback_rating = hr_api.g_varchar2) then
1234: p_rec.feedback_rating :=
1235: ben_cpi_shd.g_old_rec.feedback_rating;

Line 1235: ben_cpi_shd.g_old_rec.feedback_rating;

1231: ben_cpi_shd.g_old_rec.post_process_stat_cd;
1232: End If;
1233: If (p_rec.feedback_rating = hr_api.g_varchar2) then
1234: p_rec.feedback_rating :=
1235: ben_cpi_shd.g_old_rec.feedback_rating;
1236: End If;
1237: If (p_rec.feedback_comments = hr_api.g_varchar2) then
1238: p_rec.feedback_comments :=
1239: ben_cpi_shd.g_old_rec.feedback_comments;

Line 1239: ben_cpi_shd.g_old_rec.feedback_comments;

1235: ben_cpi_shd.g_old_rec.feedback_rating;
1236: End If;
1237: If (p_rec.feedback_comments = hr_api.g_varchar2) then
1238: p_rec.feedback_comments :=
1239: ben_cpi_shd.g_old_rec.feedback_comments;
1240: End If;
1241: If (p_rec.custom_segment1 = hr_api.g_varchar2) then
1242: p_rec.custom_segment1 :=
1243: ben_cpi_shd.g_old_rec.custom_segment1;

Line 1243: ben_cpi_shd.g_old_rec.custom_segment1;

1239: ben_cpi_shd.g_old_rec.feedback_comments;
1240: End If;
1241: If (p_rec.custom_segment1 = hr_api.g_varchar2) then
1242: p_rec.custom_segment1 :=
1243: ben_cpi_shd.g_old_rec.custom_segment1;
1244: End If;
1245: If (p_rec.custom_segment2 = hr_api.g_varchar2) then
1246: p_rec.custom_segment2 :=
1247: ben_cpi_shd.g_old_rec.custom_segment2;

Line 1247: ben_cpi_shd.g_old_rec.custom_segment2;

1243: ben_cpi_shd.g_old_rec.custom_segment1;
1244: End If;
1245: If (p_rec.custom_segment2 = hr_api.g_varchar2) then
1246: p_rec.custom_segment2 :=
1247: ben_cpi_shd.g_old_rec.custom_segment2;
1248: End If;
1249: If (p_rec.custom_segment3 = hr_api.g_varchar2) then
1250: p_rec.custom_segment3 :=
1251: ben_cpi_shd.g_old_rec.custom_segment3;

Line 1251: ben_cpi_shd.g_old_rec.custom_segment3;

1247: ben_cpi_shd.g_old_rec.custom_segment2;
1248: End If;
1249: If (p_rec.custom_segment3 = hr_api.g_varchar2) then
1250: p_rec.custom_segment3 :=
1251: ben_cpi_shd.g_old_rec.custom_segment3;
1252: End If;
1253: If (p_rec.custom_segment4 = hr_api.g_varchar2) then
1254: p_rec.custom_segment4 :=
1255: ben_cpi_shd.g_old_rec.custom_segment4;

Line 1255: ben_cpi_shd.g_old_rec.custom_segment4;

1251: ben_cpi_shd.g_old_rec.custom_segment3;
1252: End If;
1253: If (p_rec.custom_segment4 = hr_api.g_varchar2) then
1254: p_rec.custom_segment4 :=
1255: ben_cpi_shd.g_old_rec.custom_segment4;
1256: End If;
1257: If (p_rec.custom_segment5 = hr_api.g_varchar2) then
1258: p_rec.custom_segment5 :=
1259: ben_cpi_shd.g_old_rec.custom_segment5;

Line 1259: ben_cpi_shd.g_old_rec.custom_segment5;

1255: ben_cpi_shd.g_old_rec.custom_segment4;
1256: End If;
1257: If (p_rec.custom_segment5 = hr_api.g_varchar2) then
1258: p_rec.custom_segment5 :=
1259: ben_cpi_shd.g_old_rec.custom_segment5;
1260: End If;
1261: If (p_rec.custom_segment6 = hr_api.g_varchar2) then
1262: p_rec.custom_segment6 :=
1263: ben_cpi_shd.g_old_rec.custom_segment6;

Line 1263: ben_cpi_shd.g_old_rec.custom_segment6;

1259: ben_cpi_shd.g_old_rec.custom_segment5;
1260: End If;
1261: If (p_rec.custom_segment6 = hr_api.g_varchar2) then
1262: p_rec.custom_segment6 :=
1263: ben_cpi_shd.g_old_rec.custom_segment6;
1264: End If;
1265: If (p_rec.custom_segment7 = hr_api.g_varchar2) then
1266: p_rec.custom_segment7 :=
1267: ben_cpi_shd.g_old_rec.custom_segment7;

Line 1267: ben_cpi_shd.g_old_rec.custom_segment7;

1263: ben_cpi_shd.g_old_rec.custom_segment6;
1264: End If;
1265: If (p_rec.custom_segment7 = hr_api.g_varchar2) then
1266: p_rec.custom_segment7 :=
1267: ben_cpi_shd.g_old_rec.custom_segment7;
1268: End If;
1269: If (p_rec.custom_segment8 = hr_api.g_varchar2) then
1270: p_rec.custom_segment8 :=
1271: ben_cpi_shd.g_old_rec.custom_segment8;

Line 1271: ben_cpi_shd.g_old_rec.custom_segment8;

1267: ben_cpi_shd.g_old_rec.custom_segment7;
1268: End If;
1269: If (p_rec.custom_segment8 = hr_api.g_varchar2) then
1270: p_rec.custom_segment8 :=
1271: ben_cpi_shd.g_old_rec.custom_segment8;
1272: End If;
1273: If (p_rec.custom_segment9 = hr_api.g_varchar2) then
1274: p_rec.custom_segment9 :=
1275: ben_cpi_shd.g_old_rec.custom_segment9;

Line 1275: ben_cpi_shd.g_old_rec.custom_segment9;

1271: ben_cpi_shd.g_old_rec.custom_segment8;
1272: End If;
1273: If (p_rec.custom_segment9 = hr_api.g_varchar2) then
1274: p_rec.custom_segment9 :=
1275: ben_cpi_shd.g_old_rec.custom_segment9;
1276: End If;
1277: If (p_rec.custom_segment10 = hr_api.g_varchar2) then
1278: p_rec.custom_segment10 :=
1279: ben_cpi_shd.g_old_rec.custom_segment10;

Line 1279: ben_cpi_shd.g_old_rec.custom_segment10;

1275: ben_cpi_shd.g_old_rec.custom_segment9;
1276: End If;
1277: If (p_rec.custom_segment10 = hr_api.g_varchar2) then
1278: p_rec.custom_segment10 :=
1279: ben_cpi_shd.g_old_rec.custom_segment10;
1280: End If;
1281: If (p_rec.custom_segment11 = hr_api.g_number) then
1282: p_rec.custom_segment11 :=
1283: ben_cpi_shd.g_old_rec.custom_segment11;

Line 1283: ben_cpi_shd.g_old_rec.custom_segment11;

1279: ben_cpi_shd.g_old_rec.custom_segment10;
1280: End If;
1281: If (p_rec.custom_segment11 = hr_api.g_number) then
1282: p_rec.custom_segment11 :=
1283: ben_cpi_shd.g_old_rec.custom_segment11;
1284: End If;
1285: If (p_rec.custom_segment12 = hr_api.g_number) then
1286: p_rec.custom_segment12 :=
1287: ben_cpi_shd.g_old_rec.custom_segment12;

Line 1287: ben_cpi_shd.g_old_rec.custom_segment12;

1283: ben_cpi_shd.g_old_rec.custom_segment11;
1284: End If;
1285: If (p_rec.custom_segment12 = hr_api.g_number) then
1286: p_rec.custom_segment12 :=
1287: ben_cpi_shd.g_old_rec.custom_segment12;
1288: End If;
1289: If (p_rec.custom_segment13 = hr_api.g_number) then
1290: p_rec.custom_segment13 :=
1291: ben_cpi_shd.g_old_rec.custom_segment13;

Line 1291: ben_cpi_shd.g_old_rec.custom_segment13;

1287: ben_cpi_shd.g_old_rec.custom_segment12;
1288: End If;
1289: If (p_rec.custom_segment13 = hr_api.g_number) then
1290: p_rec.custom_segment13 :=
1291: ben_cpi_shd.g_old_rec.custom_segment13;
1292: End If;
1293: If (p_rec.custom_segment14 = hr_api.g_number) then
1294: p_rec.custom_segment14 :=
1295: ben_cpi_shd.g_old_rec.custom_segment14;

Line 1295: ben_cpi_shd.g_old_rec.custom_segment14;

1291: ben_cpi_shd.g_old_rec.custom_segment13;
1292: End If;
1293: If (p_rec.custom_segment14 = hr_api.g_number) then
1294: p_rec.custom_segment14 :=
1295: ben_cpi_shd.g_old_rec.custom_segment14;
1296: End If;
1297: If (p_rec.custom_segment15 = hr_api.g_number) then
1298: p_rec.custom_segment15 :=
1299: ben_cpi_shd.g_old_rec.custom_segment15;

Line 1299: ben_cpi_shd.g_old_rec.custom_segment15;

1295: ben_cpi_shd.g_old_rec.custom_segment14;
1296: End If;
1297: If (p_rec.custom_segment15 = hr_api.g_number) then
1298: p_rec.custom_segment15 :=
1299: ben_cpi_shd.g_old_rec.custom_segment15;
1300: End If;
1301: If (p_rec.custom_segment16 = hr_api.g_number) then
1302: p_rec.custom_segment16 :=
1303: ben_cpi_shd.g_old_rec.custom_segment16;

Line 1303: ben_cpi_shd.g_old_rec.custom_segment16;

1299: ben_cpi_shd.g_old_rec.custom_segment15;
1300: End If;
1301: If (p_rec.custom_segment16 = hr_api.g_number) then
1302: p_rec.custom_segment16 :=
1303: ben_cpi_shd.g_old_rec.custom_segment16;
1304: End If;
1305: If (p_rec.custom_segment17 = hr_api.g_number) then
1306: p_rec.custom_segment17 :=
1307: ben_cpi_shd.g_old_rec.custom_segment17;

Line 1307: ben_cpi_shd.g_old_rec.custom_segment17;

1303: ben_cpi_shd.g_old_rec.custom_segment16;
1304: End If;
1305: If (p_rec.custom_segment17 = hr_api.g_number) then
1306: p_rec.custom_segment17 :=
1307: ben_cpi_shd.g_old_rec.custom_segment17;
1308: End If;
1309: If (p_rec.custom_segment18 = hr_api.g_number) then
1310: p_rec.custom_segment18 :=
1311: ben_cpi_shd.g_old_rec.custom_segment18;

Line 1311: ben_cpi_shd.g_old_rec.custom_segment18;

1307: ben_cpi_shd.g_old_rec.custom_segment17;
1308: End If;
1309: If (p_rec.custom_segment18 = hr_api.g_number) then
1310: p_rec.custom_segment18 :=
1311: ben_cpi_shd.g_old_rec.custom_segment18;
1312: End If;
1313: If (p_rec.custom_segment19 = hr_api.g_number) then
1314: p_rec.custom_segment19 :=
1315: ben_cpi_shd.g_old_rec.custom_segment19;

Line 1315: ben_cpi_shd.g_old_rec.custom_segment19;

1311: ben_cpi_shd.g_old_rec.custom_segment18;
1312: End If;
1313: If (p_rec.custom_segment19 = hr_api.g_number) then
1314: p_rec.custom_segment19 :=
1315: ben_cpi_shd.g_old_rec.custom_segment19;
1316: End If;
1317: If (p_rec.custom_segment20 = hr_api.g_number) then
1318: p_rec.custom_segment20 :=
1319: ben_cpi_shd.g_old_rec.custom_segment20;

Line 1319: ben_cpi_shd.g_old_rec.custom_segment20;

1315: ben_cpi_shd.g_old_rec.custom_segment19;
1316: End If;
1317: If (p_rec.custom_segment20 = hr_api.g_number) then
1318: p_rec.custom_segment20 :=
1319: ben_cpi_shd.g_old_rec.custom_segment20;
1320: End If;
1321: If (p_rec.people_group_name = hr_api.g_varchar2) then
1322: p_rec.people_group_name :=
1323: ben_cpi_shd.g_old_rec.people_group_name;

Line 1323: ben_cpi_shd.g_old_rec.people_group_name;

1319: ben_cpi_shd.g_old_rec.custom_segment20;
1320: End If;
1321: If (p_rec.people_group_name = hr_api.g_varchar2) then
1322: p_rec.people_group_name :=
1323: ben_cpi_shd.g_old_rec.people_group_name;
1324: End If;
1325: If (p_rec.people_group_segment1 = hr_api.g_varchar2) then
1326: p_rec.people_group_segment1 :=
1327: ben_cpi_shd.g_old_rec.people_group_segment1;

Line 1327: ben_cpi_shd.g_old_rec.people_group_segment1;

1323: ben_cpi_shd.g_old_rec.people_group_name;
1324: End If;
1325: If (p_rec.people_group_segment1 = hr_api.g_varchar2) then
1326: p_rec.people_group_segment1 :=
1327: ben_cpi_shd.g_old_rec.people_group_segment1;
1328: End If;
1329: If (p_rec.people_group_segment2 = hr_api.g_varchar2) then
1330: p_rec.people_group_segment2 :=
1331: ben_cpi_shd.g_old_rec.people_group_segment2;

Line 1331: ben_cpi_shd.g_old_rec.people_group_segment2;

1327: ben_cpi_shd.g_old_rec.people_group_segment1;
1328: End If;
1329: If (p_rec.people_group_segment2 = hr_api.g_varchar2) then
1330: p_rec.people_group_segment2 :=
1331: ben_cpi_shd.g_old_rec.people_group_segment2;
1332: End If;
1333: If (p_rec.people_group_segment3 = hr_api.g_varchar2) then
1334: p_rec.people_group_segment3 :=
1335: ben_cpi_shd.g_old_rec.people_group_segment3;

Line 1335: ben_cpi_shd.g_old_rec.people_group_segment3;

1331: ben_cpi_shd.g_old_rec.people_group_segment2;
1332: End If;
1333: If (p_rec.people_group_segment3 = hr_api.g_varchar2) then
1334: p_rec.people_group_segment3 :=
1335: ben_cpi_shd.g_old_rec.people_group_segment3;
1336: End If;
1337: If (p_rec.people_group_segment4 = hr_api.g_varchar2) then
1338: p_rec.people_group_segment4 :=
1339: ben_cpi_shd.g_old_rec.people_group_segment4;

Line 1339: ben_cpi_shd.g_old_rec.people_group_segment4;

1335: ben_cpi_shd.g_old_rec.people_group_segment3;
1336: End If;
1337: If (p_rec.people_group_segment4 = hr_api.g_varchar2) then
1338: p_rec.people_group_segment4 :=
1339: ben_cpi_shd.g_old_rec.people_group_segment4;
1340: End If;
1341: If (p_rec.people_group_segment5 = hr_api.g_varchar2) then
1342: p_rec.people_group_segment5 :=
1343: ben_cpi_shd.g_old_rec.people_group_segment5;

Line 1343: ben_cpi_shd.g_old_rec.people_group_segment5;

1339: ben_cpi_shd.g_old_rec.people_group_segment4;
1340: End If;
1341: If (p_rec.people_group_segment5 = hr_api.g_varchar2) then
1342: p_rec.people_group_segment5 :=
1343: ben_cpi_shd.g_old_rec.people_group_segment5;
1344: End If;
1345: If (p_rec.people_group_segment6 = hr_api.g_varchar2) then
1346: p_rec.people_group_segment6 :=
1347: ben_cpi_shd.g_old_rec.people_group_segment6;

Line 1347: ben_cpi_shd.g_old_rec.people_group_segment6;

1343: ben_cpi_shd.g_old_rec.people_group_segment5;
1344: End If;
1345: If (p_rec.people_group_segment6 = hr_api.g_varchar2) then
1346: p_rec.people_group_segment6 :=
1347: ben_cpi_shd.g_old_rec.people_group_segment6;
1348: End If;
1349: If (p_rec.people_group_segment7 = hr_api.g_varchar2) then
1350: p_rec.people_group_segment7 :=
1351: ben_cpi_shd.g_old_rec.people_group_segment7;

Line 1351: ben_cpi_shd.g_old_rec.people_group_segment7;

1347: ben_cpi_shd.g_old_rec.people_group_segment6;
1348: End If;
1349: If (p_rec.people_group_segment7 = hr_api.g_varchar2) then
1350: p_rec.people_group_segment7 :=
1351: ben_cpi_shd.g_old_rec.people_group_segment7;
1352: End If;
1353: If (p_rec.people_group_segment8 = hr_api.g_varchar2) then
1354: p_rec.people_group_segment8 :=
1355: ben_cpi_shd.g_old_rec.people_group_segment8;

Line 1355: ben_cpi_shd.g_old_rec.people_group_segment8;

1351: ben_cpi_shd.g_old_rec.people_group_segment7;
1352: End If;
1353: If (p_rec.people_group_segment8 = hr_api.g_varchar2) then
1354: p_rec.people_group_segment8 :=
1355: ben_cpi_shd.g_old_rec.people_group_segment8;
1356: End If;
1357: If (p_rec.people_group_segment9 = hr_api.g_varchar2) then
1358: p_rec.people_group_segment9 :=
1359: ben_cpi_shd.g_old_rec.people_group_segment9;

Line 1359: ben_cpi_shd.g_old_rec.people_group_segment9;

1355: ben_cpi_shd.g_old_rec.people_group_segment8;
1356: End If;
1357: If (p_rec.people_group_segment9 = hr_api.g_varchar2) then
1358: p_rec.people_group_segment9 :=
1359: ben_cpi_shd.g_old_rec.people_group_segment9;
1360: End If;
1361: If (p_rec.people_group_segment10 = hr_api.g_varchar2) then
1362: p_rec.people_group_segment10 :=
1363: ben_cpi_shd.g_old_rec.people_group_segment10;

Line 1363: ben_cpi_shd.g_old_rec.people_group_segment10;

1359: ben_cpi_shd.g_old_rec.people_group_segment9;
1360: End If;
1361: If (p_rec.people_group_segment10 = hr_api.g_varchar2) then
1362: p_rec.people_group_segment10 :=
1363: ben_cpi_shd.g_old_rec.people_group_segment10;
1364: End If;
1365: If (p_rec.people_group_segment11 = hr_api.g_varchar2) then
1366: p_rec.people_group_segment11 :=
1367: ben_cpi_shd.g_old_rec.people_group_segment11;

Line 1367: ben_cpi_shd.g_old_rec.people_group_segment11;

1363: ben_cpi_shd.g_old_rec.people_group_segment10;
1364: End If;
1365: If (p_rec.people_group_segment11 = hr_api.g_varchar2) then
1366: p_rec.people_group_segment11 :=
1367: ben_cpi_shd.g_old_rec.people_group_segment11;
1368: End If;
1369: If (p_rec.ass_attribute_category = hr_api.g_varchar2) then
1370: p_rec.ass_attribute_category :=
1371: ben_cpi_shd.g_old_rec.ass_attribute_category;

Line 1371: ben_cpi_shd.g_old_rec.ass_attribute_category;

1367: ben_cpi_shd.g_old_rec.people_group_segment11;
1368: End If;
1369: If (p_rec.ass_attribute_category = hr_api.g_varchar2) then
1370: p_rec.ass_attribute_category :=
1371: ben_cpi_shd.g_old_rec.ass_attribute_category;
1372: End If;
1373: If (p_rec.ass_attribute1 = hr_api.g_varchar2) then
1374: p_rec.ass_attribute1 :=
1375: ben_cpi_shd.g_old_rec.ass_attribute1;

Line 1375: ben_cpi_shd.g_old_rec.ass_attribute1;

1371: ben_cpi_shd.g_old_rec.ass_attribute_category;
1372: End If;
1373: If (p_rec.ass_attribute1 = hr_api.g_varchar2) then
1374: p_rec.ass_attribute1 :=
1375: ben_cpi_shd.g_old_rec.ass_attribute1;
1376: End If;
1377: If (p_rec.ass_attribute2 = hr_api.g_varchar2) then
1378: p_rec.ass_attribute2 :=
1379: ben_cpi_shd.g_old_rec.ass_attribute2;

Line 1379: ben_cpi_shd.g_old_rec.ass_attribute2;

1375: ben_cpi_shd.g_old_rec.ass_attribute1;
1376: End If;
1377: If (p_rec.ass_attribute2 = hr_api.g_varchar2) then
1378: p_rec.ass_attribute2 :=
1379: ben_cpi_shd.g_old_rec.ass_attribute2;
1380: End If;
1381: If (p_rec.ass_attribute3 = hr_api.g_varchar2) then
1382: p_rec.ass_attribute3 :=
1383: ben_cpi_shd.g_old_rec.ass_attribute3;

Line 1383: ben_cpi_shd.g_old_rec.ass_attribute3;

1379: ben_cpi_shd.g_old_rec.ass_attribute2;
1380: End If;
1381: If (p_rec.ass_attribute3 = hr_api.g_varchar2) then
1382: p_rec.ass_attribute3 :=
1383: ben_cpi_shd.g_old_rec.ass_attribute3;
1384: End If;
1385: If (p_rec.ass_attribute4 = hr_api.g_varchar2) then
1386: p_rec.ass_attribute4 :=
1387: ben_cpi_shd.g_old_rec.ass_attribute4;

Line 1387: ben_cpi_shd.g_old_rec.ass_attribute4;

1383: ben_cpi_shd.g_old_rec.ass_attribute3;
1384: End If;
1385: If (p_rec.ass_attribute4 = hr_api.g_varchar2) then
1386: p_rec.ass_attribute4 :=
1387: ben_cpi_shd.g_old_rec.ass_attribute4;
1388: End If;
1389: If (p_rec.ass_attribute5 = hr_api.g_varchar2) then
1390: p_rec.ass_attribute5 :=
1391: ben_cpi_shd.g_old_rec.ass_attribute5;

Line 1391: ben_cpi_shd.g_old_rec.ass_attribute5;

1387: ben_cpi_shd.g_old_rec.ass_attribute4;
1388: End If;
1389: If (p_rec.ass_attribute5 = hr_api.g_varchar2) then
1390: p_rec.ass_attribute5 :=
1391: ben_cpi_shd.g_old_rec.ass_attribute5;
1392: End If;
1393: If (p_rec.ass_attribute6 = hr_api.g_varchar2) then
1394: p_rec.ass_attribute6 :=
1395: ben_cpi_shd.g_old_rec.ass_attribute6;

Line 1395: ben_cpi_shd.g_old_rec.ass_attribute6;

1391: ben_cpi_shd.g_old_rec.ass_attribute5;
1392: End If;
1393: If (p_rec.ass_attribute6 = hr_api.g_varchar2) then
1394: p_rec.ass_attribute6 :=
1395: ben_cpi_shd.g_old_rec.ass_attribute6;
1396: End If;
1397: If (p_rec.ass_attribute7 = hr_api.g_varchar2) then
1398: p_rec.ass_attribute7 :=
1399: ben_cpi_shd.g_old_rec.ass_attribute7;

Line 1399: ben_cpi_shd.g_old_rec.ass_attribute7;

1395: ben_cpi_shd.g_old_rec.ass_attribute6;
1396: End If;
1397: If (p_rec.ass_attribute7 = hr_api.g_varchar2) then
1398: p_rec.ass_attribute7 :=
1399: ben_cpi_shd.g_old_rec.ass_attribute7;
1400: End If;
1401: If (p_rec.ass_attribute8 = hr_api.g_varchar2) then
1402: p_rec.ass_attribute8 :=
1403: ben_cpi_shd.g_old_rec.ass_attribute8;

Line 1403: ben_cpi_shd.g_old_rec.ass_attribute8;

1399: ben_cpi_shd.g_old_rec.ass_attribute7;
1400: End If;
1401: If (p_rec.ass_attribute8 = hr_api.g_varchar2) then
1402: p_rec.ass_attribute8 :=
1403: ben_cpi_shd.g_old_rec.ass_attribute8;
1404: End If;
1405: If (p_rec.ass_attribute9 = hr_api.g_varchar2) then
1406: p_rec.ass_attribute9 :=
1407: ben_cpi_shd.g_old_rec.ass_attribute9;

Line 1407: ben_cpi_shd.g_old_rec.ass_attribute9;

1403: ben_cpi_shd.g_old_rec.ass_attribute8;
1404: End If;
1405: If (p_rec.ass_attribute9 = hr_api.g_varchar2) then
1406: p_rec.ass_attribute9 :=
1407: ben_cpi_shd.g_old_rec.ass_attribute9;
1408: End If;
1409: If (p_rec.ass_attribute10 = hr_api.g_varchar2) then
1410: p_rec.ass_attribute10 :=
1411: ben_cpi_shd.g_old_rec.ass_attribute10;

Line 1411: ben_cpi_shd.g_old_rec.ass_attribute10;

1407: ben_cpi_shd.g_old_rec.ass_attribute9;
1408: End If;
1409: If (p_rec.ass_attribute10 = hr_api.g_varchar2) then
1410: p_rec.ass_attribute10 :=
1411: ben_cpi_shd.g_old_rec.ass_attribute10;
1412: End If;
1413: If (p_rec.ass_attribute11 = hr_api.g_varchar2) then
1414: p_rec.ass_attribute11 :=
1415: ben_cpi_shd.g_old_rec.ass_attribute11;

Line 1415: ben_cpi_shd.g_old_rec.ass_attribute11;

1411: ben_cpi_shd.g_old_rec.ass_attribute10;
1412: End If;
1413: If (p_rec.ass_attribute11 = hr_api.g_varchar2) then
1414: p_rec.ass_attribute11 :=
1415: ben_cpi_shd.g_old_rec.ass_attribute11;
1416: End If;
1417: If (p_rec.ass_attribute12 = hr_api.g_varchar2) then
1418: p_rec.ass_attribute12 :=
1419: ben_cpi_shd.g_old_rec.ass_attribute12;

Line 1419: ben_cpi_shd.g_old_rec.ass_attribute12;

1415: ben_cpi_shd.g_old_rec.ass_attribute11;
1416: End If;
1417: If (p_rec.ass_attribute12 = hr_api.g_varchar2) then
1418: p_rec.ass_attribute12 :=
1419: ben_cpi_shd.g_old_rec.ass_attribute12;
1420: End If;
1421: If (p_rec.ass_attribute13 = hr_api.g_varchar2) then
1422: p_rec.ass_attribute13 :=
1423: ben_cpi_shd.g_old_rec.ass_attribute13;

Line 1423: ben_cpi_shd.g_old_rec.ass_attribute13;

1419: ben_cpi_shd.g_old_rec.ass_attribute12;
1420: End If;
1421: If (p_rec.ass_attribute13 = hr_api.g_varchar2) then
1422: p_rec.ass_attribute13 :=
1423: ben_cpi_shd.g_old_rec.ass_attribute13;
1424: End If;
1425: If (p_rec.ass_attribute14 = hr_api.g_varchar2) then
1426: p_rec.ass_attribute14 :=
1427: ben_cpi_shd.g_old_rec.ass_attribute14;

Line 1427: ben_cpi_shd.g_old_rec.ass_attribute14;

1423: ben_cpi_shd.g_old_rec.ass_attribute13;
1424: End If;
1425: If (p_rec.ass_attribute14 = hr_api.g_varchar2) then
1426: p_rec.ass_attribute14 :=
1427: ben_cpi_shd.g_old_rec.ass_attribute14;
1428: End If;
1429: If (p_rec.ass_attribute15 = hr_api.g_varchar2) then
1430: p_rec.ass_attribute15 :=
1431: ben_cpi_shd.g_old_rec.ass_attribute15;

Line 1431: ben_cpi_shd.g_old_rec.ass_attribute15;

1427: ben_cpi_shd.g_old_rec.ass_attribute14;
1428: End If;
1429: If (p_rec.ass_attribute15 = hr_api.g_varchar2) then
1430: p_rec.ass_attribute15 :=
1431: ben_cpi_shd.g_old_rec.ass_attribute15;
1432: End If;
1433: If (p_rec.ass_attribute16 = hr_api.g_varchar2) then
1434: p_rec.ass_attribute16 :=
1435: ben_cpi_shd.g_old_rec.ass_attribute16;

Line 1435: ben_cpi_shd.g_old_rec.ass_attribute16;

1431: ben_cpi_shd.g_old_rec.ass_attribute15;
1432: End If;
1433: If (p_rec.ass_attribute16 = hr_api.g_varchar2) then
1434: p_rec.ass_attribute16 :=
1435: ben_cpi_shd.g_old_rec.ass_attribute16;
1436: End If;
1437: If (p_rec.ass_attribute17 = hr_api.g_varchar2) then
1438: p_rec.ass_attribute17 :=
1439: ben_cpi_shd.g_old_rec.ass_attribute17;

Line 1439: ben_cpi_shd.g_old_rec.ass_attribute17;

1435: ben_cpi_shd.g_old_rec.ass_attribute16;
1436: End If;
1437: If (p_rec.ass_attribute17 = hr_api.g_varchar2) then
1438: p_rec.ass_attribute17 :=
1439: ben_cpi_shd.g_old_rec.ass_attribute17;
1440: End If;
1441: If (p_rec.ass_attribute18 = hr_api.g_varchar2) then
1442: p_rec.ass_attribute18 :=
1443: ben_cpi_shd.g_old_rec.ass_attribute18;

Line 1443: ben_cpi_shd.g_old_rec.ass_attribute18;

1439: ben_cpi_shd.g_old_rec.ass_attribute17;
1440: End If;
1441: If (p_rec.ass_attribute18 = hr_api.g_varchar2) then
1442: p_rec.ass_attribute18 :=
1443: ben_cpi_shd.g_old_rec.ass_attribute18;
1444: End If;
1445: If (p_rec.ass_attribute19 = hr_api.g_varchar2) then
1446: p_rec.ass_attribute19 :=
1447: ben_cpi_shd.g_old_rec.ass_attribute19;

Line 1447: ben_cpi_shd.g_old_rec.ass_attribute19;

1443: ben_cpi_shd.g_old_rec.ass_attribute18;
1444: End If;
1445: If (p_rec.ass_attribute19 = hr_api.g_varchar2) then
1446: p_rec.ass_attribute19 :=
1447: ben_cpi_shd.g_old_rec.ass_attribute19;
1448: End If;
1449: If (p_rec.ass_attribute20 = hr_api.g_varchar2) then
1450: p_rec.ass_attribute20 :=
1451: ben_cpi_shd.g_old_rec.ass_attribute20;

Line 1451: ben_cpi_shd.g_old_rec.ass_attribute20;

1447: ben_cpi_shd.g_old_rec.ass_attribute19;
1448: End If;
1449: If (p_rec.ass_attribute20 = hr_api.g_varchar2) then
1450: p_rec.ass_attribute20 :=
1451: ben_cpi_shd.g_old_rec.ass_attribute20;
1452: End If;
1453: If (p_rec.ass_attribute21 = hr_api.g_varchar2) then
1454: p_rec.ass_attribute21 :=
1455: ben_cpi_shd.g_old_rec.ass_attribute21;

Line 1455: ben_cpi_shd.g_old_rec.ass_attribute21;

1451: ben_cpi_shd.g_old_rec.ass_attribute20;
1452: End If;
1453: If (p_rec.ass_attribute21 = hr_api.g_varchar2) then
1454: p_rec.ass_attribute21 :=
1455: ben_cpi_shd.g_old_rec.ass_attribute21;
1456: End If;
1457: If (p_rec.ass_attribute22 = hr_api.g_varchar2) then
1458: p_rec.ass_attribute22 :=
1459: ben_cpi_shd.g_old_rec.ass_attribute22;

Line 1459: ben_cpi_shd.g_old_rec.ass_attribute22;

1455: ben_cpi_shd.g_old_rec.ass_attribute21;
1456: End If;
1457: If (p_rec.ass_attribute22 = hr_api.g_varchar2) then
1458: p_rec.ass_attribute22 :=
1459: ben_cpi_shd.g_old_rec.ass_attribute22;
1460: End If;
1461: If (p_rec.ass_attribute23 = hr_api.g_varchar2) then
1462: p_rec.ass_attribute23 :=
1463: ben_cpi_shd.g_old_rec.ass_attribute23;

Line 1463: ben_cpi_shd.g_old_rec.ass_attribute23;

1459: ben_cpi_shd.g_old_rec.ass_attribute22;
1460: End If;
1461: If (p_rec.ass_attribute23 = hr_api.g_varchar2) then
1462: p_rec.ass_attribute23 :=
1463: ben_cpi_shd.g_old_rec.ass_attribute23;
1464: End If;
1465: If (p_rec.ass_attribute24 = hr_api.g_varchar2) then
1466: p_rec.ass_attribute24 :=
1467: ben_cpi_shd.g_old_rec.ass_attribute24;

Line 1467: ben_cpi_shd.g_old_rec.ass_attribute24;

1463: ben_cpi_shd.g_old_rec.ass_attribute23;
1464: End If;
1465: If (p_rec.ass_attribute24 = hr_api.g_varchar2) then
1466: p_rec.ass_attribute24 :=
1467: ben_cpi_shd.g_old_rec.ass_attribute24;
1468: End If;
1469: If (p_rec.ass_attribute25 = hr_api.g_varchar2) then
1470: p_rec.ass_attribute25 :=
1471: ben_cpi_shd.g_old_rec.ass_attribute25;

Line 1471: ben_cpi_shd.g_old_rec.ass_attribute25;

1467: ben_cpi_shd.g_old_rec.ass_attribute24;
1468: End If;
1469: If (p_rec.ass_attribute25 = hr_api.g_varchar2) then
1470: p_rec.ass_attribute25 :=
1471: ben_cpi_shd.g_old_rec.ass_attribute25;
1472: End If;
1473: If (p_rec.ass_attribute26 = hr_api.g_varchar2) then
1474: p_rec.ass_attribute26 :=
1475: ben_cpi_shd.g_old_rec.ass_attribute26;

Line 1475: ben_cpi_shd.g_old_rec.ass_attribute26;

1471: ben_cpi_shd.g_old_rec.ass_attribute25;
1472: End If;
1473: If (p_rec.ass_attribute26 = hr_api.g_varchar2) then
1474: p_rec.ass_attribute26 :=
1475: ben_cpi_shd.g_old_rec.ass_attribute26;
1476: End If;
1477: If (p_rec.ass_attribute27 = hr_api.g_varchar2) then
1478: p_rec.ass_attribute27 :=
1479: ben_cpi_shd.g_old_rec.ass_attribute27;

Line 1479: ben_cpi_shd.g_old_rec.ass_attribute27;

1475: ben_cpi_shd.g_old_rec.ass_attribute26;
1476: End If;
1477: If (p_rec.ass_attribute27 = hr_api.g_varchar2) then
1478: p_rec.ass_attribute27 :=
1479: ben_cpi_shd.g_old_rec.ass_attribute27;
1480: End If;
1481: If (p_rec.ass_attribute28 = hr_api.g_varchar2) then
1482: p_rec.ass_attribute28 :=
1483: ben_cpi_shd.g_old_rec.ass_attribute28;

Line 1483: ben_cpi_shd.g_old_rec.ass_attribute28;

1479: ben_cpi_shd.g_old_rec.ass_attribute27;
1480: End If;
1481: If (p_rec.ass_attribute28 = hr_api.g_varchar2) then
1482: p_rec.ass_attribute28 :=
1483: ben_cpi_shd.g_old_rec.ass_attribute28;
1484: End If;
1485: If (p_rec.ass_attribute29 = hr_api.g_varchar2) then
1486: p_rec.ass_attribute29 :=
1487: ben_cpi_shd.g_old_rec.ass_attribute29;

Line 1487: ben_cpi_shd.g_old_rec.ass_attribute29;

1483: ben_cpi_shd.g_old_rec.ass_attribute28;
1484: End If;
1485: If (p_rec.ass_attribute29 = hr_api.g_varchar2) then
1486: p_rec.ass_attribute29 :=
1487: ben_cpi_shd.g_old_rec.ass_attribute29;
1488: End If;
1489: If (p_rec.ass_attribute30 = hr_api.g_varchar2) then
1490: p_rec.ass_attribute30 :=
1491: ben_cpi_shd.g_old_rec.ass_attribute30;

Line 1491: ben_cpi_shd.g_old_rec.ass_attribute30;

1487: ben_cpi_shd.g_old_rec.ass_attribute29;
1488: End If;
1489: If (p_rec.ass_attribute30 = hr_api.g_varchar2) then
1490: p_rec.ass_attribute30 :=
1491: ben_cpi_shd.g_old_rec.ass_attribute30;
1492: End If;
1493: If (p_rec.ws_comments = hr_api.g_varchar2) then
1494: p_rec.ws_comments :=
1495: ben_cpi_shd.g_old_rec.ws_comments;

Line 1495: ben_cpi_shd.g_old_rec.ws_comments;

1491: ben_cpi_shd.g_old_rec.ass_attribute30;
1492: End If;
1493: If (p_rec.ws_comments = hr_api.g_varchar2) then
1494: p_rec.ws_comments :=
1495: ben_cpi_shd.g_old_rec.ws_comments;
1496: End If;
1497: If (p_rec.cpi_attribute_category = hr_api.g_varchar2) then
1498: p_rec.cpi_attribute_category :=
1499: ben_cpi_shd.g_old_rec.cpi_attribute_category;

Line 1499: ben_cpi_shd.g_old_rec.cpi_attribute_category;

1495: ben_cpi_shd.g_old_rec.ws_comments;
1496: End If;
1497: If (p_rec.cpi_attribute_category = hr_api.g_varchar2) then
1498: p_rec.cpi_attribute_category :=
1499: ben_cpi_shd.g_old_rec.cpi_attribute_category;
1500: End If;
1501: If (p_rec.cpi_attribute1 = hr_api.g_varchar2) then
1502: p_rec.cpi_attribute1 :=
1503: ben_cpi_shd.g_old_rec.cpi_attribute1;

Line 1503: ben_cpi_shd.g_old_rec.cpi_attribute1;

1499: ben_cpi_shd.g_old_rec.cpi_attribute_category;
1500: End If;
1501: If (p_rec.cpi_attribute1 = hr_api.g_varchar2) then
1502: p_rec.cpi_attribute1 :=
1503: ben_cpi_shd.g_old_rec.cpi_attribute1;
1504: End If;
1505: If (p_rec.cpi_attribute2 = hr_api.g_varchar2) then
1506: p_rec.cpi_attribute2 :=
1507: ben_cpi_shd.g_old_rec.cpi_attribute2;

Line 1507: ben_cpi_shd.g_old_rec.cpi_attribute2;

1503: ben_cpi_shd.g_old_rec.cpi_attribute1;
1504: End If;
1505: If (p_rec.cpi_attribute2 = hr_api.g_varchar2) then
1506: p_rec.cpi_attribute2 :=
1507: ben_cpi_shd.g_old_rec.cpi_attribute2;
1508: End If;
1509: If (p_rec.cpi_attribute3 = hr_api.g_varchar2) then
1510: p_rec.cpi_attribute3 :=
1511: ben_cpi_shd.g_old_rec.cpi_attribute3;

Line 1511: ben_cpi_shd.g_old_rec.cpi_attribute3;

1507: ben_cpi_shd.g_old_rec.cpi_attribute2;
1508: End If;
1509: If (p_rec.cpi_attribute3 = hr_api.g_varchar2) then
1510: p_rec.cpi_attribute3 :=
1511: ben_cpi_shd.g_old_rec.cpi_attribute3;
1512: End If;
1513: If (p_rec.cpi_attribute4 = hr_api.g_varchar2) then
1514: p_rec.cpi_attribute4 :=
1515: ben_cpi_shd.g_old_rec.cpi_attribute4;

Line 1515: ben_cpi_shd.g_old_rec.cpi_attribute4;

1511: ben_cpi_shd.g_old_rec.cpi_attribute3;
1512: End If;
1513: If (p_rec.cpi_attribute4 = hr_api.g_varchar2) then
1514: p_rec.cpi_attribute4 :=
1515: ben_cpi_shd.g_old_rec.cpi_attribute4;
1516: End If;
1517: If (p_rec.cpi_attribute5 = hr_api.g_varchar2) then
1518: p_rec.cpi_attribute5 :=
1519: ben_cpi_shd.g_old_rec.cpi_attribute5;

Line 1519: ben_cpi_shd.g_old_rec.cpi_attribute5;

1515: ben_cpi_shd.g_old_rec.cpi_attribute4;
1516: End If;
1517: If (p_rec.cpi_attribute5 = hr_api.g_varchar2) then
1518: p_rec.cpi_attribute5 :=
1519: ben_cpi_shd.g_old_rec.cpi_attribute5;
1520: End If;
1521: If (p_rec.cpi_attribute6 = hr_api.g_varchar2) then
1522: p_rec.cpi_attribute6 :=
1523: ben_cpi_shd.g_old_rec.cpi_attribute6;

Line 1523: ben_cpi_shd.g_old_rec.cpi_attribute6;

1519: ben_cpi_shd.g_old_rec.cpi_attribute5;
1520: End If;
1521: If (p_rec.cpi_attribute6 = hr_api.g_varchar2) then
1522: p_rec.cpi_attribute6 :=
1523: ben_cpi_shd.g_old_rec.cpi_attribute6;
1524: End If;
1525: If (p_rec.cpi_attribute7 = hr_api.g_varchar2) then
1526: p_rec.cpi_attribute7 :=
1527: ben_cpi_shd.g_old_rec.cpi_attribute7;

Line 1527: ben_cpi_shd.g_old_rec.cpi_attribute7;

1523: ben_cpi_shd.g_old_rec.cpi_attribute6;
1524: End If;
1525: If (p_rec.cpi_attribute7 = hr_api.g_varchar2) then
1526: p_rec.cpi_attribute7 :=
1527: ben_cpi_shd.g_old_rec.cpi_attribute7;
1528: End If;
1529: If (p_rec.cpi_attribute8 = hr_api.g_varchar2) then
1530: p_rec.cpi_attribute8 :=
1531: ben_cpi_shd.g_old_rec.cpi_attribute8;

Line 1531: ben_cpi_shd.g_old_rec.cpi_attribute8;

1527: ben_cpi_shd.g_old_rec.cpi_attribute7;
1528: End If;
1529: If (p_rec.cpi_attribute8 = hr_api.g_varchar2) then
1530: p_rec.cpi_attribute8 :=
1531: ben_cpi_shd.g_old_rec.cpi_attribute8;
1532: End If;
1533: If (p_rec.cpi_attribute9 = hr_api.g_varchar2) then
1534: p_rec.cpi_attribute9 :=
1535: ben_cpi_shd.g_old_rec.cpi_attribute9;

Line 1535: ben_cpi_shd.g_old_rec.cpi_attribute9;

1531: ben_cpi_shd.g_old_rec.cpi_attribute8;
1532: End If;
1533: If (p_rec.cpi_attribute9 = hr_api.g_varchar2) then
1534: p_rec.cpi_attribute9 :=
1535: ben_cpi_shd.g_old_rec.cpi_attribute9;
1536: End If;
1537: If (p_rec.cpi_attribute10 = hr_api.g_varchar2) then
1538: p_rec.cpi_attribute10 :=
1539: ben_cpi_shd.g_old_rec.cpi_attribute10;

Line 1539: ben_cpi_shd.g_old_rec.cpi_attribute10;

1535: ben_cpi_shd.g_old_rec.cpi_attribute9;
1536: End If;
1537: If (p_rec.cpi_attribute10 = hr_api.g_varchar2) then
1538: p_rec.cpi_attribute10 :=
1539: ben_cpi_shd.g_old_rec.cpi_attribute10;
1540: End If;
1541: If (p_rec.cpi_attribute11 = hr_api.g_varchar2) then
1542: p_rec.cpi_attribute11 :=
1543: ben_cpi_shd.g_old_rec.cpi_attribute11;

Line 1543: ben_cpi_shd.g_old_rec.cpi_attribute11;

1539: ben_cpi_shd.g_old_rec.cpi_attribute10;
1540: End If;
1541: If (p_rec.cpi_attribute11 = hr_api.g_varchar2) then
1542: p_rec.cpi_attribute11 :=
1543: ben_cpi_shd.g_old_rec.cpi_attribute11;
1544: End If;
1545: If (p_rec.cpi_attribute12 = hr_api.g_varchar2) then
1546: p_rec.cpi_attribute12 :=
1547: ben_cpi_shd.g_old_rec.cpi_attribute12;

Line 1547: ben_cpi_shd.g_old_rec.cpi_attribute12;

1543: ben_cpi_shd.g_old_rec.cpi_attribute11;
1544: End If;
1545: If (p_rec.cpi_attribute12 = hr_api.g_varchar2) then
1546: p_rec.cpi_attribute12 :=
1547: ben_cpi_shd.g_old_rec.cpi_attribute12;
1548: End If;
1549: If (p_rec.cpi_attribute13 = hr_api.g_varchar2) then
1550: p_rec.cpi_attribute13 :=
1551: ben_cpi_shd.g_old_rec.cpi_attribute13;

Line 1551: ben_cpi_shd.g_old_rec.cpi_attribute13;

1547: ben_cpi_shd.g_old_rec.cpi_attribute12;
1548: End If;
1549: If (p_rec.cpi_attribute13 = hr_api.g_varchar2) then
1550: p_rec.cpi_attribute13 :=
1551: ben_cpi_shd.g_old_rec.cpi_attribute13;
1552: End If;
1553: If (p_rec.cpi_attribute14 = hr_api.g_varchar2) then
1554: p_rec.cpi_attribute14 :=
1555: ben_cpi_shd.g_old_rec.cpi_attribute14;

Line 1555: ben_cpi_shd.g_old_rec.cpi_attribute14;

1551: ben_cpi_shd.g_old_rec.cpi_attribute13;
1552: End If;
1553: If (p_rec.cpi_attribute14 = hr_api.g_varchar2) then
1554: p_rec.cpi_attribute14 :=
1555: ben_cpi_shd.g_old_rec.cpi_attribute14;
1556: End If;
1557: If (p_rec.cpi_attribute15 = hr_api.g_varchar2) then
1558: p_rec.cpi_attribute15 :=
1559: ben_cpi_shd.g_old_rec.cpi_attribute15;

Line 1559: ben_cpi_shd.g_old_rec.cpi_attribute15;

1555: ben_cpi_shd.g_old_rec.cpi_attribute14;
1556: End If;
1557: If (p_rec.cpi_attribute15 = hr_api.g_varchar2) then
1558: p_rec.cpi_attribute15 :=
1559: ben_cpi_shd.g_old_rec.cpi_attribute15;
1560: End If;
1561: If (p_rec.cpi_attribute16 = hr_api.g_varchar2) then
1562: p_rec.cpi_attribute16 :=
1563: ben_cpi_shd.g_old_rec.cpi_attribute16;

Line 1563: ben_cpi_shd.g_old_rec.cpi_attribute16;

1559: ben_cpi_shd.g_old_rec.cpi_attribute15;
1560: End If;
1561: If (p_rec.cpi_attribute16 = hr_api.g_varchar2) then
1562: p_rec.cpi_attribute16 :=
1563: ben_cpi_shd.g_old_rec.cpi_attribute16;
1564: End If;
1565: If (p_rec.cpi_attribute17 = hr_api.g_varchar2) then
1566: p_rec.cpi_attribute17 :=
1567: ben_cpi_shd.g_old_rec.cpi_attribute17;

Line 1567: ben_cpi_shd.g_old_rec.cpi_attribute17;

1563: ben_cpi_shd.g_old_rec.cpi_attribute16;
1564: End If;
1565: If (p_rec.cpi_attribute17 = hr_api.g_varchar2) then
1566: p_rec.cpi_attribute17 :=
1567: ben_cpi_shd.g_old_rec.cpi_attribute17;
1568: End If;
1569: If (p_rec.cpi_attribute18 = hr_api.g_varchar2) then
1570: p_rec.cpi_attribute18 :=
1571: ben_cpi_shd.g_old_rec.cpi_attribute18;

Line 1571: ben_cpi_shd.g_old_rec.cpi_attribute18;

1567: ben_cpi_shd.g_old_rec.cpi_attribute17;
1568: End If;
1569: If (p_rec.cpi_attribute18 = hr_api.g_varchar2) then
1570: p_rec.cpi_attribute18 :=
1571: ben_cpi_shd.g_old_rec.cpi_attribute18;
1572: End If;
1573: If (p_rec.cpi_attribute19 = hr_api.g_varchar2) then
1574: p_rec.cpi_attribute19 :=
1575: ben_cpi_shd.g_old_rec.cpi_attribute19;

Line 1575: ben_cpi_shd.g_old_rec.cpi_attribute19;

1571: ben_cpi_shd.g_old_rec.cpi_attribute18;
1572: End If;
1573: If (p_rec.cpi_attribute19 = hr_api.g_varchar2) then
1574: p_rec.cpi_attribute19 :=
1575: ben_cpi_shd.g_old_rec.cpi_attribute19;
1576: End If;
1577: If (p_rec.cpi_attribute20 = hr_api.g_varchar2) then
1578: p_rec.cpi_attribute20 :=
1579: ben_cpi_shd.g_old_rec.cpi_attribute20;

Line 1579: ben_cpi_shd.g_old_rec.cpi_attribute20;

1575: ben_cpi_shd.g_old_rec.cpi_attribute19;
1576: End If;
1577: If (p_rec.cpi_attribute20 = hr_api.g_varchar2) then
1578: p_rec.cpi_attribute20 :=
1579: ben_cpi_shd.g_old_rec.cpi_attribute20;
1580: End If;
1581: If (p_rec.cpi_attribute21 = hr_api.g_varchar2) then
1582: p_rec.cpi_attribute21 :=
1583: ben_cpi_shd.g_old_rec.cpi_attribute21;

Line 1583: ben_cpi_shd.g_old_rec.cpi_attribute21;

1579: ben_cpi_shd.g_old_rec.cpi_attribute20;
1580: End If;
1581: If (p_rec.cpi_attribute21 = hr_api.g_varchar2) then
1582: p_rec.cpi_attribute21 :=
1583: ben_cpi_shd.g_old_rec.cpi_attribute21;
1584: End If;
1585: If (p_rec.cpi_attribute22 = hr_api.g_varchar2) then
1586: p_rec.cpi_attribute22 :=
1587: ben_cpi_shd.g_old_rec.cpi_attribute22;

Line 1587: ben_cpi_shd.g_old_rec.cpi_attribute22;

1583: ben_cpi_shd.g_old_rec.cpi_attribute21;
1584: End If;
1585: If (p_rec.cpi_attribute22 = hr_api.g_varchar2) then
1586: p_rec.cpi_attribute22 :=
1587: ben_cpi_shd.g_old_rec.cpi_attribute22;
1588: End If;
1589: If (p_rec.cpi_attribute23 = hr_api.g_varchar2) then
1590: p_rec.cpi_attribute23 :=
1591: ben_cpi_shd.g_old_rec.cpi_attribute23;

Line 1591: ben_cpi_shd.g_old_rec.cpi_attribute23;

1587: ben_cpi_shd.g_old_rec.cpi_attribute22;
1588: End If;
1589: If (p_rec.cpi_attribute23 = hr_api.g_varchar2) then
1590: p_rec.cpi_attribute23 :=
1591: ben_cpi_shd.g_old_rec.cpi_attribute23;
1592: End If;
1593: If (p_rec.cpi_attribute24 = hr_api.g_varchar2) then
1594: p_rec.cpi_attribute24 :=
1595: ben_cpi_shd.g_old_rec.cpi_attribute24;

Line 1595: ben_cpi_shd.g_old_rec.cpi_attribute24;

1591: ben_cpi_shd.g_old_rec.cpi_attribute23;
1592: End If;
1593: If (p_rec.cpi_attribute24 = hr_api.g_varchar2) then
1594: p_rec.cpi_attribute24 :=
1595: ben_cpi_shd.g_old_rec.cpi_attribute24;
1596: End If;
1597: If (p_rec.cpi_attribute25 = hr_api.g_varchar2) then
1598: p_rec.cpi_attribute25 :=
1599: ben_cpi_shd.g_old_rec.cpi_attribute25;

Line 1599: ben_cpi_shd.g_old_rec.cpi_attribute25;

1595: ben_cpi_shd.g_old_rec.cpi_attribute24;
1596: End If;
1597: If (p_rec.cpi_attribute25 = hr_api.g_varchar2) then
1598: p_rec.cpi_attribute25 :=
1599: ben_cpi_shd.g_old_rec.cpi_attribute25;
1600: End If;
1601: If (p_rec.cpi_attribute26 = hr_api.g_varchar2) then
1602: p_rec.cpi_attribute26 :=
1603: ben_cpi_shd.g_old_rec.cpi_attribute26;

Line 1603: ben_cpi_shd.g_old_rec.cpi_attribute26;

1599: ben_cpi_shd.g_old_rec.cpi_attribute25;
1600: End If;
1601: If (p_rec.cpi_attribute26 = hr_api.g_varchar2) then
1602: p_rec.cpi_attribute26 :=
1603: ben_cpi_shd.g_old_rec.cpi_attribute26;
1604: End If;
1605: If (p_rec.cpi_attribute27 = hr_api.g_varchar2) then
1606: p_rec.cpi_attribute27 :=
1607: ben_cpi_shd.g_old_rec.cpi_attribute27;

Line 1607: ben_cpi_shd.g_old_rec.cpi_attribute27;

1603: ben_cpi_shd.g_old_rec.cpi_attribute26;
1604: End If;
1605: If (p_rec.cpi_attribute27 = hr_api.g_varchar2) then
1606: p_rec.cpi_attribute27 :=
1607: ben_cpi_shd.g_old_rec.cpi_attribute27;
1608: End If;
1609: If (p_rec.cpi_attribute28 = hr_api.g_varchar2) then
1610: p_rec.cpi_attribute28 :=
1611: ben_cpi_shd.g_old_rec.cpi_attribute28;

Line 1611: ben_cpi_shd.g_old_rec.cpi_attribute28;

1607: ben_cpi_shd.g_old_rec.cpi_attribute27;
1608: End If;
1609: If (p_rec.cpi_attribute28 = hr_api.g_varchar2) then
1610: p_rec.cpi_attribute28 :=
1611: ben_cpi_shd.g_old_rec.cpi_attribute28;
1612: End If;
1613: If (p_rec.cpi_attribute29 = hr_api.g_varchar2) then
1614: p_rec.cpi_attribute29 :=
1615: ben_cpi_shd.g_old_rec.cpi_attribute29;

Line 1615: ben_cpi_shd.g_old_rec.cpi_attribute29;

1611: ben_cpi_shd.g_old_rec.cpi_attribute28;
1612: End If;
1613: If (p_rec.cpi_attribute29 = hr_api.g_varchar2) then
1614: p_rec.cpi_attribute29 :=
1615: ben_cpi_shd.g_old_rec.cpi_attribute29;
1616: End If;
1617: If (p_rec.cpi_attribute30 = hr_api.g_varchar2) then
1618: p_rec.cpi_attribute30 :=
1619: ben_cpi_shd.g_old_rec.cpi_attribute30;

Line 1619: ben_cpi_shd.g_old_rec.cpi_attribute30;

1615: ben_cpi_shd.g_old_rec.cpi_attribute29;
1616: End If;
1617: If (p_rec.cpi_attribute30 = hr_api.g_varchar2) then
1618: p_rec.cpi_attribute30 :=
1619: ben_cpi_shd.g_old_rec.cpi_attribute30;
1620: End If;
1621: If (p_rec.feedback_date = hr_api.g_date) then
1622: p_rec.feedback_date :=
1623: ben_cpi_shd.g_old_rec.feedback_date;

Line 1623: ben_cpi_shd.g_old_rec.feedback_date;

1619: ben_cpi_shd.g_old_rec.cpi_attribute30;
1620: End If;
1621: If (p_rec.feedback_date = hr_api.g_date) then
1622: p_rec.feedback_date :=
1623: ben_cpi_shd.g_old_rec.feedback_date;
1624: End If;
1625: --
1626: End convert_defs;
1627: --

Line 1632: (p_rec in out nocopy ben_cpi_shd.g_rec_type

1628: -- ----------------------------------------------------------------------------
1629: -- |---------------------------------< upd >----------------------------------|
1630: -- ----------------------------------------------------------------------------
1631: Procedure upd
1632: (p_rec in out nocopy ben_cpi_shd.g_rec_type
1633: ) is
1634: --
1635: l_proc varchar2(72) := g_package||'upd';
1636: --

Line 1644: ben_cpi_shd.lck

1640: end if;
1641: --
1642: -- We must lock the row which we need to update.
1643: --
1644: ben_cpi_shd.lck
1645: (p_rec.group_per_in_ler_id
1646: ,p_rec.object_version_number
1647: );
1648: --

Line 1839: l_rec ben_cpi_shd.g_rec_type;

1835: ,p_cpi_attribute30 in varchar2 default hr_api.g_varchar2
1836: ,p_feedback_date in date default hr_api.g_date
1837: ) is
1838: --
1839: l_rec ben_cpi_shd.g_rec_type;
1840: l_proc varchar2(72) := g_package||'upd';
1841: --
1842: Begin
1843: if g_debug then

Line 1851: ben_cpi_shd.convert_args

1847: -- Call conversion function to turn arguments into the
1848: -- l_rec structure.
1849: --
1850: l_rec :=
1851: ben_cpi_shd.convert_args
1852: (p_group_per_in_ler_id
1853: ,p_assignment_id
1854: ,p_person_id
1855: ,p_supervisor_id