DBA Data[Home] [Help]

APPS.PAY_SG_DEDUCTIONS dependencies on PER_FORMULA_FUNCTIONS

Line 758: per_formula_functions.run_formula(p_formula_id => l_pro_formula_id,

754: l_inputs(2).value := p_pay_proc_end_date;
755:
756: l_outputs(1).name := 'TOTAL_DAYS';
757:
758: per_formula_functions.run_formula(p_formula_id => l_pro_formula_id,
759: p_calculation_date => p_date_earned,
760: p_inputs => l_inputs,
761: p_outputs => l_outputs);
762:

Line 855: per_formula_functions.run_formula(p_formula_id => l_pro_formula_id,

851: l_inputs(2).value := l_proc_end_date;
852:
853: l_outputs(1).name := 'TOTAL_DAYS';
854:
855: per_formula_functions.run_formula(p_formula_id => l_pro_formula_id,
856: p_calculation_date => p_date_earned,
857: p_inputs => l_inputs,
858: p_outputs => l_outputs);
859: