DBA Data[Home] [Help]

APPS.IGW_BUSINESS_RULE_LINES_PKG dependencies on APP_EXCEPTION

Line 40: app_exception.raise_exception;

36: X_LAST_UPDATE_LOGIN := -1;
37: end if;
38: else
39: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
40: app_exception.raise_exception;
41: end if;
42: insert into IGW_BUSINESS_RULE_LINES (
43: RULE_ID,
44: EXPRESSION_ID,

Line 113: app_exception.raise_exception;

109: open c1;
110: fetch c1 into tlinfo;
111: if (c1%notfound) then
112: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
113: app_exception.raise_exception;
114: close c1;
115: return;
116: end if;
117: close c1;

Line 143: app_exception.raise_exception;

139: ) then
140: null;
141: else
142: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
143: app_exception.raise_exception;
144: end if;
145: return;
146: end LOCK_ROW;
147:

Line 182: app_exception.raise_exception;

178: X_LAST_UPDATE_LOGIN := -1;
179: end if;
180: else
181: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
182: app_exception.raise_exception;
183: end if;
184: update IGW_BUSINESS_RULE_LINES set
185: RULE_ID = X_RULE_ID,
186: EXPRESSION_ID = X_EXPRESSION_ID,