DBA Data[Home] [Help]

APPS.BEN_REG_INS dependencies on BEN_REGN_F_TL

Line 228: insert into ben_regn_f_tl (

224: );
225: --
226: -- Add MLS table.
227: --
228: insert into ben_regn_f_tl (
229: regn_id,
230: effective_start_date,
231: effective_end_date,
232: name,

Line 259: from ben_regn_f_tl t

255: from fnd_languages l
256: where l.installed_flag in ('I', 'B')
257: and not exists
258: (select null
259: from ben_regn_f_tl t
260: where t.regn_id = p_rec.regn_id
261: and t.effective_start_date = p_rec.effective_start_date
262: and t.language = l.language_code);
263: --