DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on BEN_GENERATE_COMMUNICATIONS

Line 22: ben_generate_communications.

18: varchar2.
19: 115.5 15 Apr 99 mhoyes Un-datetrack of per_in_ler_f changes.
20: 115.6 29 Apr 99 maagrawa - prtt_enrt_rslt now has a status code.
21: - Corrected cursors and calls to
22: ben_generate_communications.
23: - Removed parameter comp_object_selection_rule.
24: - Added procedures for comm. reports.
25: - Removed bugs.
26: 115.7 09-May-99 maagrawa Commit after submitting each request.

Line 1325: if ben_generate_communications.g_comm_generated then

1321: hr_utility.set_location('Entering : ' || l_proc, 10);
1322: --
1323: g_rec.person_id := p_person_id;
1324: --
1325: if ben_generate_communications.g_comm_generated then
1326: --
1327: g_rec.rep_typ_cd := 'COMMU';
1328: fnd_message.set_name('BEN','BEN_92182_COMM_GNRTD');
1329: fnd_message.set_token('PERSON_ID',to_char(p_person_id));

Line 2525: ben_generate_communications.g_comm_generated := false;

2521: end if;
2522: --
2523: hr_utility.set_location('After processing...', 15);
2524: --
2525: ben_generate_communications.g_comm_generated := false;
2526: --
2527: if l_breach then
2528: --
2529: hr_utility.set_location(l_person_id,10);

Line 2539: ben_generate_communications.main

2535: hr_utility.set_location(g_parm.business_group_id,10);
2536: hr_utility.set_location(g_parm.effective_date,10);
2537: hr_utility.set_location(l_lf_evt_ocrd_dt,10);
2538: hr_utility.set_location(g_parm.mode_cd,10);
2539: ben_generate_communications.main
2540: (p_person_id => l_person_id
2541: ,p_cm_trgr_typ_cd => g_parm.cm_trgr_typ_cd
2542: ,p_cm_typ_id => g_parm.cm_typ_id
2543: ,p_pgm_id => g_parm.pgm_id

Line 2676: ben_generate_communications.g_comm_generated := false;

2672: savepoint before_communications;
2673: --
2674: -- generate communications the selected people
2675: --
2676: ben_generate_communications.g_comm_generated := false;
2677: --
2678: ben_generate_communications.main
2679: (p_person_id => l_per_rec.person_id
2680: ,p_cm_trgr_typ_cd => g_parm.cm_trgr_typ_cd

Line 2678: ben_generate_communications.main

2674: -- generate communications the selected people
2675: --
2676: ben_generate_communications.g_comm_generated := false;
2677: --
2678: ben_generate_communications.main
2679: (p_person_id => l_per_rec.person_id
2680: ,p_cm_trgr_typ_cd => g_parm.cm_trgr_typ_cd
2681: ,p_cm_typ_id => g_parm.cm_typ_id
2682: ,p_pgm_id => g_parm.pgm_id

Line 2810: ben_generate_communications.g_comm_generated := false;

2806: g_person_cnt := g_person_cnt + 1;
2807: --
2808: -- generate communications for the selected people
2809: --
2810: ben_generate_communications.g_comm_generated := false;
2811: --
2812: ben_generate_communications.main
2813: (p_person_id => l_per_rec.person_id
2814: ,p_cm_trgr_typ_cd => g_parm.cm_trgr_typ_cd

Line 2812: ben_generate_communications.main

2808: -- generate communications for the selected people
2809: --
2810: ben_generate_communications.g_comm_generated := false;
2811: --
2812: ben_generate_communications.main
2813: (p_person_id => l_per_rec.person_id
2814: ,p_cm_trgr_typ_cd => g_parm.cm_trgr_typ_cd
2815: ,p_cm_typ_id => g_parm.cm_typ_id
2816: ,p_ler_id => l_per_rec.ler_id

Line 2946: ben_generate_communications.g_comm_generated := false;

2942: savepoint before_communications;
2943: --
2944: -- generate communications for the selected people
2945: --
2946: ben_generate_communications.g_comm_generated := false;
2947: --
2948: l_asnd_lf_evt_dt := fnd_date.canonical_to_date(g_parm.lf_evt_ocrd_dt);
2949: ben_generate_communications.main
2950: (p_person_id => l_per_rec.person_id

Line 2949: ben_generate_communications.main

2945: --
2946: ben_generate_communications.g_comm_generated := false;
2947: --
2948: l_asnd_lf_evt_dt := fnd_date.canonical_to_date(g_parm.lf_evt_ocrd_dt);
2949: ben_generate_communications.main
2950: (p_person_id => l_per_rec.person_id
2951: ,p_cm_trgr_typ_cd => g_parm.cm_trgr_typ_cd
2952: ,p_cm_typ_id => g_parm.cm_typ_id
2953: ,p_ler_id => l_per_rec.ler_id