DBA Data[Home] [Help]

APPS.BEN_EAT_DEL dependencies on BEN_ACTN_TYP_TL

Line 67: delete from ben_actn_typ_tl

63: where actn_typ_id = p_rec.actn_typ_id;
64: --
65: -- Delete MLS table.
66: --
67: delete from ben_actn_typ_tl
68: where actn_typ_id = p_rec.actn_typ_id;
69: --
70: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
71: --