DBA Data[Home] [Help]

APPS.HXC_TIMECARD_APPROVAL dependencies on FND_MESSAGE

Line 292: fnd_message.set_name('HXC', 'HXC_APR_NO_APPL_SET_PREF');

288: else
289: if g_debug then
290: hr_utility.set_location('Processing '||l_proc, 60);
291: end if;
292: fnd_message.set_name('HXC', 'HXC_APR_NO_APPL_SET_PREF');
293: fnd_message.raise_error;
294: end if;
295:
296: /* For each of the recipient Application present in the Application set of the person*/

Line 293: fnd_message.raise_error;

289: if g_debug then
290: hr_utility.set_location('Processing '||l_proc, 60);
291: end if;
292: fnd_message.set_name('HXC', 'HXC_APR_NO_APPL_SET_PREF');
293: fnd_message.raise_error;
294: end if;
295:
296: /* For each of the recipient Application present in the Application set of the person*/
297: /* We get the detail blocks of the Timecard from p_blocks */