DBA Data[Home] [Help]

APPS.BEN_CCT_INS dependencies on BEN_CM_TYP_F_TL

Line 252: insert into ben_cm_typ_f_tl (

248: );
249: --
250: -- Insert into MLS table.
251: --
252: insert into ben_cm_typ_f_tl (
253: cm_typ_id,
254: effective_start_date,
255: effective_end_date,
256: shrt_name,

Line 283: from ben_cm_typ_f_tl t

279: from fnd_languages l
280: where l.installed_flag in ('I', 'B')
281: and not exists
282: (select null
283: from ben_cm_typ_f_tl t
284: where t.cm_typ_id = p_rec.cm_typ_id
285: and t.effective_start_date = p_rec.effective_start_date
286: and t.language = l.language_code);
287: --