38: END IF;
39: END IF;
40: END IF;
41:
42: IF l_field IS NOT NULL AND fnd_profile.value('PER_NATIONAL_IDENTIFIER_VALIDATION') in ('ERROR','WARN') THEN
43: fnd_message.set_name('PER', 'HR_376603_FI_MANDATORY_MSG');
44: fnd_message.set_token('NAME',l_field, translate => true );
45: hr_utility.raise_error;
46: END IF;
2320: --
2321: IF hr_utility.chk_product_install('Oracle Human Resources', 'FI') THEN
2322: --
2323: -- get the values of the person_id profile
2324: fnd_profile.put('PER_PERSON_ID',p_person_id);
2325: if p_abs_information_category='FI_F' THEN
2326: OPEN get_start_date(p_person_id);
2327: FETCH get_start_date into l_start_date;
2328: CLOSE get_start_date;
2372: fetch get_person_id into l_person_id;
2373: close get_person_id;
2374:
2375: -- get the values of the person_id profile
2376: fnd_profile.put('PER_PERSON_ID',l_person_id);
2377:
2378: if p_abs_information_category='FI_F' THEN
2379: OPEN get_start_date(l_person_id);
2380: FETCH get_start_date into l_start_date;