DBA Data[Home] [Help]

APPS.PAY_IN_FF_PKG dependencies on PAY_BALANCE_PKG

Line 293: -- Call pay_balance_pkg.get_value

289: --
290: -- IF Current month is to considered for finding ESI Eligibility
291: -- THEN return back the input value(p_eligible_amt)
292: -- ELSE
293: -- Call pay_balance_pkg.get_value
294: --
295:
296: IF l_start_period =l_esi_contr_month THEN
297:

Line 316: l_esi_eligible_amt := pay_balance_pkg.get_value(

312:
313:
314: pay_in_utils.set_location(g_debug,'Virtual ASACT ID : '||to_char(l_virtual_asact_id),80);
315:
316: l_esi_eligible_amt := pay_balance_pkg.get_value(
317: p_defined_balance_id => l_defined_balance_id,
318: p_assignment_action_id => l_virtual_asact_id
319: );
320: