DBA Data[Home] [Help]

APPS.PAY_KR_PAYKRYTR_PKG dependencies on PAY_KR_YEA_PKG

Line 472: l_yea_info pay_kr_yea_pkg.t_yea_info;

468: p_prev5_stax out nocopy number, -- Bug 8644512
469: p_prev5_total_tax out nocopy number) -- Bug 8644512
470: ------------------------------------------------------------------------
471: is
472: l_yea_info pay_kr_yea_pkg.t_yea_info;
473: cursor csr is
474: select hr_ni_chk_pkg.chk_nat_id_format(per.national_identifier, 'DDDDDD-DDDDDDD') NATIONAL_IDENTIFIER,
475: per.person_id, -- bug 6012258
476: pds.date_start,

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

704:
705: --
706: -- Derive YEA results
707: --
708: l_yea_info := pay_kr_yea_pkg.yea_info(p_assignment_action_id);
709: --
710: -- Employee Basic Information
711: --
712: if l_yea_info.non_resident_flag = 'Y' then