DBA Data[Home] [Help]

APPS.BEN_ECD_LER dependencies on FND_MESSAGE

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

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

Line 532: fnd_message.raise_error;

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

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

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

Line 566: fnd_message.raise_error;

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