DBA Data[Home] [Help]

APPS.IRC_IAS_BUS dependencies on APP_EXCEPTION

Line 282: when app_exception.application_exception then

278: --
279: hr_utility.set_location(' Leaving:'|| l_proc, 50);
280: --
281: exception
282: when app_exception.application_exception then
283: if hr_multi_message.exception_add
284: (p_associated_column1 => 'IRC_ASSIGNMENT_STATUSES.ASSIGNMENT_ID'
285: ) then
286: hr_utility.set_location(' Leaving:'|| l_proc, 60);

Line 351: when app_exception.application_exception then

347: --
348: hr_utility.set_location(' Leaving:'|| l_proc, 30);
349: --
350: exception
351: when app_exception.application_exception then
352: if hr_multi_message.exception_add
353: (p_associated_column1=>
354: 'IRC_ASSIGNMENT_STATUSES.ASSIGNMENT_STATUS_TYPE_ID'
355: ) then