DBA Data[Home] [Help]

APPS.PAY_US_REPORTING_UTILS_PKG dependencies on PAY_BALANCE_PKG

Line 2845: pay_balance_pkg.set_context('TAX_UNIT_ID', p_tax_unit_id);

2841:
2842:
2843: BEGIN
2844: if p_tax_unit_id is not null then
2845: pay_balance_pkg.set_context('TAX_UNIT_ID', p_tax_unit_id);
2846: end if;
2847: l_balance_name := 'W2 Govt EE Contrib';
2848:
2849: OPEN get_effective_date(p_assignment_action_id);

Line 2882: lv_bal_amt := nvl(pay_balance_pkg.get_value

2878:
2879: /* Live Balance Call Procedure */
2880: l_bal_id := bal_db_item('W2_GOVT_EE_CONTRIB_PER_GRE_YTD');
2881: hr_utility.trace('get_balance_feed_exist FOUND');
2882: lv_bal_amt := nvl(pay_balance_pkg.get_value
2883: (p_defined_balance_id => l_bal_id,
2884: p_assignment_action_id => p_assignment_action_id),0);
2885: return (to_char(lv_bal_amt));
2886: