DBA Data[Home] [Help]

APPS.BEN_GENERATE_COMMUNICATIONS dependencies on FND_GLOBAL

Line 615: ,p_request_id => fnd_global.conc_request_id

611: ,p_pcm_attribute30 => null
612: ,p_object_version_number => l_object_version_number
613: ,p_effective_date => ben_generate_communications.
614: g_comm_start_date
615: ,p_request_id => fnd_global.conc_request_id
616: ,p_program_application_id => fnd_global.prog_appl_id
617: ,p_program_id => fnd_global.conc_program_id
618: ,p_program_update_date => sysdate
619: );

Line 616: ,p_program_application_id => fnd_global.prog_appl_id

612: ,p_object_version_number => l_object_version_number
613: ,p_effective_date => ben_generate_communications.
614: g_comm_start_date
615: ,p_request_id => fnd_global.conc_request_id
616: ,p_program_application_id => fnd_global.prog_appl_id
617: ,p_program_id => fnd_global.conc_program_id
618: ,p_program_update_date => sysdate
619: );
620: else

Line 617: ,p_program_id => fnd_global.conc_program_id

613: ,p_effective_date => ben_generate_communications.
614: g_comm_start_date
615: ,p_request_id => fnd_global.conc_request_id
616: ,p_program_application_id => fnd_global.prog_appl_id
617: ,p_program_id => fnd_global.conc_program_id
618: ,p_program_update_date => sysdate
619: );
620: else
621: p_per_cm_id := -1;

Line 1593: and pen.request_id = fnd_global.conc_request_id

1589: and ctu.cm_typ_id = p_cm_typ_id
1590: and ctu.all_r_any_cd = 'ALL'
1591: /* Final test make sure created in the same run
1592: Checking using per_in_ler_id and conc_request_id */
1593: and pen.request_id = fnd_global.conc_request_id
1594: and pen.enrt_mthd_cd = 'A'
1595: and pen.prtt_enrt_rslt_stat_cd is null;
1596: --
1597: cursor c2 is

Line 1608: and pen.request_id = fnd_global.conc_request_id

1604: between pen.effective_start_date
1605: and pen.effective_end_date
1606: /* Final test make sure created in the same run
1607: Checking using per_in_ler_id and conc_request_id */
1608: and pen.request_id = fnd_global.conc_request_id
1609: and pen.enrt_mthd_cd = 'A'
1610: and pen.prtt_enrt_rslt_stat_cd is null;
1611: --
1612: -- Cursor fetch definition

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

4914: p_mode => p_mode);
4915: --
4916: fnd_message.set_name('BEN','BEN_92089_CREATED_PER_COMM');
4917: fnd_message.set_token('COMMUNICATION',l_triggers.name);
4918: if fnd_global.conc_request_id <> -1 then
4919: benutils.write(fnd_message.get);
4920: benutils.write(p_rec => g_commu_rec);
4921: g_comm_generated := true;
4922: end if;