DBA Data[Home] [Help]

APPS.IRC_CMP_BUS dependencies on HR_MULTI_MESSAGE

Line 70: hr_multi_message.add

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

Line 839: if hr_multi_message.exception_add

835:
836: hr_utility.set_location(' Leaving:'||l_proc,50);
837: exception
838: when app_exception.application_exception then
839: if hr_multi_message.exception_add
840: (p_associated_column1 =>
841: 'IRC_COMM_PROPERTIES.OBJECT_ID'
842: ) then
843: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 895: if hr_multi_message.exception_add

891: end if;
892: hr_utility.set_location(' Leaving:'||l_proc,20);
893: exception
894: when app_exception.application_exception then
895: if hr_multi_message.exception_add
896: (p_associated_column1 =>
897: 'IRC_COMM_PROPERTIES.OBJECT_TYPE'
898: ) then
899: hr_utility.set_location(' Leaving:'||l_proc,30);