DBA Data[Home] [Help]

APPS.PAY_KR_ENTRIES_PKG dependencies on FF_FDI_USAGES_F

Line 430: from ff_fdi_usages_f

426: cursor csr_fdi is
427: select item_name NAME,
428: decode(data_type,'T','TEXT','N','NUMBER','D','DATE') DATATYPE,
429: decode(usage,'U','CONTEXT','INPUT') CLASS
430: from ff_fdi_usages_f
431: where formula_id = p_formula_id
432: and p_date_earned between effective_start_date
433: and effective_end_date;
434: begin