DBA Data[Home] [Help]

APPS.PAY_JP_LTAX_EFILE_PKG dependencies on FF_FORMULA_TYPES

Line 187: from ff_formula_types t,

183: l_formula_id number;
184: begin
185: select min(f.formula_id)
186: into l_formula_id
187: from ff_formula_types t,
188: ff_formulas_f f
189: where f.formula_name = p_formula_name
190: and f.legislation_code = 'JP'
191: and f.business_group_id is null