DBA Data[Home] [Help]

APPS.PAY_GB_RTI dependencies on HR_GB_UTILITY

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

1031: END IF;
1032: END IF;
1033:
1034: IF l_national_identifier is not null AND
1035: hr_gb_utility.ni_validate(l_national_identifier,p_effective_date) <> 0 THEN
1036: populate_run_msg(p_assactid,'The National Insurance number ' || l_national_identifier || ' of the assignment ' || l_assignment_number || ' has invalid characters.');
1037: fnd_file.put_line (fnd_file.LOG,'The National Insurance number ' || l_national_identifier || ' of the assignment ' || l_assignment_number || ' has invalid characters.');
1038: edi_validation_fail := 'Y';
1039: END IF;

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

1245: END IF;
1246: END IF;
1247:
1248: IF l_national_identifier is not null AND
1249: hr_gb_utility.ni_validate(l_national_identifier,sysdate) <> 0 THEN
1250: populate_run_msg(p_assactid,'The National Insurance number ' || l_national_identifier || ' of the employee ' || l_employee_number || ' has invalid characters.');
1251: fnd_file.put_line (fnd_file.LOG,'The National Insurance number ' || l_national_identifier || ' of the employee ' || l_employee_number || ' has invalid characters.');
1252: edi_validation_fail := 'Y';
1253: END IF;