DBA Data[Home] [Help]

APPS.PER_FORMULA_FUNCTIONS dependencies on FF_EXEC

Line 105: ,p_inputs ff_exec.inputs_t

101: procedure run_formula
102: (p_formula_name varchar2
103: ,p_business_group_id number
104: ,p_calculation_date date
105: ,p_inputs ff_exec.inputs_t
106: ,p_outputs IN OUT NOCOPY ff_exec.outputs_t);
107: --
108: /* =====================================================================
109: Name : run_formula

Line 106: ,p_outputs IN OUT NOCOPY ff_exec.outputs_t);

102: (p_formula_name varchar2
103: ,p_business_group_id number
104: ,p_calculation_date date
105: ,p_inputs ff_exec.inputs_t
106: ,p_outputs IN OUT NOCOPY ff_exec.outputs_t);
107: --
108: /* =====================================================================
109: Name : run_formula
110: Purpose : To run a named formula, handling the input and output

Line 116: ,p_inputs ff_exec.inputs_t

112: ---------------------------------------------------------------------*/
113: procedure run_formula
114: (p_formula_id number
115: ,p_calculation_date date
116: ,p_inputs ff_exec.inputs_t
117: ,p_outputs IN OUT NOCOPY ff_exec.outputs_t);
118: --
119: /* =====================================================================
120: Name : get_number

Line 117: ,p_outputs IN OUT NOCOPY ff_exec.outputs_t);

113: procedure run_formula
114: (p_formula_id number
115: ,p_calculation_date date
116: ,p_inputs ff_exec.inputs_t
117: ,p_outputs IN OUT NOCOPY ff_exec.outputs_t);
118: --
119: /* =====================================================================
120: Name : get_number
121: Purpose : To retrieve the value of a numeric global variable