DBA Data[Home] [Help]

APPS.BEN_PRV_LER dependencies on FND_MESSAGE

Line 544: fnd_message.set_name('BEN','BEN_92299_CANNOT_CREATE_PIL');

540: ' l_effective_start_date:'||to_char(l_effective_start_date), 70);
541: hr_utility.set_location(' about to create ptnl-ler', 70);
542:
543: if l_person_id is null then
544: fnd_message.set_name('BEN','BEN_92299_CANNOT_CREATE_PIL');
545: fnd_message.raise_error;
546: end if;
547: ben_create_ptnl_ler_for_per.create_ptnl_ler_event
548: -- ben_ptnl_ler_for_per_api.create_ptnl_ler_for_per

Line 545: fnd_message.raise_error;

541: hr_utility.set_location(' about to create ptnl-ler', 70);
542:
543: if l_person_id is null then
544: fnd_message.set_name('BEN','BEN_92299_CANNOT_CREATE_PIL');
545: fnd_message.raise_error;
546: end if;
547: ben_create_ptnl_ler_for_per.create_ptnl_ler_event
548: -- ben_ptnl_ler_for_per_api.create_ptnl_ler_for_per
549: (p_validate => false

Line 575: fnd_message.set_name('BEN','BEN_92299_CANNOT_CREATE_PIL');

571: if le_exists%notfound then
572: hr_utility.set_location(' Entering: ben_prv_trigger5', 60);
573:
574: if l_hld_person_id is null then
575: fnd_message.set_name('BEN','BEN_92299_CANNOT_CREATE_PIL');
576: fnd_message.raise_error;
577: end if;
578: ben_create_ptnl_ler_for_per.create_ptnl_ler_event
579: --ben_ptnl_ler_for_per_api.create_ptnl_ler_for_per

Line 576: fnd_message.raise_error;

572: hr_utility.set_location(' Entering: ben_prv_trigger5', 60);
573:
574: if l_hld_person_id is null then
575: fnd_message.set_name('BEN','BEN_92299_CANNOT_CREATE_PIL');
576: fnd_message.raise_error;
577: end if;
578: ben_create_ptnl_ler_for_per.create_ptnl_ler_event
579: --ben_ptnl_ler_for_per_api.create_ptnl_ler_for_per
580: (p_validate => false