DBA Data[Home] [Help]

APPS.HR_SE_UTILITY dependencies on HR_NI_CHK_PKG

Line 187: l_chk_format := hr_ni_chk_pkg.chk_nat_id_format(l_account_number,'DDDDDDDDDDDDDDDD');

183:
184: --Check for Integer Digits
185: --
186:
187: l_chk_format := hr_ni_chk_pkg.chk_nat_id_format(l_account_number,'DDDDDDDDDDDDDDDD');
188:
189: -- Using Modulus 11 Validation
190: --
191: l_i := 0;

Line 225: l_chk_format := hr_ni_chk_pkg.chk_nat_id_format(l_account_number,'DDDDDDDDDDDDDDDD');

221: l_account_number := SUBSTR(p_account_number,1,4)||LPAD(SUBSTR(p_account_number,5,10),12,'0');
222:
223: --Check for Integer Digits
224: --
225: l_chk_format := hr_ni_chk_pkg.chk_nat_id_format(l_account_number,'DDDDDDDDDDDDDDDD');
226:
227: -- Using Modulus 10/11 Validation according to Type
228: --
229: IF l_modulus_type='11' THEN