DBA Data[Home] [Help]

APPS.PAY_FR_GENERAL dependencies on FF_FORMULAS_F

Line 529: from ff_formulas_f ff

525: is
526: cursor csr_get_formula is
527: select ff.formula_id,
528: ff.effective_start_date
529: from ff_formulas_f ff
530: , ff_formula_types ft
531: where ft.formula_type_name = 'Oracle Payroll'
532: and ft.formula_type_id = ff.formula_type_id
533: and ff.formula_name = p_formula_name