DBA Data[Home] [Help]

APPS.PAY_HK_IR56_REPORT dependencies on FF_FORMULAS_F

Line 286: from ff_formulas_f

282: -- Cursor to obtain the formula id.
283:
284: cursor c_formula (p_formula_name varchar2) is
285: select formula_id
286: from ff_formulas_f
287: where formula_name = p_formula_name
288: and business_group_id is null
289: and legislation_code = 'HK' ;
290: