DBA Data[Home] [Help]

APPS.BEN_GENERATE_COMMUNICATIONS dependencies on FND_GLOBAL

Line 482: ,p_request_id => fnd_global.conc_request_id

478: ,p_pcm_attribute30 => null
479: ,p_object_version_number => l_object_version_number
480: ,p_effective_date => ben_generate_communications.
481: g_comm_start_date
482: ,p_request_id => fnd_global.conc_request_id
483: ,p_program_application_id => fnd_global.prog_appl_id
484: ,p_program_id => fnd_global.conc_program_id
485: ,p_program_update_date => sysdate
486: );

Line 483: ,p_program_application_id => fnd_global.prog_appl_id

479: ,p_object_version_number => l_object_version_number
480: ,p_effective_date => ben_generate_communications.
481: g_comm_start_date
482: ,p_request_id => fnd_global.conc_request_id
483: ,p_program_application_id => fnd_global.prog_appl_id
484: ,p_program_id => fnd_global.conc_program_id
485: ,p_program_update_date => sysdate
486: );
487: --

Line 484: ,p_program_id => fnd_global.conc_program_id

480: ,p_effective_date => ben_generate_communications.
481: g_comm_start_date
482: ,p_request_id => fnd_global.conc_request_id
483: ,p_program_application_id => fnd_global.prog_appl_id
484: ,p_program_id => fnd_global.conc_program_id
485: ,p_program_update_date => sysdate
486: );
487: --
488: end if;

Line 1354: and pen.request_id = fnd_global.conc_request_id

1350: and ctu.cm_typ_id = p_cm_typ_id
1351: and ctu.all_r_any_cd = 'ALL'
1352: /* Final test make sure created in the same run
1353: Checking using per_in_ler_id and conc_request_id */
1354: and pen.request_id = fnd_global.conc_request_id
1355: and pen.enrt_mthd_cd = 'A'
1356: and pen.prtt_enrt_rslt_stat_cd is null;
1357: --
1358: cursor c2 is

Line 1369: and pen.request_id = fnd_global.conc_request_id

1365: between pen.effective_start_date
1366: and pen.effective_end_date
1367: /* Final test make sure created in the same run
1368: Checking using per_in_ler_id and conc_request_id */
1369: and pen.request_id = fnd_global.conc_request_id
1370: and pen.enrt_mthd_cd = 'A'
1371: and pen.prtt_enrt_rslt_stat_cd is null;
1372: --
1373: -- Cursor fetch definition

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

4576: p_mode => p_mode);
4577: --
4578: fnd_message.set_name('BEN','BEN_92089_CREATED_PER_COMM');
4579: fnd_message.set_token('COMMUNICATION',l_triggers.name);
4580: if fnd_global.conc_request_id <> -1 then
4581: benutils.write(fnd_message.get);
4582: benutils.write(p_rec => g_commu_rec);
4583: g_comm_generated := true;
4584: end if;