DBA Data[Home] [Help]

APPS.HR_CAGR_FF_PKG dependencies on FF_FORMULAS_F

Line 51: from ff_formulas_f ff

47: and paf.soft_coding_keyflex_id = scl.soft_coding_keyflex_id(+);
48:
49: cursor csr_formula is
50: select ff.formula_name
51: from ff_formulas_f ff
52: where ff.formula_id = p_formula_id
53: and p_effective_date between ff.effective_start_date
54: and ff.effective_end_date;
55: