DBA Data[Home] [Help]

APPS.HR_PERSON_RECORD dependencies on PER_ACCRUAL_CALC_FUNCTIONS

Line 2687: per_accrual_calc_functions.get_net_accrual(

2683: if p_entity(m) = 'ABSENCE' then
2684: p_cnt := 1;
2685: FOR accrual_details in csr_abs_details(p_srch_filter_tbl.person_id(j),p_srch_filter_tbl.business_group_id(j),p_srch_filter_tbl.p_srch_dt(j))
2686: loop
2687: per_accrual_calc_functions.get_net_accrual(
2688: P_assignment_id => ACCRUAL_DETAILS.assignment_id,
2689: P_plan_id => ACCRUAL_DETAILS.ACCRUAL_PLAN_ID,
2690: P_payroll_id => ACCRUAL_DETAILS.payroll_id,
2691: p_business_group_id => p_srch_filter_tbl.business_group_id(j),