DBA Data[Home] [Help]

APPS.BEN_EAT_DEL dependencies on BEN_ACTN_TYP

Line 60: -- Delete the ben_actn_typ row.

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

Line 62: delete from ben_actn_typ

58: ben_eat_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ben_actn_typ row.
61: --
62: delete from ben_actn_typ
63: where actn_typ_id = p_rec.actn_typ_id;
64: --
65: -- Delete MLS table.
66: --

Line 67: delete from ben_actn_typ_tl

63: where actn_typ_id = p_rec.actn_typ_id;
64: --
65: -- Delete MLS table.
66: --
67: delete from ben_actn_typ_tl
68: where actn_typ_id = p_rec.actn_typ_id;
69: --
70: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
71: --

Line 218: (p_module_name => 'ben_actn_typ'

214: --
215: when hr_api.cannot_find_prog_unit then
216: --
217: hr_api.cannot_find_prog_unit_error
218: (p_module_name => 'ben_actn_typ'
219: ,p_hook_type => 'AD');
220: --
221: end;
222: --