DBA Data[Home] [Help]

APPS.FND_SUBMIT dependencies on FND_CONC_DATE

Line 1315: requested_start := fnd_conc_date.string_to_date(profile_buffer);

1311: profile_buffer := start_time;
1312: end if;
1313:
1314: if (profile_buffer is not null) then
1315: requested_start := fnd_conc_date.string_to_date(profile_buffer);
1316: if (requested_start is null) then
1317: raise start_time_error;
1318: end if;
1319: else