DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on BEN_MANAGE_LIFE_EVENTS

Line 2044: raise ben_manage_life_events.g_record_error;

2040: fnd_message.set_name('BEN', 'BEN_91337_DOB');
2041: fnd_message.set_token('PROC',l_proc);
2042: fnd_message.set_token('PERSON_ID',to_char(p_person_id));
2043: -- The person being processed does not have a date of birth.
2044: raise ben_manage_life_events.g_record_error;
2045: --
2046: when agf_pgm_or_pl then
2047: hr_utility.set_location('Exception raised in ' || l_proc, 10);
2048: fnd_message.set_name('BEN','BEN_92181_FCTR_RQR_PGM_OR_PL');

Line 2055: raise ben_manage_life_events.g_record_error;

2051: --
2052: -- The derived factor chosen uses a program or a plan year for calculation.
2053: -- Please select a program or plan.
2054: --
2055: raise ben_manage_life_events.g_record_error;
2056: --
2057: when others then
2058: hr_utility.set_location('Exception raised in ' || l_proc, 10);
2059: -- For nocopy changes

Line 2237: raise ben_manage_life_events.g_record_error;

2233: --
2234: -- The derived factor chosen uses a program or a plan year for calculation.
2235: -- Please select a program or plan.
2236: --
2237: raise ben_manage_life_events.g_record_error;
2238: --
2239: when others then
2240: hr_utility.set_location('Exception raised in ' || l_proc, 10);
2241: -- For nocopy changes

Line 2414: raise ben_manage_life_events.g_record_error;

2410: --
2411: -- The derived factor chosen uses a program or plan year for calculation.
2412: -- Please select a program or plan.
2413: --
2414: raise ben_manage_life_events.g_record_error;
2415: --
2416: when others then
2417: hr_utility.set_location('Exception raised in ' || l_proc, 10);
2418: -- For nocopy changes

Line 2570: when ben_manage_life_events.g_record_error then

2566: --
2567: hr_utility.set_location('Leaving Now',10);
2568: exception
2569: --
2570: when ben_manage_life_events.g_record_error then
2571: --
2572: hr_utility.set_location ('PERSON ERROR '|| l_proc,10);
2573: --
2574: rollback to before_communications;

Line 2702: when ben_manage_life_events.g_record_error then

2698: benutils.write(p_rec => g_action_rec);
2699: --
2700: exception
2701: --
2702: when ben_manage_life_events.g_record_error then
2703: --
2704: hr_utility.set_location ('PERSON ERROR '|| l_proc,10);
2705: --
2706: rollback to before_communications;

Line 2838: when ben_manage_life_events.g_record_error then

2834: benutils.write(p_rec => g_action_rec);
2835: --
2836: exception
2837: --
2838: when ben_manage_life_events.g_record_error then
2839: --
2840: hr_utility.set_location ('PERSON ERROR '|| l_proc,10);
2841: --
2842: rollback to before_communications;

Line 2977: when ben_manage_life_events.g_record_error then

2973: benutils.write(p_rec => g_action_rec);
2974: --
2975: exception
2976: --
2977: when ben_manage_life_events.g_record_error then
2978: --
2979: hr_utility.set_location ('PERSON ERROR '|| l_proc,10);
2980: --
2981: rollback to before_communications;