DBA Data[Home] [Help]

APPS.EAM_OPERATIONS_PKG dependencies on FND_MESSAGE

Line 463: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');

459: OPEN C;
460: FETCH C INTO Recinfo;
461: if (C%NOTFOUND) then
462: CLOSE C;
463: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');
464: fnd_message.raise_error;
465: app_exception.raise_exception;
466: end if;
467: CLOSE C;

Line 464: fnd_message.raise_error;

460: FETCH C INTO Recinfo;
461: if (C%NOTFOUND) then
462: CLOSE C;
463: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');
464: fnd_message.raise_error;
465: app_exception.raise_exception;
466: end if;
467: CLOSE C;
468:

Line 527: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');

523: )
524: then
525: return;
526: else
527: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
528: fnd_message.raise_error;
529: app_exception.raise_exception;
530: end if;
531: else

Line 528: fnd_message.raise_error;

524: then
525: return;
526: else
527: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
528: fnd_message.raise_error;
529: app_exception.raise_exception;
530: end if;
531: else
532: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');

Line 532: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');

528: fnd_message.raise_error;
529: app_exception.raise_exception;
530: end if;
531: else
532: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
533: fnd_message.raise_error;
534: app_exception.raise_exception;
535: end if;
536: END Lock_Row;

Line 533: fnd_message.raise_error;

529: app_exception.raise_exception;
530: end if;
531: else
532: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
533: fnd_message.raise_error;
534: app_exception.raise_exception;
535: end if;
536: END Lock_Row;
537: