DBA Data[Home] [Help]

APPS.EAM_COMPLETION dependencies on APP_EXCEPTION

Line 507: APP_EXCEPTION.Raise_Exception;

503: FETCH C INTO Recinfo;
504: if (C%NOTFOUND) then
505: CLOSE C;
506: FND_MESSAGE.Set_Name('EAM', 'FORM_RECORD_DELETED');
507: APP_EXCEPTION.Raise_Exception;
508: end if;
509: CLOSE C;
510: if (
511: (p_wip_entity_id is null or

Line 533: APP_EXCEPTION.Raise_Exception;

529: ) then
530: return;
531: else
532: FND_MESSAGE.Set_Name('EAM', 'FORM_RECORD_CHANGED');
533: APP_EXCEPTION.Raise_Exception;
534: end if;
535:
536:
537: -- Standard call to get message count and if count is 1, get message info.