DBA Data[Home] [Help]

APPS.PSP_REP_ORG_DLS_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 PSP_REP_ORG_DLS (
41: ORG_DLS_BATCH_ID,
42: ORG_DLS_LINE_ID,

Line 116: app_exception.raise_exception;

112: open c1;
113: fetch c1 into tlinfo;
114: if (c1%notfound) then
115: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
116: app_exception.raise_exception;
117: close c1;
118: return;
119: end if;
120: close c1;

Line 139: app_exception.raise_exception;

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

Line 176: app_exception.raise_exception;

172: X_LAST_UPDATE_LOGIN := -1;
173: end if;
174: else
175: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
176: app_exception.raise_exception;
177: end if;
178: update PSP_REP_ORG_DLS set
179: ORG_DLS_BATCH_ID = X_ORG_DLS_BATCH_ID,
180: ORGANIZATION_ID = X_ORGANIZATION_ID,