DBA Data[Home] [Help]

APPS.EAM_OPERATIONS_PKG dependencies on FND_MESSAGE

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

626: OPEN C;
627: FETCH C INTO Recinfo;
628: if (C%NOTFOUND) then
629: CLOSE C;
630: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');
631: fnd_message.raise_error;
632: app_exception.raise_exception;
633: end if;
634: CLOSE C;

Line 631: fnd_message.raise_error;

627: FETCH C INTO Recinfo;
628: if (C%NOTFOUND) then
629: CLOSE C;
630: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');
631: fnd_message.raise_error;
632: app_exception.raise_exception;
633: end if;
634: CLOSE C;
635:

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

690: )
691: then
692: return;
693: else
694: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
695: fnd_message.raise_error;
696: app_exception.raise_exception;
697: end if;
698: else

Line 695: fnd_message.raise_error;

691: then
692: return;
693: else
694: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
695: fnd_message.raise_error;
696: app_exception.raise_exception;
697: end if;
698: else
699: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');

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

695: fnd_message.raise_error;
696: app_exception.raise_exception;
697: end if;
698: else
699: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
700: fnd_message.raise_error;
701: app_exception.raise_exception;
702: end if;
703: END Lock_Row;

Line 700: fnd_message.raise_error;

696: app_exception.raise_exception;
697: end if;
698: else
699: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
700: fnd_message.raise_error;
701: app_exception.raise_exception;
702: end if;
703: END Lock_Row;
704: