DBA Data[Home] [Help]

APPS.GMS_AWARDS_TC_PKG dependencies on APP_EXCEPTION

Line 35: app_exception.raise_exception;

31: X_LAST_UPDATE_LOGIN := -1;
32: end if;
33: else
34: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
35: app_exception.raise_exception;
36: end if;
37: insert into GMS_AWARDS_TERMS_CONDITIONS (
38: AWARD_ID,
39: CATEGORY_ID,

Line 89: app_exception.raise_exception;

85: open c1;
86: fetch c1 into tlinfo;
87: if (c1%notfound) then
88: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
89: app_exception.raise_exception;
90: close c1;
91: return;
92: end if;
93: close c1;

Line 104: app_exception.raise_exception;

100: ) then
101: null;
102: else
103: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
104: app_exception.raise_exception;
105: end if;
106: return;
107: end LOCK_ROW;
108: procedure UPDATE_ROW (

Line 135: app_exception.raise_exception;

131: X_LAST_UPDATE_LOGIN := -1;
132: end if;
133: else
134: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
135: app_exception.raise_exception;
136: end if;
137: update GMS_AWARDS_TERMS_CONDITIONS set
138: OPERAND = X_OPERAND,
139: VALUE = X_VALUE,