DBA Data[Home] [Help]

APPS.GHR_HISTORY_API dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 613: l_asgei_data per_assignment_extra_info%rowtype;

609: p_hist_data in out nocopy ghr_pa_history%rowtype,
610: p_result_code out nocopy varchar2) is
611:
612: l_people_data per_all_people_f%rowtype;
613: l_asgei_data per_assignment_extra_info%rowtype;
614: l_asgn_data per_all_assignments_f%rowtype;
615: l_peopleei_data per_people_extra_info%rowtype;
616: l_element_entry_value_data pay_element_entry_values_f%rowtype;
617: l_element_entry_data pay_element_entries_f%rowtype;

Line 884: IF l_hist_data.table_name = 'PER_ASSIGNMENT_EXTRA_INFO' AND

880: l_hist_data.assignment_id := l_session_var.assignment_id;
881:
882: -- Bug# 1240717. In case of Separation and NTE dates for assignment extra info
883: -- the effective date should be 1 day more than the effective date of RPA.
884: IF l_hist_data.table_name = 'PER_ASSIGNMENT_EXTRA_INFO' AND
885: l_hist_data.information5 = 'GHR_US_ASG_NTE_DATES'
886: THEN
887: OPEN c_noa_sep_family;
888: FETCH c_noa_sep_family INTO l_dummy;