DBA Data[Home] [Help]

APPS.PAY_JP_ENTRIES_PKG dependencies on FF_FDI_USAGES_F

Line 404: from ff_fdi_usages_f

400: Cursor csr_fdi is
401: select item_name NAME,
402: decode(data_type,'T','TEXT','N','NUMBER','D','DATE') DATATYPE,
403: decode(usage,'U','CONTEXT','INPUT') CLASS
404: from ff_fdi_usages_f
405: where formula_id = p_formula_id
406: and p_date_earned
407: between effective_start_date and effective_end_date;
408: BEGIN