DBA Data[Home] [Help]

APPS.PAY_KR_SEP_FORM_PKG dependencies on FF_EXEC

Line 910: l_inputs ff_exec.inputs_t;

906: --------------------------------------------------------------------------------
907: is
908: --
909: l_counter NUMBER := 0;
910: l_inputs ff_exec.inputs_t;
911: l_outputs ff_exec.outputs_t;
912: --
913: cursor csr_fdi
914: is

Line 911: l_outputs ff_exec.outputs_t;

907: is
908: --
909: l_counter NUMBER := 0;
910: l_inputs ff_exec.inputs_t;
911: l_outputs ff_exec.outputs_t;
912: --
913: cursor csr_fdi
914: is
915: select item_name NAME,

Line 927: ff_exec.init_formula(

923: begin
924: --
925: -- Initialize formula informations.
926: --
927: ff_exec.init_formula(
928: p_formula_id => p_formula_id,
929: p_effective_date => p_date_earned,
930: p_inputs => l_inputs,
931: p_outputs => l_outputs);

Line 952: ff_exec.run_formula(

948: --
949: -- Execute formula. Formula unexpected error is raised by ffexec,
950: -- so not necessary to handle error.
951: --
952: ff_exec.run_formula(
953: p_inputs => l_inputs,
954: p_outputs => l_outputs,
955: p_use_dbi_cache => FALSE);
956: --