DBA Data[Home] [Help]

APPS.PAY_KR_ENTRIES_PKG dependencies on FF_FDI_USAGES_F

Line 427: from ff_fdi_usages_f

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