DBA Data[Home] [Help]

APPS.PAY_JP_RETRO_PKG dependencies on PAY_BALANCE_PKG

Line 669: l_balance := pay_balance_pkg.get_value(

665: l_effective_date := p_effective_date;
666: end if;
667:
668: BEGIN
669: l_balance := pay_balance_pkg.get_value(
670: l_defined_balance_id,
671: p_assignment_id,
672: l_effective_date);
673: EXCEPTION

Line 699: l_balance_value := pay_balance_pkg.get_value(

695: l_defined_balance_id := get_defined_balance_id(p_business_group_id,p_item_name);
696:
697: if l_defined_balance_id is not NULL then
698: BEGIN
699: l_balance_value := pay_balance_pkg.get_value(
700: P_DEFINED_BALANCE_ID => l_defined_balance_id,
701: P_ASSIGNMENT_ACTION_ID => p_assignment_action_id);
702: EXCEPTION
703: when NO_DATA_FOUND then