DBA Data[Home] [Help]

APPS.PAY_US_TAX_BALS_ADJ_API dependencies on PAY_BALANCE_PKG

Line 3329: pay_balance_pkg.get_value

3325:
3326: /* HIRE ACT Coding need to add the shadow taxable balance to g_ss_er_taxable */
3327: IF l_ss_er_w11_def_bal_id <> -999 THEN
3328: g_ss_er_taxable := g_ss_er_taxable +
3329: pay_balance_pkg.get_value
3330: ( p_defined_balance_id => l_ss_er_w11_def_bal_id, -- SS ER W11 Taxable
3331: p_assignment_id => l_assignment_id,
3332: p_virtual_date => p_adjustment_date -- PER GRE YTD
3333: );

Line 3419: g_sui_ee_taxable := pay_balance_pkg.get_value_lock(l_sui_def_bal_id,

3415: ELSE
3416: l_balance_fetch_date := l_end_of_year_date;
3417: END IF;
3418:
3419: g_sui_ee_taxable := pay_balance_pkg.get_value_lock(l_sui_def_bal_id,
3420: l_assignment_id,
3421: l_balance_fetch_date,
3422: l_run_route_bool,
3423: 'Y'

Line 3428: g_sui_er_taxable := pay_balance_pkg.get_value_lock(l_sui_def_bal_id,

3424: );
3425:
3426: fetch get_sui_taxable_def_bal_id into l_sui_def_bal_id;
3427:
3428: g_sui_er_taxable := pay_balance_pkg.get_value_lock(l_sui_def_bal_id,
3429: l_assignment_id,
3430: l_balance_fetch_date,
3431: l_run_route_bool,
3432: 'Y'

Line 4186: pay_balance_pkg.get_value

4182: p_adjustment_date, NULL);
4183:
4184: IF l_ss_er_w11_def_bal_id <> -999 THEN
4185: l_current_ss_er_taxable_amt := l_current_ss_er_taxable_amt +
4186: pay_balance_pkg.get_value
4187: ( p_defined_balance_id => l_ss_er_w11_def_bal_id, -- SS ER W11 Taxable
4188: p_assignment_id => l_assignment_id,
4189: p_virtual_date => p_adjustment_date -- PER GRE YTD
4190: );