DBA Data[Home] [Help]

APPS.PAY_GB_RTI_EAS dependencies on HR_GB_UTILITY

Line 1496: hr_gb_utility.ni_validate(l_national_identifier,p_effective_date) <> 0 THEN

1492: END IF;
1493: END IF;
1494:
1495: IF l_national_identifier is not null AND
1496: hr_gb_utility.ni_validate(l_national_identifier,p_effective_date) <> 0 THEN
1497: populate_run_msg(p_assactid,'The National Insurance number ' || l_national_identifier || ' of the assignment ' || l_assignment_number || ' has invalid characters.');
1498: fnd_file.put_line (fnd_file.LOG,'The National Insurance number ' || l_national_identifier || ' of the assignment ' || l_assignment_number || ' has invalid characters.');
1499: edi_validation_fail := 'Y';
1500: END IF;

Line 1717: hr_gb_utility.ni_validate(l_national_identifier,sysdate) <> 0 THEN

1713: END IF;
1714: END IF;
1715:
1716: IF l_national_identifier is not null AND
1717: hr_gb_utility.ni_validate(l_national_identifier,sysdate) <> 0 THEN
1718: populate_run_msg(p_assactid,'The National Insurance number ' || l_national_identifier || ' of the employee ' || l_employee_number || ' has invalid characters.');
1719: fnd_file.put_line (fnd_file.LOG,'The National Insurance number ' || l_national_identifier || ' of the employee ' || l_employee_number || ' has invalid characters.');
1720: edi_validation_fail := 'Y';
1721: END IF;