DBA Data[Home] [Help]

APPS.HR_ADI_LOB_UPD dependencies on FND_LOBS

Line 66: -- Update the fnd_lobs Row

62: --
63: --
64: --
65: --
66: -- Update the fnd_lobs Row
67: --
68: update fnd_lobs
69: set
70: file_id = p_rec.file_id

Line 68: update fnd_lobs

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

Line 237: (p_module_name => 'FND_LOBS'

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: --