DBA Data[Home] [Help]

APPS.GMS_AWARDS_PKG dependencies on APP_EXCEPTION

Line 110: app_exception.raise_exception;

106: X_LAST_UPDATE_LOGIN := -1;
107: end if;
108: else
109: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
110: app_exception.raise_exception;
111: end if;
112: insert into GMS_AWARDS (
113: AWARD_ID,
114: AWARD_NUMBER,

Line 445: app_exception.raise_exception;

441: open c1;
442: fetch c1 into tlinfo;
443: if (c1%notfound) then
444: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
445: app_exception.raise_exception;
446: close c1;
447: return;
448: end if;
449: close c1;

Line 664: app_exception.raise_exception;

660: ) then
661: null;
662: else
663: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
664: app_exception.raise_exception;
665: end if;
666: return;
667: end LOCK_ROW;
668:

Line 765: app_exception.raise_exception;

761: X_LAST_UPDATE_LOGIN := -1;
762: end if;
763: else
764: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
765: app_exception.raise_exception;
766: end if;
767: update GMS_AWARDS set
768: AWARD_NUMBER = X_AWARD_NUMBER,
769: AWARD_SHORT_NAME = X_AWARD_SHORT_NAME,