DBA Data[Home] [Help]

APPS.PAY_KR_FF_FUNCTIONS_PKG dependencies on HR_NI_CHK_PKG

Line 171: l_ni := hr_ni_chk_pkg.chk_nat_id_format(p_national_identifier, 'DDDDDD-DDDDDDD');

167: p_sex := g_ni.sex;
168: p_date_of_birth := g_ni.date_of_birth;
169: else
170: begin
171: l_ni := hr_ni_chk_pkg.chk_nat_id_format(p_national_identifier, 'DDDDDD-DDDDDDD');
172: if l_ni = '0' then
173: raise no_data_found;
174: end if;
175: --

Line 311: hr_ni_chk_pkg.chk_nat_id_format(per.national_identifier, 'DDDDDD-DDDDDDD') NI

307: ---------------------------------------------------------------------
308: is
309: cursor csr_ni is
310: select
311: hr_ni_chk_pkg.chk_nat_id_format(per.national_identifier, 'DDDDDD-DDDDDDD') NI
312: from per_people_f per,
313: per_assignments_f asg
314: where asg.assignment_id = p_assignment_id
315: and per.person_id = asg.person_id