DBA Data[Home] [Help]

APPS.BEN_CCT_INS dependencies on BEN_CM_TYP_F_TL

Line 254: insert into ben_cm_typ_f_tl (

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

Line 285: from ben_cm_typ_f_tl t

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