DBA Data[Home] [Help]

APPS.PAY_US_RSRW_UPGREV dependencies on FF_FORMULA_TYPES

Line 75: ,ff_formula_types ft

71: -- Get Formula Text for modification
72: cursor c_formula_id(cp_formula_name varchar2) IS
73: select ff.formula_id
74: from ff_formulas_f ff
75: ,ff_formula_types ft
76: where ff.formula_name = cp_formula_name
77: and ff.formula_type_id = ft.formula_type_id
78: and ft.formula_type_name = 'Oracle Payroll'
79: and ff.business_group_id IS NULL