DBA Data[Home] [Help]

APPS.PAY_KR_SEP_FORM_PKG dependencies on FF_FDI_USAGES_F

Line 918: from ff_fdi_usages_f

914: is
915: select item_name NAME,
916: decode(data_type,'T','TEXT','N','NUMBER','D','DATE') DATATYPE,
917: decode(usage,'U','CONTEXT','INPUT') CLASS
918: from ff_fdi_usages_f
919: where formula_id = p_formula_id
920: and p_date_earned
921: between effective_start_date and effective_end_date;
922: --