DBA Data[Home] [Help]

APPS.PAY_JP_ISDF_ARCHIVE_PKG dependencies on FF_EXEC

Line 558: l_inputs ff_exec.inputs_t;

554: is
555: --
556: l_proc varchar2(80) := c_package||'calc_li_annual_prem';
557: --
558: l_inputs ff_exec.inputs_t;
559: l_outputs ff_exec.outputs_t;
560: l_formula_id number;
561: --
562: cursor csr_ff

Line 559: l_outputs ff_exec.outputs_t;

555: --
556: l_proc varchar2(80) := c_package||'calc_li_annual_prem';
557: --
558: l_inputs ff_exec.inputs_t;
559: l_outputs ff_exec.outputs_t;
560: l_formula_id number;
561: --
562: cursor csr_ff
563: is

Line 589: ff_exec.init_formula

585: end if;
586: --
587: if l_formula_id is not null then
588: --
589: ff_exec.init_formula
590: (p_formula_id => l_formula_id,
591: p_effective_date => g_effective_date,
592: p_inputs => l_inputs,
593: p_outputs => l_outputs);

Line 666: ff_exec.run_formula(

662: end if;
663: --
664: end if;
665: --
666: ff_exec.run_formula(
667: p_inputs => l_inputs,
668: p_outputs => l_outputs);
669: --
670: if g_debug then

Line 734: l_inputs ff_exec.inputs_t;

730: is
731: --
732: l_proc varchar2(80) := c_package||'calc_ai_annual_prem';
733: --
734: l_inputs ff_exec.inputs_t;
735: l_outputs ff_exec.outputs_t;
736: l_formula_id number;
737: --
738: cursor csr_ff

Line 735: l_outputs ff_exec.outputs_t;

731: --
732: l_proc varchar2(80) := c_package||'calc_ai_annual_prem';
733: --
734: l_inputs ff_exec.inputs_t;
735: l_outputs ff_exec.outputs_t;
736: l_formula_id number;
737: --
738: cursor csr_ff
739: is

Line 765: ff_exec.init_formula

761: end if;
762: --
763: if l_formula_id is not null then
764: --
765: ff_exec.init_formula
766: (p_formula_id => l_formula_id,
767: p_effective_date => g_effective_date,
768: p_inputs => l_inputs,
769: p_outputs => l_outputs);

Line 844: ff_exec.run_formula(

840: end if;
841: --
842: end if;
843: --
844: ff_exec.run_formula(
845: p_inputs => l_inputs,
846: p_outputs => l_outputs);
847: --
848: if g_debug then