DBA Data[Home] [Help]

APPS.HR_DIRBAL dependencies on PAY_BALANCE_PKG

Line 84: l_balance := pay_balance_pkg.get_value(

80: -- the current UK method of implementation.
81: -- All balances can be retrieved by this method including USER-REGs.
82: --
83: BEGIN
84: l_balance := pay_balance_pkg.get_value(
85: p_assignment_action_id => p_assignment_action_id,
86: p_defined_balance_id => p_defined_balance_id);
87: EXCEPTION WHEN NO_DATA_FOUND THEN
88: l_balance := null;