DBA Data[Home] [Help]

APPS.IRC_IID_BUS dependencies on HR_MULTI_MESSAGE

Line 51: if hr_multi_message.exception_add

47: begin
48: null;
49: exception
50: when app_exception.application_exception then
51: if hr_multi_message.exception_add
52: (p_associated_column1 => 'ATTRIBUTE_ID') then
53: hr_utility.set_location(' Leaving:'|| l_proc, 50);
54: raise;
55: end if;