DBA Data[Home] [Help]

APPS.PAY_KR_YEA_SSHR_UTILS_PKG dependencies on FF_EXEC

Line 1535: l_inputs ff_exec.inputs_t;

1531: from per_assignments_f
1532: where assignment_id = p_assignment_id;
1533: --
1534: l_formula_id NUMBER;
1535: l_inputs ff_exec.inputs_t;
1536: l_outputs ff_exec.outputs_t;
1537: l_counter NUMBER := 0;
1538: l_session_id NUMBER := 0;
1539: l_date_earned DATE;

Line 1536: l_outputs ff_exec.outputs_t;

1532: where assignment_id = p_assignment_id;
1533: --
1534: l_formula_id NUMBER;
1535: l_inputs ff_exec.inputs_t;
1536: l_outputs ff_exec.outputs_t;
1537: l_counter NUMBER := 0;
1538: l_session_id NUMBER := 0;
1539: l_date_earned DATE;
1540: l_person_id NUMBER ;

Line 1576: ff_exec.init_formula(

1572: OPEN csr_get_person_id(l_assignment_id);
1573: FETCH csr_get_person_id into l_person_id;
1574: CLOSE csr_get_person_id;
1575:
1576: ff_exec.init_formula(
1577: p_formula_id => l_formula_id,
1578: p_effective_date => l_effective_date,
1579: p_inputs => l_inputs,
1580: p_outputs => l_outputs

Line 1744: ff_exec.run_formula(l_inputs, l_outputs);

1740: l_counter := l_inputs.next(l_counter);
1741: end loop;
1742: end if;
1743:
1744: ff_exec.run_formula(l_inputs, l_outputs);
1745: --get outputs
1746: if l_outputs is not NULL then
1747: for l_counter in l_outputs.first..l_outputs.last loop
1748: if l_outputs(l_counter).name = 'STATUS' then