DBA Data[Home] [Help]

APPS.HR_H2PI_DOWNLOAD dependencies on FND_FILE

Line 281: fnd_file.put_line(fnd_file.output,l_string);

277: l_string := substr(l_string,1,l_new_position);
278: else
279: l_new_position := 32767;
280: end if;
281: fnd_file.put_line(fnd_file.output,l_string);
282: l_offset := l_offset + l_new_position + 1;
283: l_string := null;
284: if ( (l_offset) >= l_cloblength ) then
285: exit;