DBA Data[Home] [Help]

APPS.IRC_IID_BUS dependencies on APP_EXCEPTION

Line 50: when app_exception.application_exception then

46: l_proc varchar2(72) := g_package||'chk_delete';
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;