DBA Data[Home] [Help]

APPS.AP_WEB_ARCHIVE_PURGE_ER dependencies on FND_DATE

Line 1746: l_source_date := fnd_date.canonical_to_date(p_source_date);

1742: l_source_date DATE;
1743: l_count NUMBER;
1744: BEGIN
1745: -- p_source_date is a required parameter, no need to check for null.
1746: l_source_date := fnd_date.canonical_to_date(p_source_date);
1747:
1748: fnd_file.put_line(fnd_file.log, '=================================================================');
1749: fnd_file.put_line(fnd_file.log, 'Archive and Purge Parameters');
1750: fnd_file.put_line(fnd_file.log, '=================================================================');