DBA Data[Home] [Help]

APPS.PAY_JP_ENTRIES_PKG dependencies on FF_FDI_USAGES_F

Line 388: from ff_fdi_usages_f

384: Cursor csr_fdi is
385: select item_name NAME,
386: decode(data_type,'T','TEXT','N','NUMBER','D','DATE') DATATYPE,
387: decode(usage,'U','CONTEXT','INPUT') CLASS
388: from ff_fdi_usages_f
389: where formula_id = p_formula_id
390: and p_date_earned
391: between effective_start_date and effective_end_date;
392: BEGIN