DBA Data[Home] [Help]

APPS.BEN_CMD_DEL dependencies on BEN_CM_DLVRY_MED_TYP

Line 60: -- Delete the ben_cm_dlvry_med_typ row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: ben_cmd_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ben_cm_dlvry_med_typ row.
61: --
62: delete from ben_cm_dlvry_med_typ
63: where cm_dlvry_med_typ_id = p_rec.cm_dlvry_med_typ_id;
64: --

Line 62: delete from ben_cm_dlvry_med_typ

58: ben_cmd_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ben_cm_dlvry_med_typ row.
61: --
62: delete from ben_cm_dlvry_med_typ
63: where cm_dlvry_med_typ_id = p_rec.cm_dlvry_med_typ_id;
64: --
65: ben_cmd_shd.g_api_dml := false; -- Unset the api dml status
66: --

Line 214: (p_module_name => 'ben_cm_dlvry_med_typ'

210: --
211: when hr_api.cannot_find_prog_unit then
212: --
213: hr_api.cannot_find_prog_unit_error
214: (p_module_name => 'ben_cm_dlvry_med_typ'
215: ,p_hook_type => 'AD');
216: --
217: end;
218: --