DBA Data[Home] [Help]

APPS.BEN_GENERATE_DPNT_COMM dependencies on FND_GLOBAL

Line 4339: and pdp.request_id = fnd_global.conc_request_id

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

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

5147: p_per_cm_id => l_per_cm_id);
5148: --
5149: fnd_message.set_name('BEN','BEN_92090_CREATED_DPNT_COMM');
5150: fnd_message.set_token('COMMUNICATION',p_name);
5151: if fnd_global.conc_request_id <> -1 then
5152: benutils.write(fnd_message.get);
5153: benutils.write(ben_generate_communications.g_commu_rec);
5154: ben_generate_communications.g_comm_generated := true;
5155: end if;