DBA Data[Home] [Help]

APPS.PQH_EMPLOYMENT_CATEGORY dependencies on FF_FORMULAS_F

Line 31: from ff_formulas_f

27: --
28: --
29: cursor c_frml is
30: select formula_id
31: from ff_formulas_f
32: where formula_name = 'PQH_EMPLOYMENT_CATEGORY'
33: and business_group_id = p_business_group_id
34: and l_effective_date between effective_start_date and effective_end_date;
35: --