DBA Data[Home] [Help]

APPS.PER_QH_ACTION dependencies on FF_FORMULA_TYPES

Line 818: , ff_formula_types fft

814: --
815: cursor csr_formula_id(p_name VARCHAR2)is
816: select formula_id
817: from ff_formulas_f fff
818: , ff_formula_types fft
819: where fff.formula_name = p_name
820: and p_effective_date between fff.effective_start_date and fff.effective_end_date
821: and fff.formula_type_id=fft.formula_type_id
822: and fft.formula_type_name='People Management Message';