DBA Data[Home] [Help]

APPS.PQP_PENSION_FUNCTIONS dependencies on FF_FORMULAS_F

Line 6: g_ptp_formula_id ff_formulas_f.formula_id%TYPE;

2: /* $Header: pqppenff.pkb 120.8.12010000.3 2008/10/14 12:55:19 rsahai ship $ */
3:
4: g_ptp_formula_exists BOOLEAN := TRUE;
5: g_ptp_formula_cached BOOLEAN := FALSE;
6: g_ptp_formula_id ff_formulas_f.formula_id%TYPE;
7: g_ptp_formula_name ff_formulas_f.formula_name%TYPE;
8:
9: -- =============================================================================
10: -- Cursor to get the defined balance id for a given balance and dimension

Line 7: g_ptp_formula_name ff_formulas_f.formula_name%TYPE;

3:
4: g_ptp_formula_exists BOOLEAN := TRUE;
5: g_ptp_formula_cached BOOLEAN := FALSE;
6: g_ptp_formula_id ff_formulas_f.formula_id%TYPE;
7: g_ptp_formula_name ff_formulas_f.formula_name%TYPE;
8:
9: -- =============================================================================
10: -- Cursor to get the defined balance id for a given balance and dimension
11: -- =============================================================================

Line 4941: l_formula_id ff_formulas_f.formula_id%TYPE;

4937: l_inputs ff_exec.inputs_t;
4938: l_outputs ff_exec.outputs_t;
4939: l_formula_exists BOOLEAN := TRUE;
4940: l_formula_cached BOOLEAN := FALSE;
4941: l_formula_id ff_formulas_f.formula_id%TYPE;
4942:
4943: -- This is the exact replica of the SI Hook
4944: -- The code has been replicated here
4945:

Line 5025: l_formula_id ff_formulas_f.formula_id%TYPE;

5021: l_inputs ff_exec.inputs_t;
5022: l_outputs ff_exec.outputs_t;
5023: l_formula_exists BOOLEAN := TRUE;
5024: l_formula_cached BOOLEAN := FALSE;
5025: l_formula_id ff_formulas_f.formula_id%TYPE;
5026:
5027: -- This is the exact replica of the SI Hook
5028: -- The code has been replicated here
5029: