DBA Data[Home] [Help]

APPS.BEN_CPG_DEL dependencies on BEN_CWB_PERSON_GROUPS

Line 65: -- Delete the ben_cwb_person_groups row.

61: end if;
62: --
63: ben_cpg_shd.g_api_dml := true; -- Set the api dml status
64: --
65: -- Delete the ben_cwb_person_groups row.
66: --
67: delete from ben_cwb_person_groups
68: where group_per_in_ler_id = p_rec.group_per_in_ler_id
69: and group_pl_id = p_rec.group_pl_id

Line 67: delete from ben_cwb_person_groups

63: ben_cpg_shd.g_api_dml := true; -- Set the api dml status
64: --
65: -- Delete the ben_cwb_person_groups row.
66: --
67: delete from ben_cwb_person_groups
68: where group_per_in_ler_id = p_rec.group_per_in_ler_id
69: and group_pl_id = p_rec.group_pl_id
70: and group_oipl_id = p_rec.group_oipl_id;
71: --

Line 257: (p_module_name => 'BEN_CWB_PERSON_GROUPS'

253: --
254: when hr_api.cannot_find_prog_unit then
255: --
256: hr_api.cannot_find_prog_unit_error
257: (p_module_name => 'BEN_CWB_PERSON_GROUPS'
258: ,p_hook_type => 'AD');
259: --
260: end;
261: --