62: --
63: --
64: --
65: --
66: -- Update the fnd_lobs Row
67: --
68: update fnd_lobs
69: set
70: file_id = p_rec.file_id
64: --
65: --
66: -- Update the fnd_lobs Row
67: --
68: update fnd_lobs
69: set
70: file_id = p_rec.file_id
71: ,file_name = p_rec.file_name
72: ,file_content_type = p_rec.file_content_type
233: --
234: when hr_api.cannot_find_prog_unit then
235: --
236: hr_api.cannot_find_prog_unit_error
237: (p_module_name => 'FND_LOBS'
238: ,p_hook_type => 'AU');
239: --
240: end;
241: --