DBA Data[Home] [Help]

APPS.PER_QH_ACTION dependencies on FF_FORMULA_TYPES

Line 793: , ff_formula_types fft

789: --
790: cursor csr_formula_id(p_name VARCHAR2)is
791: select formula_id
792: from ff_formulas_f fff
793: , ff_formula_types fft
794: where fff.formula_name = p_name
795: and p_effective_date between fff.effective_start_date and fff.effective_end_date
796: and fff.formula_type_id=fft.formula_type_id
797: and fft.formula_type_name='People Management Message';