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.13.12020000.2 2012/08/16 07:38:36 asudhaka 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 5038: l_formula_id ff_formulas_f.formula_id%TYPE;

5034: l_inputs ff_exec.inputs_t;
5035: l_outputs ff_exec.outputs_t;
5036: l_formula_exists BOOLEAN := TRUE;
5037: l_formula_cached BOOLEAN := FALSE;
5038: l_formula_id ff_formulas_f.formula_id%TYPE;
5039:
5040: -- This is the exact replica of the SI Hook
5041: -- The code has been replicated here
5042:

Line 5122: l_formula_id ff_formulas_f.formula_id%TYPE;

5118: l_inputs ff_exec.inputs_t;
5119: l_outputs ff_exec.outputs_t;
5120: l_formula_exists BOOLEAN := TRUE;
5121: l_formula_cached BOOLEAN := FALSE;
5122: l_formula_id ff_formulas_f.formula_id%TYPE;
5123:
5124: -- This is the exact replica of the SI Hook
5125: -- The code has been replicated here
5126: