DBA Data[Home] [Help]

APPS.IRC_IAD_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,'ASSIGNMENT_DETAILS_ID')
70: );
71: --

Line 320: hr_multi_message.add

316: ,p_from_date => p_validation_start_date
317: ,p_to_date => p_validation_end_date))) Then
318: fnd_message.set_name('PAY', 'HR_7216_DT_UPD_INTEGRITY_ERR');
319: fnd_message.set_token('TABLE_NAME','all assignments');
320: hr_multi_message.add
321: (p_associated_column1 => irc_iad_shd.g_tab_nam || '.ASSIGNMENT_ID');
322: End If;
323: --
324: Exception

Line 549: if hr_multi_message.exception_add

545: end if;
546: hr_utility.set_location('Leaving: '||l_proc, 50);
547: exception
548: when app_exception.application_exception then
549: if hr_multi_message.exception_add
550: (p_associated_column1 => 'IRC_ASSIGNMENT_DETAILS_F.ATTEMPT_ID'
551: ) then
552: raise;
553: end if;