DBA Data[Home] [Help]

APPS.BEN_ABR_INS dependencies on FND_FILE

Line 212: fnd_file.put_line(fnd_file.log, 'Element and Input Value not copied for Rate Defintion '||p_rec.name);

208:
209: -- Added if..else condition for Bug 6881417, Element related information should not be copied for ICD plans thru PDC
210: if(ben_abr_bus.g_ssben_call and l_opt_typ_cd='ICM') then
211:
212: fnd_file.put_line(fnd_file.log, 'Element and Input Value not copied for Rate Defintion '||p_rec.name);
213: ben_abr_bus.g_ssben_var := ben_abr_bus.g_ssben_var || p_rec.name ||' ,';
214: insert into ben_acty_base_rt_f
215: ( acty_base_rt_id,
216: effective_start_date,