DBA Data[Home] [Help]

APPS.PAY_KR_PAYKRYLG_PKG dependencies on PAY_KR_YEA_PKG

Line 412: l_yea_info pay_kr_yea_pkg.t_yea_info;

408: -- End of Bug 6470526
409: )
410: ------------------------------------------------------------------------
411: is
412: l_yea_info pay_kr_yea_pkg.t_yea_info;
413: l_month number;
414: l_dependent_spouse_count Number; -- 3546994
415: l_bal_adj_assact pay_assignment_actions.assignment_action_id%type ; -- Bug 4261844
416: --

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

621: begin
622: --
623: -- Derive YEA result
624: --
625: l_yea_info := pay_kr_yea_pkg.yea_info(p_assignment_action_id);
626: --
627: -- Taxable Earnings
628: --
629: p_taxable := l_yea_info.taxable;