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 282: (p_concurrent_request_id => fnd_global.conc_request_id

278: --
279: if (g_parm.audit_log_flag = 'Y') then
280: --
281: ben_batch_utils.batch_report
282: (p_concurrent_request_id => fnd_global.conc_request_id
283: ,p_program_name => 'BENCMAUD'
284: ,p_request_id => l_request_id);
285: --
286: end if;

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

284: ,p_request_id => l_request_id);
285: --
286: end if;
287: --
288: if fnd_global.conc_request_id <> - 1 then
289: ben_batch_utils.batch_report
290: (p_concurrent_request_id => fnd_global.conc_request_id
291: ,p_program_name => 'BENCMSUM'
292: ,p_request_id => l_request_id);

Line 290: (p_concurrent_request_id => fnd_global.conc_request_id

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

Line 295: (p_concurrent_request_id => fnd_global.conc_request_id

291: ,p_program_name => 'BENCMSUM'
292: ,p_request_id => l_request_id);
293: --
294: ben_batch_utils.batch_report
295: (p_concurrent_request_id => fnd_global.conc_request_id
296: ,p_program_name => 'BENCMEPE'
297: ,p_request_id => l_request_id);
298: --
299: ben_batch_utils.batch_report

Line 300: (p_concurrent_request_id => fnd_global.conc_request_id

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

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

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

Line 521: if fnd_global.conc_request_id = -1 then

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

Line 4745: ,p_request_id => fnd_global.conc_request_id

4741: ,p_date_from => l_date_from
4742: ,p_elig_enrol_cd => p_elig_enrol_cd
4743: ,p_actn_typ_id => p_actn_typ_id
4744: ,p_audit_log_flag => p_audit_log_flag
4745: ,p_request_id => fnd_global.conc_request_id
4746: ,p_program_application_id => fnd_global.prog_appl_id
4747: ,p_program_id => fnd_global.conc_program_id
4748: ,p_program_update_date => sysdate
4749: ,p_object_version_number => l_object_version_number

Line 4746: ,p_program_application_id => fnd_global.prog_appl_id

4742: ,p_elig_enrol_cd => p_elig_enrol_cd
4743: ,p_actn_typ_id => p_actn_typ_id
4744: ,p_audit_log_flag => p_audit_log_flag
4745: ,p_request_id => fnd_global.conc_request_id
4746: ,p_program_application_id => fnd_global.prog_appl_id
4747: ,p_program_id => fnd_global.conc_program_id
4748: ,p_program_update_date => sysdate
4749: ,p_object_version_number => l_object_version_number
4750: ,p_effective_date => l_effective_date);

Line 4747: ,p_program_id => fnd_global.conc_program_id

4743: ,p_actn_typ_id => p_actn_typ_id
4744: ,p_audit_log_flag => p_audit_log_flag
4745: ,p_request_id => fnd_global.conc_request_id
4746: ,p_program_application_id => fnd_global.prog_appl_id
4747: ,p_program_id => fnd_global.conc_program_id
4748: ,p_program_update_date => sysdate
4749: ,p_object_version_number => l_object_version_number
4750: ,p_effective_date => l_effective_date);
4751: --