DBA Data[Home] [Help]

APPS.HR_GB_UTILITY dependencies on HR_NI_CHK_PKG

Line 144: l_validate_ni_code := hr_ni_chk_pkg.chk_nat_id_format(p_ni_number, 'AADDDDDDA');

140: -- Check that the NI Number is the correct format, AADDDDDDA,
141: -- where A=Alpha Character, D = Digit. Returns full NI number back if OK, or
142: -- 0 if not ok.
143: --
144: l_validate_ni_code := hr_ni_chk_pkg.chk_nat_id_format(p_ni_number, 'AADDDDDDA');
145: --
146: if l_validate_ni_code = '0' then
147: -- The NI Number is not in the right format, send the apt code.
148: l_return_code := 1;