DBA Data[Home] [Help]

APPS.PAY_FR_GENERAL dependencies on FF_FORMULA_TYPES

Line 530: , ff_formula_types ft

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
534: and p_effective_date between ff.effective_start_date and ff.effective_end_date