DBA Data[Home] [Help]

APPS.BEN_FORFEITURE_CONCURRENT dependencies on PAY_BALANCE_PKG

Line 619: pay_balance_pkg.get_value(l_cntr_clf.defined_balance_id

615: if l_assignment_action_id is not null then
616: --
617: begin
618: l_per_cntr_val :=
619: pay_balance_pkg.get_value(l_cntr_clf.defined_balance_id
620: ,l_assignment_action_id);
621: exception
622: when others then
623: l_per_cntr_val := null ;

Line 634: pay_balance_pkg.get_value(l_cntr_clf.defined_balance_id

630: -- old code prior to 3818453
631: --
632: /*
633: l_per_cntr_val :=
634: pay_balance_pkg.get_value(l_cntr_clf.defined_balance_id
635: ,l_assignment_id
636: ,p_effective_date); -- 9999 should it be based on comp_lvl_det_cd
637: */
638: hr_utility.set_location (' value of defined ' || l_per_cntr_val , 30) ;

Line 706: pay_balance_pkg.get_value(l_distr_clf.defined_balance_id

702: if l_assignment_action_id is not null then
703: --
704: begin
705: l_per_distr_val :=
706: pay_balance_pkg.get_value(l_distr_clf.defined_balance_id
707: ,l_assignment_action_id);
708: exception
709: when others then
710: l_per_distr_val := null ;

Line 721: pay_balance_pkg.get_value(l_distr_clf.defined_balance_id

717: -- old code prior to 3818453
718: --
719: /*
720: l_per_distr_val :=
721: pay_balance_pkg.get_value(l_distr_clf.defined_balance_id
722: ,l_assignment_id
723: ,p_effective_date); -- 9999 should it be based on comp_lvl_det_cd
724: */
725: --