DBA Data[Home] [Help]

APPS.PAY_KR_PAYKRYLG_PKG dependencies on PAY_KR_YEA_PKG

Line 713: l_yea_info pay_kr_yea_pkg.t_yea_info;

709:
710: )
711: ------------------------------------------------------------------------
712: is
713: l_yea_info pay_kr_yea_pkg.t_yea_info;
714: l_month number;
715: l_dependent_spouse_count Number; -- 3546994
716: l_bal_adj_assact pay_assignment_actions.assignment_action_id%type ; -- Bug 4261844
717: l_dummy number; -- Bug 10082074

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

1226: begin
1227: --
1228: -- Derive YEA result
1229: --
1230: l_yea_info := pay_kr_yea_pkg.yea_info(p_assignment_action_id);
1231: --
1232: -- Taxable Earnings
1233: --
1234: p_taxable := l_yea_info.taxable;