DBA Data[Home] [Help]

APPS.FF_ARC_SHD dependencies on FND_DATE

Line 311: l_conv_date := fnd_date.canonical_to_date(p_value);

307: -- fails, raise invalid value error. Although this would
308: -- normally raise an ORA-1858, this saves user seeing the
309: -- default all_procedure_fail.
310: BEGIN
311: l_conv_date := fnd_date.canonical_to_date(p_value);
312: EXCEPTION WHEN others THEN
313: raise value_error;
314: END;
315: hr_utility.trace('Date:'||to_char(l_conv_date));