DBA Data[Home] [Help]

APPS.HR_NI_CHK_PKG dependencies on FF_COMPILED_INFO_F

Line 187: from ff_compiled_info_f

183: -- Cursor to check that the formula being used has been compiled
184: --
185: cursor csr_compiled_formula is
186: select formula_id
187: from ff_compiled_info_f
188: where formula_id = l_formula_id
189: and p_session_date between effective_start_date and effective_end_date;
190:
191: begin