DBA Data[Home] [Help]

APPS.PER_PEOPLE12_PKG dependencies on HR_DATE_CHK

Line 700: hr_date_chk.check_hire_ref_int(p_person_id

696: -- check the integrity of the date change.
697: -- Date may come in between a person type change.
698: --
699: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',30);
700: hr_date_chk.check_hire_ref_int(p_person_id
701: ,p_business_group_id
702: ,l_period_of_service_id
703: ,p_s_hire_date
704: ,p_system_person_type

Line 1664: hr_date_chk.update_hire_records(p_person_id

1660: and (p_hire_date <> p_s_hire_date)
1661: and (p_system_person_type = p_s_system_person_type))) then
1662: /*--- End changes for the bug 5907880 */
1663: hr_utility.set_location('update_row - after update',4);
1664: hr_date_chk.update_hire_records(p_person_id
1665: ,p_applicant_number
1666: ,p_hire_date
1667: ,p_s_hire_date
1668: ,p_last_updated_by