DBA Data[Home] [Help]

APPS.PSP_ENC_ELEMENTS_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 PSP_ENC_ELEMENTS (
38: ENC_ELEMENT_ID,
39: INPUT_VALUE_ID, -- Added for Additional Earinings Element Enh

Line 103: app_exception.raise_exception;

99: open c1;
100: fetch c1 into tlinfo;
101: if (c1%notfound) then
102: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
103: app_exception.raise_exception;
104: close c1;
105: return;
106: end if;
107: close c1;

Line 119: app_exception.raise_exception;

115: ) then
116: null;
117: else
118: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
119: app_exception.raise_exception;
120: end if;
121: return;
122: end LOCK_ROW;
123:

Line 153: app_exception.raise_exception;

149: X_LAST_UPDATE_LOGIN := -1;
150: end if;
151: else
152: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
153: app_exception.raise_exception;
154: end if;
155: update PSP_ENC_ELEMENTS set
156: BUSINESS_GROUP_ID = X_BUSINESS_GROUP_ID,
157: SET_OF_BOOKS_ID = X_SET_OF_BOOKS_ID,