DBA Data[Home] [Help]

APPS.EAM_ITEM_PVT dependencies on APP_EXCEPTION

Line 465: APP_EXCEPTION.Raise_Exception;

461: if nvl(l_x_return_status, 'S') not in ('E','U') then
462: return;
463: else
464: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
465: APP_EXCEPTION.Raise_Exception;
466: end if;
467:
468: -- End of API body.
469: -- Standard check of p_commit.