DBA Data[Home] [Help]

APPS.BEN_GENERATE_DPNT_COMM dependencies on FND_GLOBAL

Line 4340: and pdp.request_id = fnd_global.conc_request_id

4336: ben_oipl_f cop,
4337: ben_opt_f opt
4338: where pdp.effective_start_date = p_effective_date
4339: and pdp.dpnt_person_id = p_rcpent_person_id
4340: and pdp.request_id = fnd_global.conc_request_id
4341: and pdp.cvg_thru_dt <> hr_api.g_eot
4342: and pdp.prtt_enrt_rslt_id = pen.prtt_enrt_rslt_id
4343: and pen.pgm_id = p_pgm_id
4344: and pen.pl_typ_id = p_pl_typ_id

Line 5291: if fnd_global.conc_request_id <> -1 then

5287: p_per_cm_id => l_per_cm_id);
5288: --
5289: fnd_message.set_name('BEN','BEN_92090_CREATED_DPNT_COMM');
5290: fnd_message.set_token('COMMUNICATION',p_name);
5291: if fnd_global.conc_request_id <> -1 then
5292: benutils.write(fnd_message.get);
5293: benutils.write(ben_generate_communications.g_commu_rec);
5294: ben_generate_communications.g_comm_generated := true;
5295: end if;