DBA Data[Home] [Help]

APPS.PAY_AE_GENERAL dependencies on FF_EXEC

Line 628: ,p_inputs IN ff_exec.inputs_t

624: END;
625:
626: PROCEDURE run_formula(p_formula_id IN NUMBER
627: ,p_effective_date IN DATE
628: ,p_inputs IN ff_exec.inputs_t
629: ,p_outputs IN OUT NOCOPY ff_exec.outputs_t) IS
630: l_inputs ff_exec.inputs_t;
631: l_outputs ff_exec.outputs_t;
632: BEGIN

Line 629: ,p_outputs IN OUT NOCOPY ff_exec.outputs_t) IS

625:
626: PROCEDURE run_formula(p_formula_id IN NUMBER
627: ,p_effective_date IN DATE
628: ,p_inputs IN ff_exec.inputs_t
629: ,p_outputs IN OUT NOCOPY ff_exec.outputs_t) IS
630: l_inputs ff_exec.inputs_t;
631: l_outputs ff_exec.outputs_t;
632: BEGIN
633: hr_utility.set_location('--In Formula ',20);

Line 630: l_inputs ff_exec.inputs_t;

626: PROCEDURE run_formula(p_formula_id IN NUMBER
627: ,p_effective_date IN DATE
628: ,p_inputs IN ff_exec.inputs_t
629: ,p_outputs IN OUT NOCOPY ff_exec.outputs_t) IS
630: l_inputs ff_exec.inputs_t;
631: l_outputs ff_exec.outputs_t;
632: BEGIN
633: hr_utility.set_location('--In Formula ',20);
634: --

Line 631: l_outputs ff_exec.outputs_t;

627: ,p_effective_date IN DATE
628: ,p_inputs IN ff_exec.inputs_t
629: ,p_outputs IN OUT NOCOPY ff_exec.outputs_t) IS
630: l_inputs ff_exec.inputs_t;
631: l_outputs ff_exec.outputs_t;
632: BEGIN
633: hr_utility.set_location('--In Formula ',20);
634: --
635: -- Initialize the formula

Line 637: ff_exec.init_formula(p_formula_id, p_effective_date , l_inputs, l_outputs);

633: hr_utility.set_location('--In Formula ',20);
634: --
635: -- Initialize the formula
636: --
637: ff_exec.init_formula(p_formula_id, p_effective_date , l_inputs, l_outputs);
638: --
639: hr_utility.trace('after ff_exec');
640: -- Set up the input values
641: --

Line 639: hr_utility.trace('after ff_exec');

635: -- Initialize the formula
636: --
637: ff_exec.init_formula(p_formula_id, p_effective_date , l_inputs, l_outputs);
638: --
639: hr_utility.trace('after ff_exec');
640: -- Set up the input values
641: --
642: IF l_inputs.count > 0 and p_inputs.count > 0 THEN
643: FOR i IN l_inputs.first..l_inputs.last LOOP

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

652: --
653: -- Run the formula
654: --
655: hr_utility.trace('about to exec');
656: ff_exec.run_formula(l_inputs,l_outputs);
657: --
658: -- Populate the output table
659: --
660: IF l_outputs.count > 0 and p_inputs.count > 0 then

Line 717: l_inputs ff_exec.inputs_t;

713: and decode(HSCK.id_flex_num,20,to_number(HSCK.segment1),-9999) = HOU.organization_id*/
714: and hsck.segment1 = hou.organization_id
715: and HOI2.org_information_context = 'AE_REFERENCE_FF';
716: l_formula_id NUMBER;
717: l_inputs ff_exec.inputs_t;
718: l_outputs ff_exec.outputs_t;
719: l_value NUMBER;
720: l_indicator NUMBER;
721: i NUMBER;

Line 718: l_outputs ff_exec.outputs_t;

714: and hsck.segment1 = hou.organization_id
715: and HOI2.org_information_context = 'AE_REFERENCE_FF';
716: l_formula_id NUMBER;
717: l_inputs ff_exec.inputs_t;
718: l_outputs ff_exec.outputs_t;
719: l_value NUMBER;
720: l_indicator NUMBER;
721: i NUMBER;
722: begin

Line 803: l_inputs ff_exec.inputs_t;

799: and decode(HSCK.id_flex_num,20,to_number(HSCK.segment1),-9999) = HOU.organization_id*/
800: and hsck.segment1 = hou.organization_id
801: and HOI2.org_information_context = 'AE_REFERENCE_FF';
802: l_formula_id NUMBER;
803: l_inputs ff_exec.inputs_t;
804: l_outputs ff_exec.outputs_t;
805: l_value NUMBER;
806: l_monthly_salary NUMBER;
807: i NUMBER;

Line 804: l_outputs ff_exec.outputs_t;

800: and hsck.segment1 = hou.organization_id
801: and HOI2.org_information_context = 'AE_REFERENCE_FF';
802: l_formula_id NUMBER;
803: l_inputs ff_exec.inputs_t;
804: l_outputs ff_exec.outputs_t;
805: l_value NUMBER;
806: l_monthly_salary NUMBER;
807: i NUMBER;
808: begin