DBA Data[Home] [Help]

APPS.PER_CTK_BUS dependencies on HR_MULTI_MESSAGE

Line 67: hr_multi_message.add

63: --
64: -- The primary key is invalid therefore we must error
65: --
66: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
67: hr_multi_message.add
68: (p_associated_column1
69: => nvl(p_associated_column1,'TASK_IN_CHECKLIST_ID')
70: );
71: --

Line 213: IF hr_multi_message.exception_add

209: --
210: IF g_debug THEN hr_utility.set_location('Leaving:'||l_proc, 50); END IF;
211: --
212: exception when app_exception.application_exception then
213: IF hr_multi_message.exception_add
214: (p_associated_column1 => 'PER_TASKS_INCHECKLIST.CHECKLIST_ID'
215: ) then
216: hr_utility.set_location(' Leaving:'|| l_proc, 60);
217: raise;

Line 296: if hr_multi_message.exception_add

292: --
293: if g_debug then hr_utility.set_location(l_proc, 5); end if;
294: --
295: exception when app_exception.application_exception then
296: if hr_multi_message.exception_add
297: (p_associated_column1 => 'PER_TASKS_INCHECKLIST.NAME'
298: ) then
299: hr_utility.set_location(' Leaving:'|| l_proc, 60);
300: raise;

Line 391: if hr_multi_message.exception_add

387: --
388: IF g_debug then hr_utility.set_location(l_proc, 5); END IF;
389: --
390: EXCEPTION when app_exception.application_exception then
391: if hr_multi_message.exception_add
392: (p_associated_column1 => 'PER_TASKS_INCHECKLIST.TARGET_DURATION_UOM'
393: ) then
394: hr_utility.set_location(' Leaving:'|| l_proc, 60);
395: raise;