DBA Data[Home] [Help]

APPS.BEN_EAT_INS dependencies on BEN_ACTN_TYP_TL

Line 146: insert into ben_actn_typ_tl (

142: );
143: --
144: -- Insert into MLS table.
145: --
146: insert into ben_actn_typ_tl (
147: actn_typ_id,
148: name,
149: description,
150: language,

Line 175: from ben_actn_typ_tl t

171: from fnd_languages l
172: where l.installed_flag in ('I', 'B')
173: and not exists
174: (select null
175: from ben_actn_typ_tl t
176: where t.actn_typ_id = p_rec.actn_typ_id
177: and t.language = l.language_code);
178: --
179: ben_eat_shd.g_api_dml := false; -- Unset the api dml status