DBA Data[Home] [Help]

APPS.HR_NMF_DEL dependencies on HR_NAME_FORMATS

Line 57: -- Delete the hr_name_formats row.

53: if g_debug then
54: hr_utility.set_location('Entering:'||l_proc, 5);
55: end if;
56: --
57: -- Delete the hr_name_formats row.
58: --
59: delete from hr_name_formats
60: where name_format_id = p_rec.name_format_id;
61: --

Line 59: delete from hr_name_formats

55: end if;
56: --
57: -- Delete the hr_name_formats row.
58: --
59: delete from hr_name_formats
60: where name_format_id = p_rec.name_format_id;
61: --
62: if g_debug then
63: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 183: (p_module_name => 'HR_NAME_FORMATS'

179: --
180: when hr_api.cannot_find_prog_unit then
181: --
182: hr_api.cannot_find_prog_unit_error
183: (p_module_name => 'HR_NAME_FORMATS'
184: ,p_hook_type => 'AD');
185: --
186: end;
187: --