DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on FND_GLOBAL

Line 30: 115.11 14-May-99 maagrawa Changed chr() with fnd_global.local_chr()

26: 115.7 09-May-99 maagrawa Commit after submitting each request.
27: 115.8 10-May-99 maagrawa Corrected the header position.
28: 115.9 10-May-99 jcarpent Check ('VOIDD', 'BCKDT') for pil stat cd
29: 115.10 13-May-99 jcarpent Fixed ben_prtt_enrt_actn query to handle arc.
30: 115.11 14-May-99 maagrawa Changed chr() with fnd_global.local_chr()
31: 115.12 09-Jul-99 jcarpent Added checks for backed out pil
32: 115.13 20-JUL-99 Gperry genutils -> benutils package rename.
33: 115.14 27-JUL-1999 mhoyes - Changed g_report_rec to ref ben_type.
34: 115.15 30-JUL-1999 mhoyes - Changed g_batch_proc_rec to ref ben_type.

Line 286: (p_concurrent_request_id => fnd_global.conc_request_id

282: --
283: if (g_parm.audit_log_flag = 'Y') then
284: --
285: ben_batch_utils.batch_report
286: (p_concurrent_request_id => fnd_global.conc_request_id
287: ,p_program_name => 'BENCMAUD'
288: ,p_request_id => l_request_id);
289: --
290: end if;

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

288: ,p_request_id => l_request_id);
289: --
290: end if;
291: --
292: if fnd_global.conc_request_id <> - 1 then
293: ben_batch_utils.batch_report
294: (p_concurrent_request_id => fnd_global.conc_request_id
295: ,p_program_name => 'BENCMSUM'
296: ,p_request_id => l_request_id);

Line 294: (p_concurrent_request_id => fnd_global.conc_request_id

290: end if;
291: --
292: if fnd_global.conc_request_id <> - 1 then
293: ben_batch_utils.batch_report
294: (p_concurrent_request_id => fnd_global.conc_request_id
295: ,p_program_name => 'BENCMSUM'
296: ,p_request_id => l_request_id);
297: --
298: ben_batch_utils.batch_report

Line 299: (p_concurrent_request_id => fnd_global.conc_request_id

295: ,p_program_name => 'BENCMSUM'
296: ,p_request_id => l_request_id);
297: --
298: ben_batch_utils.batch_report
299: (p_concurrent_request_id => fnd_global.conc_request_id
300: ,p_program_name => 'BENCMEPE'
301: ,p_request_id => l_request_id);
302: --
303: ben_batch_utils.batch_report

Line 304: (p_concurrent_request_id => fnd_global.conc_request_id

300: ,p_program_name => 'BENCMEPE'
301: ,p_request_id => l_request_id);
302: --
303: ben_batch_utils.batch_report
304: (p_concurrent_request_id => fnd_global.conc_request_id
305: ,p_program_name => 'BENCMETY'
306: ,p_request_id => l_request_id);
307: end if;
308: --

Line 336: and bft.request_id = fnd_global.conc_request_id;

332: cursor c_master is
333: select 'Y'
334: from ben_benefit_actions bft
335: where bft.benefit_action_id = g_parm.benefit_action_id
336: and bft.request_id = fnd_global.conc_request_id;
337: --
338: cursor c_person_actions(p_status_cd varchar2) is
339: select count(*)
340: from ben_person_actions pac

Line 525: if fnd_global.conc_request_id = -1 then

521: begin
522: --
523: hr_utility.set_location('Entering : ' || l_proc, 10);
524: --
525: if fnd_global.conc_request_id = -1 then
526: return;
527: end if;
528: --
529: -- added to prevent logging

Line 4810: ,p_request_id => fnd_global.conc_request_id

4806: ,p_date_from => l_date_from
4807: ,p_elig_enrol_cd => p_elig_enrol_cd
4808: ,p_actn_typ_id => p_actn_typ_id
4809: ,p_audit_log_flag => p_audit_log_flag
4810: ,p_request_id => fnd_global.conc_request_id
4811: ,p_program_application_id => fnd_global.prog_appl_id
4812: ,p_program_id => fnd_global.conc_program_id
4813: ,p_program_update_date => sysdate
4814: ,p_object_version_number => l_object_version_number

Line 4811: ,p_program_application_id => fnd_global.prog_appl_id

4807: ,p_elig_enrol_cd => p_elig_enrol_cd
4808: ,p_actn_typ_id => p_actn_typ_id
4809: ,p_audit_log_flag => p_audit_log_flag
4810: ,p_request_id => fnd_global.conc_request_id
4811: ,p_program_application_id => fnd_global.prog_appl_id
4812: ,p_program_id => fnd_global.conc_program_id
4813: ,p_program_update_date => sysdate
4814: ,p_object_version_number => l_object_version_number
4815: ,p_effective_date => l_effective_date);

Line 4812: ,p_program_id => fnd_global.conc_program_id

4808: ,p_actn_typ_id => p_actn_typ_id
4809: ,p_audit_log_flag => p_audit_log_flag
4810: ,p_request_id => fnd_global.conc_request_id
4811: ,p_program_application_id => fnd_global.prog_appl_id
4812: ,p_program_id => fnd_global.conc_program_id
4813: ,p_program_update_date => sysdate
4814: ,p_object_version_number => l_object_version_number
4815: ,p_effective_date => l_effective_date);
4816: --