DBA Data[Home] [Help]

APPS.BEN_PTY_DEL dependencies on BEN_PL_PCP_TYP

Line 62: -- Delete the ben_pl_pcp_typ row.

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

Line 64: delete from ben_pl_pcp_typ

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

Line 250: (p_module_name => 'BEN_PL_PCP_TYP'

246: --
247: when hr_api.cannot_find_prog_unit then
248: --
249: hr_api.cannot_find_prog_unit_error
250: (p_module_name => 'BEN_PL_PCP_TYP'
251: ,p_hook_type => 'AD');
252: --
253: end;
254: --