DBA Data[Home] [Help]

APPS.BEN_CTK_DEL dependencies on BEN_CWB_PERSON_TASKS

Line 65: -- Delete the ben_cwb_person_tasks row.

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

Line 67: delete from ben_cwb_person_tasks

63: ben_ctk_shd.g_api_dml := true; -- Set the api dml status
64: --
65: -- Delete the ben_cwb_person_tasks row.
66: --
67: delete from ben_cwb_person_tasks
68: where group_per_in_ler_id = p_rec.group_per_in_ler_id
69: and task_id = p_rec.task_id;
70: --
71: ben_ctk_shd.g_api_dml := false; -- Unset the api dml status

Line 202: (p_module_name => 'BEN_CWB_PERSON_TASKS'

198: --
199: when hr_api.cannot_find_prog_unit then
200: --
201: hr_api.cannot_find_prog_unit_error
202: (p_module_name => 'BEN_CWB_PERSON_TASKS'
203: ,p_hook_type => 'AD');
204: --
205: end;
206: --