DBA Data[Home] [Help]

APPS.BEN_PCP_DEL dependencies on BEN_PL_PCP

Line 62: -- Delete the ben_pl_pcp row.

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

Line 64: delete from ben_pl_pcp

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

Line 262: (p_module_name => 'BEN_PL_PCP'

258: --
259: when hr_api.cannot_find_prog_unit then
260: --
261: hr_api.cannot_find_prog_unit_error
262: (p_module_name => 'BEN_PL_PCP'
263: ,p_hook_type => 'AD');
264: --
265: end;
266: --