DBA Data[Home] [Help]

APPS.PQP_TIAALOD_PKG dependencies on PAY_BALANCE_PKG

Line 383: pay_balance_pkg.set_context('tax_unit_id',l_tax_unit_id);

379: END IF;
380:
381: -- set the date earned and tax unit id context for the balance pkg
382: hr_utility.set_location('..Set the tax and date earned contexts ', 15);
383: pay_balance_pkg.set_context('tax_unit_id',l_tax_unit_id);
384:
385: hr_utility.set_location('..No. of def. balances : '||g_balance_rec.count, 20);
386:
387: FOR i_bals IN 1..g_balance_rec.count

Line 393: l_balance_end := pay_balance_pkg.get_value

389: l_defined_balance_id := g_balance_rec(i_bals).defined_balance_id;
390: l_balance_name := g_balance_rec(i_bals).balance_name;
391:
392: -- Get the value for each of the def. balance id for the given assig. action
393: l_balance_end := pay_balance_pkg.get_value
394: (p_defined_balance_id => l_defined_balance_id,
395: p_assignment_action_id => p_assignment_action_id );
396: hr_utility.set_location('..Balance name : '||l_balance_name, 25);
397: