DBA Data[Home] [Help]

APPS.PAY_KR_PAYKRYTR_PKG dependencies on PAY_KR_YEA_PKG

Line 126: l_yea_info pay_kr_yea_pkg.t_yea_info;

122: p_emp_don_exp_oth out nocopy number,
123: p_double_exem_amt out nocopy number) -- Bug 6716401
124: ------------------------------------------------------------------------
125: is
126: l_yea_info pay_kr_yea_pkg.t_yea_info;
127: cursor csr is
128: select hr_ni_chk_pkg.chk_nat_id_format(per.national_identifier, 'DDDDDD-DDDDDDD') NATIONAL_IDENTIFIER,
129: per.person_id, -- bug 6012258
130: pds.date_start,

Line 318: l_yea_info := pay_kr_yea_pkg.yea_info(p_assignment_action_id);

314:
315: --
316: -- Derive YEA results
317: --
318: l_yea_info := pay_kr_yea_pkg.yea_info(p_assignment_action_id);
319: --
320: -- Employee Basic Information
321: --
322: if l_yea_info.non_resident_flag = 'Y' then