DBA Data[Home] [Help]

APPS.BEN_VRBL_RT_ELIG_PRFL_API dependencies on FND_MESSAGE

Line 110: fnd_message.set_name('BEN','BEN_93966_ELPRO_FOR_VAPRO_EXST');

106: hr_utility.set_location('Record already exists. no need to insert another record', 20 ) ;
107: hr_utility.set_location('exiting from '||l_proc,25);
108: -- Bug : 3621420
109: -- Raise an error as the ELPRO being inserted is already associated with the VAPRO
110: fnd_message.set_name('BEN','BEN_93966_ELPRO_FOR_VAPRO_EXST');
111: fnd_message.raise_error;
112: --return ;
113: -- Bug : 3621420
114: --

Line 111: fnd_message.raise_error;

107: hr_utility.set_location('exiting from '||l_proc,25);
108: -- Bug : 3621420
109: -- Raise an error as the ELPRO being inserted is already associated with the VAPRO
110: fnd_message.set_name('BEN','BEN_93966_ELPRO_FOR_VAPRO_EXST');
111: fnd_message.raise_error;
112: --return ;
113: -- Bug : 3621420
114: --
115: end if;