DBA Data[Home] [Help]

APPS.FTP_FILTER_PKG dependencies on FND_DATE

Line 73: FND_DATE.date_to_canonical(eff_date),

69: err_code := 0;
70: if (filter_id <> 0 ) then
71: FEM_CONDITIONS_API.GENERATE_CONDITION_PREDICATE(
72: err_code, err_msg, filter_id,
73: FND_DATE.date_to_canonical(eff_date),
74: table_name,
75: table_alias, disp_pred, ret_pred_type, logging,
76: filt_clause );-- out
77: end if;