DBA Data[Home] [Help]

APPS.BEN_PSG_DEL dependencies on BEN_PIL_ASSIGNMENT

Line 62: -- Delete the ben_pil_assignment row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: ben_psg_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the ben_pil_assignment row.
63: --
64: delete from ben_pil_assignment
65: where pil_assignment_id = p_rec.pil_assignment_id;
66: --

Line 64: delete from ben_pil_assignment

60: ben_psg_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the ben_pil_assignment row.
63: --
64: delete from ben_pil_assignment
65: where pil_assignment_id = p_rec.pil_assignment_id;
66: --
67: ben_psg_shd.g_api_dml := false; -- Unset the api dml status
68: --

Line 183: (p_module_name => 'BEN_PIL_ASSIGNMENT'

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