DBA Data[Home] [Help]

APPS.PYW2DATA dependencies on FF_FORMULAS_F

Line 137: from ff_formulas_f FM

133: -- Get the formula id for the specified formula.
134: --
135: cursor csr_formula is
136: select FM.formula_id
137: from ff_formulas_f FM
138: where FM.legislation_code = p_legislation_code
139: and FM.formula_name = upper(p_formula_name)
140: and p_session_date between FM.effective_start_date
141: and FM.effective_end_date;