DBA Data[Home] [Help]

APPS.BEN_PREM_PRTT_CREDITS_MO dependencies on FND_MESSAGE

Line 538: fnd_message.raise_error;

534: when others then
535: l_error_text := sqlerrm;
536: hr_utility.set_location ('Fail in '||l_package,999);
537: hr_utility.set_location ('with error '||l_error_text,999);
538: fnd_message.raise_error;
539: end main;
540: end ben_prem_prtt_credits_mo;