DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on BEN_MANAGE_LIFE_EVENTS

Line 2098: raise ben_manage_life_events.g_record_error;

2094: fnd_message.set_name('BEN', 'BEN_91337_DOB');
2095: fnd_message.set_token('PROC',l_proc);
2096: fnd_message.set_token('PERSON_ID',to_char(p_person_id));
2097: -- The person being processed does not have a date of birth.
2098: raise ben_manage_life_events.g_record_error;
2099: --
2100: when agf_pgm_or_pl then
2101: hr_utility.set_location('Exception raised in ' || l_proc, 10);
2102: fnd_message.set_name('BEN','BEN_92181_FCTR_RQR_PGM_OR_PL');

Line 2109: raise ben_manage_life_events.g_record_error;

2105: --
2106: -- The derived factor chosen uses a program or a plan year for calculation.
2107: -- Please select a program or plan.
2108: --
2109: raise ben_manage_life_events.g_record_error;
2110: --
2111: when others then
2112: hr_utility.set_location('Exception raised in ' || l_proc, 10);
2113: -- For nocopy changes

Line 2291: raise ben_manage_life_events.g_record_error;

2287: --
2288: -- The derived factor chosen uses a program or a plan year for calculation.
2289: -- Please select a program or plan.
2290: --
2291: raise ben_manage_life_events.g_record_error;
2292: --
2293: when others then
2294: hr_utility.set_location('Exception raised in ' || l_proc, 10);
2295: -- For nocopy changes

Line 2468: raise ben_manage_life_events.g_record_error;

2464: --
2465: -- The derived factor chosen uses a program or plan year for calculation.
2466: -- Please select a program or plan.
2467: --
2468: raise ben_manage_life_events.g_record_error;
2469: --
2470: when others then
2471: hr_utility.set_location('Exception raised in ' || l_proc, 10);
2472: -- For nocopy changes

Line 2628: when ben_manage_life_events.g_record_error then

2624: --
2625: hr_utility.set_location('Leaving Now',10);
2626: exception
2627: --
2628: when ben_manage_life_events.g_record_error then
2629: --
2630: hr_utility.set_location ('PERSON ERROR '|| l_proc,10);
2631: --
2632: rollback to before_communications;

Line 2760: when ben_manage_life_events.g_record_error then

2756: benutils.write(p_rec => g_action_rec);
2757: --
2758: exception
2759: --
2760: when ben_manage_life_events.g_record_error then
2761: --
2762: hr_utility.set_location ('PERSON ERROR '|| l_proc,10);
2763: --
2764: rollback to before_communications;

Line 2896: when ben_manage_life_events.g_record_error then

2892: benutils.write(p_rec => g_action_rec);
2893: --
2894: exception
2895: --
2896: when ben_manage_life_events.g_record_error then
2897: --
2898: hr_utility.set_location ('PERSON ERROR '|| l_proc,10);
2899: --
2900: rollback to before_communications;

Line 3035: when ben_manage_life_events.g_record_error then

3031: benutils.write(p_rec => g_action_rec);
3032: --
3033: exception
3034: --
3035: when ben_manage_life_events.g_record_error then
3036: --
3037: hr_utility.set_location ('PERSON ERROR '|| l_proc,10);
3038: --
3039: rollback to before_communications;