DBA Data[Home] [Help]

APPS.GHR_PAR_BUS dependencies on GHR_HISTORY_API

Line 528: IF p_first_noa_cancel_or_correct not in (ghr_history_api.g_cancel,'CORRECT') THEN

524: end if;
525: -- If conversion action and the person type is EX_EMP check to ensure that
526:
527: -- he has not been terminated more than 3 days since the effective_date
528: IF p_first_noa_cancel_or_correct not in (ghr_history_api.g_cancel,'CORRECT') THEN
529: If p_noa_family_code = 'CONV_APP' then
530: hr_utility.set_location('Conversion to app',1);
531: for person_type_rec in c_person_type_rec loop
532: l_person_type := person_type_rec.system_person_type;