DBA Data[Home] [Help]

APPS.PAY_CA_YEER_PKG dependencies on HR_NI_CHK_PKG

Line 617: check_format := hr_ni_chk_pkg.chk_nat_id_format(national_identifier,'DDD DDD DDD');

613: return_value BOOLEAN := true;
614:
615: begin
616: -- hr_utility.trace_on(null,'VALIDATE_SIN');
617: check_format := hr_ni_chk_pkg.chk_nat_id_format(national_identifier,'DDD DDD DDD');
618: hr_utility.trace('check_format ----'||check_format);
619: if ( check_format <>'0' ) then
620: /* check digit is the last digit of SIN */
621: check_digit := substr(check_format,-1,1);