DBA Data[Home] [Help]

APPS.HR_ADI_LOB_DEL dependencies on FND_LOBS

Line 62: -- Delete the fnd_lobs row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the fnd_lobs row.
63: --
64: delete from fnd_lobs
65: where file_id = p_rec.file_id;
66: --

Line 64: delete from fnd_lobs

60: --
61: --
62: -- Delete the fnd_lobs row.
63: --
64: delete from fnd_lobs
65: where file_id = p_rec.file_id;
66: --
67: --
68: --

Line 186: (p_module_name => 'FND_LOBS'

182: --
183: when hr_api.cannot_find_prog_unit then
184: --
185: hr_api.cannot_find_prog_unit_error
186: (p_module_name => 'FND_LOBS'
187: ,p_hook_type => 'AD');
188: --
189: end;
190: --