DBA Data[Home] [Help]

APPS.PER_PEOPLE12_PKG dependencies on HR_DATE_CHK

Line 487: hr_date_chk.check_hire_ref_int(p_person_id

483: -- check the integrity of the date change.
484: -- Date may come in between a person type change.
485: --
486: hr_utility.set_location('PER_PEOPLE12_PKG.update_row2',30);
487: hr_date_chk.check_hire_ref_int(p_person_id
488: ,p_business_group_id
489: ,l_period_of_service_id
490: ,p_s_hire_date
491: ,p_system_person_type

Line 1941: hr_date_chk.update_hire_records(p_person_id

1937: and (p_hire_date <> p_s_hire_date)
1938: and (p_system_person_type = p_s_system_person_type))) then
1939: /*--- End changes for the bug 5907880 */
1940: hr_utility.set_location('update_row2 - after update',4);
1941: hr_date_chk.update_hire_records(p_person_id
1942: ,p_applicant_number
1943: ,p_hire_date
1944: ,p_s_hire_date
1945: ,p_last_updated_by

Line 2961: hr_date_chk.check_hire_ref_int(p_person_id

2957: -- check the integrity of the date change.
2958: -- Date may come in between a person type change.
2959: --
2960: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',30);
2961: hr_date_chk.check_hire_ref_int(p_person_id
2962: ,p_business_group_id
2963: ,l_period_of_service_id
2964: ,p_s_hire_date
2965: ,p_system_person_type

Line 3946: hr_date_chk.update_hire_records(p_person_id

3942: and (p_hire_date <> p_s_hire_date)
3943: and (p_system_person_type = p_s_system_person_type))) then
3944: /*--- End changes for the bug 5907880 */
3945: hr_utility.set_location('update_row - after update',4);
3946: hr_date_chk.update_hire_records(p_person_id
3947: ,p_applicant_number
3948: ,p_hire_date
3949: ,p_s_hire_date
3950: ,p_last_updated_by