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 1329: if ben_generate_communications.g_comm_generated then

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

Line 2583: ben_generate_communications.g_comm_generated := false;

2579: end if;
2580: --
2581: hr_utility.set_location('After processing...', 15);
2582: --
2583: ben_generate_communications.g_comm_generated := false;
2584: --
2585: if l_breach then
2586: --
2587: hr_utility.set_location(l_person_id,10);

Line 2597: ben_generate_communications.main

2593: hr_utility.set_location(g_parm.business_group_id,10);
2594: hr_utility.set_location(g_parm.effective_date,10);
2595: hr_utility.set_location(l_lf_evt_ocrd_dt,10);
2596: hr_utility.set_location(g_parm.mode_cd,10);
2597: ben_generate_communications.main
2598: (p_person_id => l_person_id
2599: ,p_cm_trgr_typ_cd => g_parm.cm_trgr_typ_cd
2600: ,p_cm_typ_id => g_parm.cm_typ_id
2601: ,p_pgm_id => g_parm.pgm_id

Line 2734: ben_generate_communications.g_comm_generated := false;

2730: savepoint before_communications;
2731: --
2732: -- generate communications the selected people
2733: --
2734: ben_generate_communications.g_comm_generated := false;
2735: --
2736: ben_generate_communications.main
2737: (p_person_id => l_per_rec.person_id
2738: ,p_cm_trgr_typ_cd => g_parm.cm_trgr_typ_cd

Line 2736: ben_generate_communications.main

2732: -- generate communications the selected people
2733: --
2734: ben_generate_communications.g_comm_generated := false;
2735: --
2736: ben_generate_communications.main
2737: (p_person_id => l_per_rec.person_id
2738: ,p_cm_trgr_typ_cd => g_parm.cm_trgr_typ_cd
2739: ,p_cm_typ_id => g_parm.cm_typ_id
2740: ,p_pgm_id => g_parm.pgm_id

Line 2868: ben_generate_communications.g_comm_generated := false;

2864: g_person_cnt := g_person_cnt + 1;
2865: --
2866: -- generate communications for the selected people
2867: --
2868: ben_generate_communications.g_comm_generated := false;
2869: --
2870: ben_generate_communications.main
2871: (p_person_id => l_per_rec.person_id
2872: ,p_cm_trgr_typ_cd => g_parm.cm_trgr_typ_cd

Line 2870: ben_generate_communications.main

2866: -- generate communications for the selected people
2867: --
2868: ben_generate_communications.g_comm_generated := false;
2869: --
2870: ben_generate_communications.main
2871: (p_person_id => l_per_rec.person_id
2872: ,p_cm_trgr_typ_cd => g_parm.cm_trgr_typ_cd
2873: ,p_cm_typ_id => g_parm.cm_typ_id
2874: ,p_ler_id => l_per_rec.ler_id

Line 3004: ben_generate_communications.g_comm_generated := false;

3000: savepoint before_communications;
3001: --
3002: -- generate communications for the selected people
3003: --
3004: ben_generate_communications.g_comm_generated := false;
3005: --
3006: l_asnd_lf_evt_dt := fnd_date.canonical_to_date(g_parm.lf_evt_ocrd_dt);
3007: ben_generate_communications.main
3008: (p_person_id => l_per_rec.person_id

Line 3007: ben_generate_communications.main

3003: --
3004: ben_generate_communications.g_comm_generated := false;
3005: --
3006: l_asnd_lf_evt_dt := fnd_date.canonical_to_date(g_parm.lf_evt_ocrd_dt);
3007: ben_generate_communications.main
3008: (p_person_id => l_per_rec.person_id
3009: ,p_cm_trgr_typ_cd => g_parm.cm_trgr_typ_cd
3010: ,p_cm_typ_id => g_parm.cm_typ_id
3011: ,p_ler_id => l_per_rec.ler_id