DBA Data[Home] [Help]

APPS.PAY_P45_PKG dependencies on HR_GB_UTILITY

Line 2832: IF l_ni_number IS NOT NULL and hr_gb_utility.ni_validate(l_ni_number,l_effective_date) <> 0 THEN

2828: l_addline3 := l_addline4;
2829: l_addline4 := NULL;
2830: end if;
2831:
2832: IF l_ni_number IS NOT NULL and hr_gb_utility.ni_validate(l_ni_number,l_effective_date) <> 0 THEN
2833: populate_run_msg(p_assactid,'The National Insurance Number of the assignment has invalid character(s)');
2834: fnd_file.put_line (fnd_file.LOG,l_assignment_number||' : The National Insurance Number of the assignment has invalid character(s)');
2835: edi_validation_fail := 'Y';
2836: END IF;