DBA Data[Home] [Help]

APPS.BEN_ECD_LER dependencies on FND_MESSAGE

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

524: ' l_effective_start_date:'||to_char(l_effective_start_date), 70);
525: hr_utility.set_location(' about to create ptnl-ler', 70);
526:
527: if l_person_id is null then
528: fnd_message.set_name('BEN','BEN_92299_CANNOT_CREATE_PIL');
529: fnd_message.raise_error;
530: end if;
531: ben_create_ptnl_ler_for_per.create_ptnl_ler_event
532: --ben_ptnl_ler_for_per_api.create_ptnl_ler_for_per

Line 529: fnd_message.raise_error;

525: hr_utility.set_location(' about to create ptnl-ler', 70);
526:
527: if l_person_id is null then
528: fnd_message.set_name('BEN','BEN_92299_CANNOT_CREATE_PIL');
529: fnd_message.raise_error;
530: end if;
531: ben_create_ptnl_ler_for_per.create_ptnl_ler_event
532: --ben_ptnl_ler_for_per_api.create_ptnl_ler_for_per
533: (p_validate => false

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

558: if le_exists%notfound then
559: hr_utility.set_location(' le_exists%notfound', 76);
560:
561: if l_hld_person_id is null then
562: fnd_message.set_name('BEN','BEN_92299_CANNOT_CREATE_PIL');
563: fnd_message.raise_error;
564: end if;
565:
566: --ben_ptnl_ler_for_per_api.create_ptnl_ler_for_per

Line 563: fnd_message.raise_error;

559: hr_utility.set_location(' le_exists%notfound', 76);
560:
561: if l_hld_person_id is null then
562: fnd_message.set_name('BEN','BEN_92299_CANNOT_CREATE_PIL');
563: fnd_message.raise_error;
564: end if;
565:
566: --ben_ptnl_ler_for_per_api.create_ptnl_ler_for_per
567: ben_create_ptnl_ler_for_per.create_ptnl_ler_event