DBA Data[Home] [Help]

APPS.PYSQDATA dependencies on FF_FORMULAS_F

Line 65: from ff_formulas_f FM

61: -- Get the formula id for the specified formula.
62: --
63: cursor csr_formula is
64: select FM.formula_id
65: from ff_formulas_f FM
66: where FM.legislation_code = p_legislation_code
67: and FM.formula_name = upper(p_formula_name)
68: and p_session_date between FM.effective_start_date
69: and FM.effective_end_date;