DBA Data[Home] [Help]

APPS.PAY_KR_YEA_SSHR_UTILS_PKG dependencies on FF_EXEC

Line 873: l_inputs ff_exec.inputs_t;

869: from per_assignments_f
870: where assignment_id = p_assignment_id;
871: --
872: l_formula_id NUMBER;
873: l_inputs ff_exec.inputs_t;
874: l_outputs ff_exec.outputs_t;
875: l_counter NUMBER := 0;
876: l_session_id NUMBER := 0;
877: l_date_earned DATE;

Line 874: l_outputs ff_exec.outputs_t;

870: where assignment_id = p_assignment_id;
871: --
872: l_formula_id NUMBER;
873: l_inputs ff_exec.inputs_t;
874: l_outputs ff_exec.outputs_t;
875: l_counter NUMBER := 0;
876: l_session_id NUMBER := 0;
877: l_date_earned DATE;
878: l_person_id NUMBER ;

Line 914: ff_exec.init_formula(

910: OPEN csr_get_person_id(l_assignment_id);
911: FETCH csr_get_person_id into l_person_id;
912: CLOSE csr_get_person_id;
913:
914: ff_exec.init_formula(
915: p_formula_id => l_formula_id,
916: p_effective_date => l_effective_date,
917: p_inputs => l_inputs,
918: p_outputs => l_outputs

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

1078: l_counter := l_inputs.next(l_counter);
1079: end loop;
1080: end if;
1081:
1082: ff_exec.run_formula(l_inputs, l_outputs);
1083: --get outputs
1084: if l_outputs is not NULL then
1085: for l_counter in l_outputs.first..l_outputs.last loop
1086: if l_outputs(l_counter).name = 'STATUS' then