DBA Data[Home] [Help]

APPS.BEN_LER_INS dependencies on BEN_LER_F_TL

Line 264: insert into ben_ler_f_tl (

260: );
261: --
262: -- Insert into translation table.
263: --
264: insert into ben_ler_f_tl (
265: ler_id,
266: effective_start_date,
267: effective_end_date,
268: typ_cd,

Line 297: from ben_ler_f_tl t

293: from fnd_languages l
294: where l.installed_flag in ('I', 'B')
295: and not exists
296: (select null
297: from ben_ler_f_tl t
298: where t.ler_id = p_rec.ler_id
299: and t.effective_start_date = p_rec.effective_start_date
300: and t.language = l.language_code);
301: --