DBA Data[Home] [Help]

APPS.PAY_KR_PAYKRYLG_PKG dependencies on PAY_BALANCE_PKG

Line 854: t_balance_batch pay_balance_pkg.t_balance_value_tab;

850: -----------------------------------
851: -- Bug 3223825
852: -- Pl/sql table declaration
853: -----------------------------------
854: t_balance_batch pay_balance_pkg.t_balance_value_tab;
855:
856: l_taxable_mth number;
857: l_taxable_bon number;
858: l_sp_irreg_bonus_mth number;

Line 998: pay_balance_pkg.get_value(p_assact,t_balance_batch,FALSE,FALSE);

994: ----------------------------------------------
995: --Bug 3223825
996: --batch get_value call
997: ----------------------------------------------
998: pay_balance_pkg.get_value(p_assact,t_balance_batch,FALSE,FALSE);
999: --
1000: l_fw_income_exem_rate := get_globalvalue('KR_FOREIGN_WORKER_INCOME_EXEM_RATE',p_date_paid); -- Bug 7439803
1001: --
1002: l_taxable_mth := t_balance_batch(1).balance_value;