DBA Data[Home] [Help]

APPS.PER_APPLICANT_PKG dependencies on HR_DATE_CHK

Line 2600: hr_date_chk.check_apl_ref_int ( p_person_id,

2596: fetch c2 into l_system_person_type ;
2597: close c2 ;
2598: --
2599: if ( p_old_date_received <> p_date_received ) then
2600: hr_date_chk.check_apl_ref_int ( p_person_id,
2601: p_business_group_id,
2602: l_system_person_type,
2603: p_old_date_received,
2604: p_date_received ) ;