DBA Data[Home] [Help]

APPS.PAY_FORMULA_RESULT_RULES_PKG dependencies on FF_FDI_USAGES_F

Line 630: from ff_fdi_usages_f ffu

626: cursor c_results_changed is
627: select 1
628: from dual
629: where p_result_name not in (select ffu.item_name
630: from ff_fdi_usages_f ffu
631: where ffu.formula_id = p_formula_id
632: and ffu.usage in ('O','B')
633: and effective_start_date <= p_effective_end_date
634: and effective_end_date >= p_effective_start_date