DBA Data[Home] [Help]

APPS.IGS_PS_DEGREES_PKG dependencies on FND_MESSAGE

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

43: Open cur_old_ref_values;
44: Fetch cur_old_ref_values INTO old_references;
45: IF (cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT','VALIDATE_INSERT')) THEN
46: Close cur_old_ref_values;
47: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
48: IGS_GE_MSG_STACK.ADD;
49: App_Exception.Raise_Exception;
50: Return;
51: END IF;

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

97: -- The following code checks for check constraints on the Columns.
98: IF Upper(Column_Name) = 'CLOSED_IND' OR
99: Column_Name IS NULL THEN
100: IF NOT (new_references.closed_ind IN ('Y', 'N')) THEN
101: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
102: IGS_GE_MSG_STACK.ADD;
103: App_Exception.Raise_Exception;
104: END IF;
105: END IF;

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

126: NULL;
127: ELSE
128: IF NOT IGS_PS_TYPE_PKG.Get_PK_For_Validation (
129: new_references.program_type ) THEN
130: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
131: IGS_GE_MSG_STACK.ADD;
132: App_Exception.Raise_Exception;
133: END IF;
134: END IF;

Line 239: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');

235: -- Call all the procedures related to Before Insert.
236: Null;
237: IF Get_Pk_For_Validation(
238: new_references.degree_cd) THEN
239: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
240: IGS_GE_MSG_STACK.ADD;
241: App_Exception.Raise_Exception;
242: END IF;
243: Check_Constraints;

Line 258: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');

254: ELSIF (p_action = 'VALIDATE_INSERT') THEN
255: -- Call all the procedures related to Before Insert.
256: IF Get_PK_For_Validation (
257: new_references.degree_cd) THEN
258: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
259: IGS_GE_MSG_STACK.ADD;
260: App_Exception.Raise_Exception;
261: END IF;
262: Check_Constraints;

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

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

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

421: begin
422: open c1;
423: fetch c1 into tlinfo;
424: if (c1%notfound) then
425: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
426: IGS_GE_MSG_STACK.ADD;
427: close c1;
428: app_exception.raise_exception;
429: return;

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

436: AND (X_PROGRAM_TYPE is null)))
437: ) then
438: null;
439: else
440: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
441: IGS_GE_MSG_STACK.ADD;
442: app_exception.raise_exception;
443: end if;
444: return;

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

479: if X_LAST_UPDATE_LOGIN is NULL then
480: X_LAST_UPDATE_LOGIN := -1;
481: end if;
482: else
483: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
484: IGS_GE_MSG_STACK.ADD;
485: app_exception.raise_exception;
486: end if;
487: Before_DML(