DBA Data[Home] [Help]

APPS.PAY_NL_SI_PKG dependencies on FF_EXEC

Line 555: l_inputs ff_exec.inputs_t;

551: WHERE assignment_action_id = c_assignment_action_id;
552: --
553: l_payroll_action_id number;
554: l_part_time_perc varchar2(35);
555: l_inputs ff_exec.inputs_t;
556: l_outputs ff_exec.outputs_t;
557: l_formula_exists BOOLEAN := TRUE;
558: l_formula_cached BOOLEAN := FALSE;
559: l_formula_id ff_formulas_f.formula_id%TYPE;

Line 556: l_outputs ff_exec.outputs_t;

552: --
553: l_payroll_action_id number;
554: l_part_time_perc varchar2(35);
555: l_inputs ff_exec.inputs_t;
556: l_outputs ff_exec.outputs_t;
557: l_formula_exists BOOLEAN := TRUE;
558: l_formula_cached BOOLEAN := FALSE;
559: l_formula_id ff_formulas_f.formula_id%TYPE;
560: BEGIN

Line 628: l_inputs ff_exec.inputs_t;

624: WHERE assignment_action_id = c_assignment_action_id;
625: --
626: l_payroll_action_id number;
627: l_part_time_perc varchar2(35);
628: l_inputs ff_exec.inputs_t;
629: l_outputs ff_exec.outputs_t;
630: l_formula_exists BOOLEAN := TRUE;
631: l_formula_cached BOOLEAN := FALSE;
632: l_formula_id ff_formulas_f.formula_id%TYPE;

Line 629: l_outputs ff_exec.outputs_t;

625: --
626: l_payroll_action_id number;
627: l_part_time_perc varchar2(35);
628: l_inputs ff_exec.inputs_t;
629: l_outputs ff_exec.outputs_t;
630: l_formula_exists BOOLEAN := TRUE;
631: l_formula_cached BOOLEAN := FALSE;
632: l_formula_id ff_formulas_f.formula_id%TYPE;
633: BEGIN

Line 702: l_inputs ff_exec.inputs_t;

698: WHERE assignment_action_id = c_assignment_action_id;
699: --
700: l_payroll_action_id number;
701: l_part_time_perc varchar2(35);
702: l_inputs ff_exec.inputs_t;
703: l_outputs ff_exec.outputs_t;
704: l_formula_exists BOOLEAN := TRUE;
705: l_formula_cached BOOLEAN := FALSE;
706: l_formula_id ff_formulas_f.formula_id%TYPE;

Line 703: l_outputs ff_exec.outputs_t;

699: --
700: l_payroll_action_id number;
701: l_part_time_perc varchar2(35);
702: l_inputs ff_exec.inputs_t;
703: l_outputs ff_exec.outputs_t;
704: l_formula_exists BOOLEAN := TRUE;
705: l_formula_cached BOOLEAN := FALSE;
706: l_formula_id ff_formulas_f.formula_id%TYPE;
707: BEGIN

Line 776: l_inputs ff_exec.inputs_t;

772: WHERE assignment_action_id = c_assignment_action_id;
773: --
774: l_payroll_action_id number;
775: l_part_time_perc varchar2(35);
776: l_inputs ff_exec.inputs_t;
777: l_outputs ff_exec.outputs_t;
778: l_formula_exists BOOLEAN := TRUE;
779: l_formula_cached BOOLEAN := FALSE;
780: l_formula_id ff_formulas_f.formula_id%TYPE;

Line 777: l_outputs ff_exec.outputs_t;

773: --
774: l_payroll_action_id number;
775: l_part_time_perc varchar2(35);
776: l_inputs ff_exec.inputs_t;
777: l_outputs ff_exec.outputs_t;
778: l_formula_exists BOOLEAN := TRUE;
779: l_formula_cached BOOLEAN := FALSE;
780: l_formula_id ff_formulas_f.formula_id%TYPE;
781: BEGIN

Line 849: l_inputs ff_exec.inputs_t;

845: WHERE assignment_action_id = c_assignment_action_id;
846: --
847: l_payroll_action_id number;
848: l_part_time_perc varchar2(35);
849: l_inputs ff_exec.inputs_t;
850: l_outputs ff_exec.outputs_t;
851: l_formula_exists BOOLEAN := TRUE;
852: l_formula_cached BOOLEAN := FALSE;
853: l_formula_id ff_formulas_f.formula_id%TYPE;

Line 850: l_outputs ff_exec.outputs_t;

846: --
847: l_payroll_action_id number;
848: l_part_time_perc varchar2(35);
849: l_inputs ff_exec.inputs_t;
850: l_outputs ff_exec.outputs_t;
851: l_formula_exists BOOLEAN := TRUE;
852: l_formula_cached BOOLEAN := FALSE;
853: l_formula_id ff_formulas_f.formula_id%TYPE;
854: BEGIN

Line 1000: l_inputs ff_exec.inputs_t;

996: ,p_payroll_action_id IN NUMBER
997: )
998: RETURN NUMBER IS
999: l_real_si_days varchar2(35);
1000: l_inputs ff_exec.inputs_t;
1001: l_outputs ff_exec.outputs_t;
1002: l_formula_exists BOOLEAN := TRUE;
1003: l_formula_cached BOOLEAN := FALSE;
1004: l_formula_id ff_formulas_f.formula_id%TYPE;

Line 1001: l_outputs ff_exec.outputs_t;

997: )
998: RETURN NUMBER IS
999: l_real_si_days varchar2(35);
1000: l_inputs ff_exec.inputs_t;
1001: l_outputs ff_exec.outputs_t;
1002: l_formula_exists BOOLEAN := TRUE;
1003: l_formula_cached BOOLEAN := FALSE;
1004: l_formula_id ff_formulas_f.formula_id%TYPE;
1005: BEGIN

Line 1741: l_inputs ff_exec.inputs_t;

1737: ,p_payroll_action_id IN NUMBER
1738: )
1739: RETURN NUMBER IS
1740: l_override_si_days varchar2(35);
1741: l_inputs ff_exec.inputs_t;
1742: l_outputs ff_exec.outputs_t;
1743: l_formula_exists BOOLEAN := TRUE;
1744: l_formula_cached BOOLEAN := FALSE;
1745: l_formula_id ff_formulas_f.formula_id%TYPE;

Line 1742: l_outputs ff_exec.outputs_t;

1738: )
1739: RETURN NUMBER IS
1740: l_override_si_days varchar2(35);
1741: l_inputs ff_exec.inputs_t;
1742: l_outputs ff_exec.outputs_t;
1743: l_formula_exists BOOLEAN := TRUE;
1744: l_formula_cached BOOLEAN := FALSE;
1745: l_formula_id ff_formulas_f.formula_id%TYPE;
1746: BEGIN