DBA Data[Home] [Help]

APPS.IGS_PS_GOVT_SPL_TYPE_PKG dependencies on FND_MESSAGE

Line 35: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');

31: Open cur_old_ref_values;
32: Fetch cur_old_ref_values INTO old_references;
33: IF (cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT','VALIDATE_INSERT')) THEN
34: Close cur_old_ref_values;
35: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
36: IGS_GE_MSG_STACK.ADD;
37: App_Exception.Raise_Exception;
38: Return;
39: END IF;

Line 77: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');

73:
74: IF upper(column_name) = 'CLOSED_IND' OR
75: column_name is null Then
76: IF new_references.closed_ind NOT IN ('Y','N') THEN
77: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
78: IGS_GE_MSG_STACK.ADD;
79: App_Exception.Raise_Exception;
80: END IF;
81: END IF;

Line 86: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');

82:
83: IF upper(column_name) = 'GOVT_SPECIAL_COURSE_TYPE' OR
84: column_name is null Then
85: IF new_references.govt_special_course_type <> UPPER(new_references.govt_special_course_type) Then
86: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
87: IGS_GE_MSG_STACK.ADD;
88: App_Exception.Raise_Exception;
89: END IF;
90: END IF;

Line 161: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');

157:
158: IF Get_PK_For_Validation (
159: new_references.govt_special_course_type
160: ) THEN
161: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
162: IGS_GE_MSG_STACK.ADD;
163: App_Exception.Raise_Exception;
164: END IF;
165: Check_Constraints;

Line 178: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');

174: ELSIF (p_action = 'VALIDATE_INSERT') THEN
175: IF Get_PK_For_Validation (
176: new_references.govt_special_course_type
177: ) THEN
178: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
179: IGS_GE_MSG_STACK.ADD;
180: App_Exception.Raise_Exception;
181: END IF;
182: Check_Constraints;

Line 231: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');

227: if X_LAST_UPDATE_LOGIN is NULL then
228: X_LAST_UPDATE_LOGIN := -1;
229: end if;
230: else
231: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
232: IGS_GE_MSG_STACK.ADD;
233: app_exception.raise_exception;
234: end if;
235:

Line 300: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');

296: open c1;
297: fetch c1 into tlinfo;
298: if (c1%notfound) then
299: close c1;
300: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
301: IGS_GE_MSG_STACK.ADD;
302: app_exception.raise_exception;
303: return;
304: end if;

Line 312: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');

308: AND (tlinfo.CLOSED_IND = X_CLOSED_IND)
309: ) then
310: null;
311: else
312: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
313: IGS_GE_MSG_STACK.ADD;
314: app_exception.raise_exception;
315: end if;
316: return;

Line 344: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');

340: if X_LAST_UPDATE_LOGIN is NULL then
341: X_LAST_UPDATE_LOGIN := -1;
342: end if;
343: else
344: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
345: IGS_GE_MSG_STACK.ADD;
346: app_exception.raise_exception;
347: end if;
348: