DBA Data[Home] [Help]

APPS.PAY_ES_CALC_SS_EARNINGS dependencies on PAY_ES_BENEFIT_UPLIFT_CALC

Line 755: l_Day_Amount := pay_es_benefit_uplift_calc.get_gross_per_day(p_assignment_id

751: --
752: IF l_BU_Calculation = 'GROSS_PAY' AND l_BU_Rate_Formula IS NOT NULL AND l_BU_Duration_Formula IS NOT NULL THEN
753: --
754:
755: l_Day_Amount := pay_es_benefit_uplift_calc.get_gross_per_day(p_assignment_id
756: ,p_business_gr_id
757: ,p_date_earned
758: ,l_BU_Rate_Formula); -- Gross_Pay_Per_Days
759: --

Line 797: l_temp := pay_es_benefit_uplift_calc.get_duration(p_assignment_id,p_business_gr_id,p_date_earned,l_BU_Duration_Formula,

793: p_rate9:= 0;
794: p_value10:= 0;
795: p_rate10:= 0;
796:
797: l_temp := pay_es_benefit_uplift_calc.get_duration(p_assignment_id,p_business_gr_id,p_date_earned,l_BU_Duration_Formula,
798: p_rate1, p_value1 ,p_rate2, p_value2, p_rate3, p_value3,p_rate4, p_value4, p_rate5, p_value5,p_rate6, p_value6
799: ,p_rate7, p_value7, p_rate8, p_value8, p_rate9, p_value9, p_rate10, p_value10);
800: p_Days_Passed_By := p_Link_Duration_Days ; --Benefit_Days initialize to 0 at top
801: l_Benefit_Days := recd_le_info.l_bu_end_date - recd_le_info.l_bu_start_date + 1 ; --Benefit_Days should never be initialized after this