DBA Data[Home] [Help]

APPS.BEN_EVAL_COMM_LER_ELIG_PROFL dependencies on FND_MESSAGE

Line 55: fnd_message.set_name('PER','HR_7211_DT_UPD_ROWS_IN_FUTURE');

51: if c_uniq_cm_typ_elig_prfl%found then
52: --
53: close c_uniq_cm_typ_elig_prfl ;
54: hr_utility.set_location('Future record exists.Cannot insert ', 8 ) ;
55: fnd_message.set_name('PER','HR_7211_DT_UPD_ROWS_IN_FUTURE');
56: fnd_message.raise_error;
57: --
58: else
59: close c_uniq_cm_typ_elig_prfl ;

Line 56: fnd_message.raise_error;

52: --
53: close c_uniq_cm_typ_elig_prfl ;
54: hr_utility.set_location('Future record exists.Cannot insert ', 8 ) ;
55: fnd_message.set_name('PER','HR_7211_DT_UPD_ROWS_IN_FUTURE');
56: fnd_message.raise_error;
57: --
58: else
59: close c_uniq_cm_typ_elig_prfl ;
60: end if;

Line 180: fnd_message.raise_error;

176: Exception
177: when others then
178: hr_utility.set_location('In exce:', 10);
179: ROLLBACK TO create_eligibility_object_s;
180: fnd_message.raise_error;
181: p_result := 'F';
182: end create_eligibility_object;
183:
184: procedure delete_eligibility_object(

Line 290: fnd_message.raise_error;

286:
287: exception
288: when others then
289: ROLLBACK TO delete_eligibility_object;
290: fnd_message.raise_error;
291: p_result := 'F';
292: end delete_eligibility_object;
293:
294: procedure update_eligibility_object

Line 358: fnd_message.raise_error;

354:
355: exception
356: when others then
357: ROLLBACK TO update_eligibility_object;
358: fnd_message.raise_error;
359:
360: end update_eligibility_object;
361:
362: procedure check_eligible