DBA Data[Home] [Help]

APPS.IGW_PROP_SPECIAL_REVIEWS_PKG dependencies on APP_EXCEPTION

Line 38: app_exception.raise_exception;

34: X_LAST_UPDATE_LOGIN := -1;
35: end if;
36: else
37: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
38: app_exception.raise_exception;
39: end if;
40: insert into IGW_PROP_SPECIAL_REVIEWS (
41: PROPOSAL_ID,
42: SPECIAL_REVIEW_CODE,

Line 109: app_exception.raise_exception;

105: open c1;
106: fetch c1 into tlinfo;
107: if (c1%notfound) then
108: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
109: app_exception.raise_exception;
110: close c1;
111: return;
112: end if;
113: close c1;

Line 136: app_exception.raise_exception;

132: ) then
133: null;
134: else
135: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
136: app_exception.raise_exception;
137: end if;
138: return;
139: end LOCK_ROW;
140:

Line 172: app_exception.raise_exception;

168: X_LAST_UPDATE_LOGIN := -1;
169: end if;
170: else
171: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
172: app_exception.raise_exception;
173: end if;
174: update IGW_PROP_SPECIAL_REVIEWS set
175: SPECIAL_REVIEW_CODE = X_SPECIAL_REVIEW_CODE,
176: SPECIAL_REVIEW_TYPE = X_SPECIAL_REVIEW_TYPE,