DBA Data[Home] [Help]

APPS.BEN_CRT_DEL dependencies on BEN_CRT_ORDR

Line 60: -- Delete the ben_crt_ordr row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: ben_crt_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ben_crt_ordr row.
61: --
62: delete from ben_crt_ordr
63: where crt_ordr_id = p_rec.crt_ordr_id;
64: --

Line 62: delete from ben_crt_ordr

58: ben_crt_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ben_crt_ordr row.
61: --
62: delete from ben_crt_ordr
63: where crt_ordr_id = p_rec.crt_ordr_id;
64: --
65: ben_crt_shd.g_api_dml := false; -- Unset the api dml status
66: --

Line 228: (p_module_name => 'ben_crt_ordr'

224: --
225: when hr_api.cannot_find_prog_unit then
226: --
227: hr_api.cannot_find_prog_unit_error
228: (p_module_name => 'ben_crt_ordr'
229: ,p_hook_type => 'AD');
230: --
231: end;
232: --