DBA Data[Home] [Help]

APPS.PAY_SG_SOE dependencies on PER_ACCRUAL_CALC_FUNCTIONS

Line 60: -- Calls the core accrual function. As per_accrual_calc_functions may

56: return v_salary;
57: end current_salary;
58:
59: ------------------------------------------------------------------------
60: -- Calls the core accrual function. As per_accrual_calc_functions may
61: -- change to have extra (default) parameters, it is called here rather
62: -- than in the form or report as the version of SQL in these will not
63: -- process default parameters.
64: -- Also handy as we only need to pass back the accrual value, not the

Line 80: per_accrual_calc_functions.get_net_accrual

76: v_accrual_end_date date;
77: v_accrual number;
78: v_net_entitlement number;
79: begin
80: per_accrual_calc_functions.get_net_accrual
81: (p_assignment_id => p_assignment_id, -- number in
82: p_plan_id => p_plan_id, -- number in
83: p_payroll_id => p_payroll_id, -- number in
84: p_business_group_id => p_business_group_id, -- number in