DBA Data[Home] [Help]

APPS.NTG_EARNINGS_TEMPLATE dependencies on FF_FORMULAS_F

Line 82: FROM ff_formulas_f

78: -- cursor to get the iterative formula id
79: --
80: CURSOR c_iter_formula_id IS
81: SELECT formula_id
82: FROM ff_formulas_f
83: WHERE formula_name = 'US_ITER_GROSSUP'
84: and legislation_code = 'US';
85: --
86: -- Cursor to get Input value to set iterative processing rule.