DBA Data[Home] [Help]

APPS.PER_PAT_BUS dependencies on HR_MULTI_MESSAGE

Line 72: hr_multi_message.add

68: --
69: -- The primary key is invalid therefore we must error
70: --
71: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
72: hr_multi_message.add
73: (p_associated_column1
74: => nvl(p_associated_column1,'ALLOCATED_TASK_ID')
75: );
76: --

Line 251: IF hr_multi_message.exception_add

247: IF g_debug THEN hr_utility.set_location('Leaving:'||l_proc, 40); END IF;
248: --
249: EXCEPTION
250: WHEN app_exception.application_exception THEN
251: IF hr_multi_message.exception_add
252: (p_associated_column1 => 'PER_ALLOCATED_TASKS.TASK_NAME'
253: ) THEN
254: hr_utility.set_location(' Leaving:'|| l_proc, 50);
255: RAISE;

Line 308: IF hr_multi_message.exception_add

304: IF g_debug THEN hr_utility.set_location('Leaving:'||l_proc, 40); END IF;
305: --
306: EXCEPTION
307: WHEN app_exception.application_exception THEN
308: IF hr_multi_message.exception_add
309: (p_associated_column1 => 'PER_ALLOCATED_TASKS.TARGET/ACTUAL_START/END_DATE'
310: ) THEN
311: hr_utility.set_location(' Leaving:'|| l_proc, 50);
312: RAISE;