DBA Data[Home] [Help]

APPS.PAY_IN_FF_PKG dependencies on PAY_BALANCE_PKG

Line 287: -- Call pay_balance_pkg.get_value

283: --
284: -- IF Current month is to considered for finding ESI Eligibility
285: -- THEN return back the input value(p_eligible_amt)
286: -- ELSE
287: -- Call pay_balance_pkg.get_value
288: --
289:
290: IF l_start_period =l_esi_contr_month THEN
291:

Line 310: l_esi_eligible_amt := pay_balance_pkg.get_value(

306:
307:
308: pay_in_utils.set_location(g_debug,'Virtual ASACT ID : '||to_char(l_virtual_asact_id),80);
309:
310: l_esi_eligible_amt := pay_balance_pkg.get_value(
311: p_defined_balance_id => l_defined_balance_id,
312: p_assignment_action_id => l_virtual_asact_id
313: );
314: