DBA Data[Home] [Help]

APPS.PQP_GB_SWF_ARCHIVE dependencies on HR_GB_UTILITY

Line 1524: hr_gb_utility.ni_validate(l_staff_rec.national_identifier,sysdate) <> 0 then

1520: l_arch := false ;
1521: populate_run_msg(p_assactid,'Member of workforce with missing NI Number');
1522: hr_utility.set_location('NI error',20);
1523: elsif l_staff_rec.national_identifier is not null and
1524: hr_gb_utility.ni_validate(l_staff_rec.national_identifier,sysdate) <> 0 then
1525: l_arch := false;
1526: populate_run_msg(p_assactid,'NI Number has invalid Format');
1527: hr_utility.set_location('NI error',10);
1528: if substr(l_staff_rec.national_identifier,1,2) in ('GB','BG','NK','KN','TN','NT','ZZ') then