DBA Data[Home] [Help]

APPS.PQH_SS_PRINT dependencies on FF_FORMULAS_F

Line 1127: from ff_formulas_f

1123: and short_name = p_short_name;
1124:
1125: Cursor cur_chk_forumual_effective(p_eff_date date , p_formula_id number) is
1126: Select 'X', userenv('sessionid')
1127: from ff_formulas_f
1128: where formula_id = p_formula_id
1129: and p_eff_date between effective_start_date and effective_end_date;
1130: --
1131: -- Defining local variables.