DBA Data[Home] [Help]

APPS.FND_SUBMIT dependencies on FND_CONC_DATE

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

1257: profile_buffer := start_time;
1258: end if;
1259:
1260: if (profile_buffer is not null) then
1261: requested_start := fnd_conc_date.string_to_date(profile_buffer);
1262: if (requested_start is null) then
1263: raise start_time_error;
1264: end if;
1265: else