DBA Data[Home] [Help]

APPS.HR_PERSON_RECORD dependencies on PER_ACCRUAL_CALC_FUNCTIONS

Line 1891: per_accrual_calc_functions.get_net_accrual(

1887: if p_entity(m) = 'ABSENCE' then
1888: p_cnt := 1;
1889: 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))
1890: loop
1891: per_accrual_calc_functions.get_net_accrual(
1892: P_assignment_id => ACCRUAL_DETAILS.assignment_id,
1893: P_plan_id => ACCRUAL_DETAILS.ACCRUAL_PLAN_ID,
1894: P_payroll_id => ACCRUAL_DETAILS.payroll_id,
1895: p_business_group_id => p_srch_filter_tbl.business_group_id(j),