DBA Data[Home] [Help]

APPS.PER_APPLICANT_PKG dependencies on HR_DATE_CHK

Line 2163: hr_date_chk.check_apl_ref_int ( p_person_id,

2159: fetch c2 into l_system_person_type ;
2160: close c2 ;
2161: --
2162: if ( p_old_date_received <> p_date_received ) then
2163: hr_date_chk.check_apl_ref_int ( p_person_id,
2164: p_business_group_id,
2165: l_system_person_type,
2166: p_old_date_received,
2167: p_date_received ) ;