DBA Data[Home] [Help]

APPS.IGS_AD_NOTE_TYPES_PKG dependencies on FND_MESSAGE

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

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

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

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

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

104: END IF;
105:
106: IF upper(Column_Name) = 'NOTE_TYPE' OR Column_Name IS NULL THEN
107: IF new_references.note_type <> UPPER(new_references.note_type) THEN
108: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
109: IGS_GE_MSG_STACK.ADD;
110: App_Exception.Raise_Exception;
111: END IF;
112: END IF;

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

128: IF Get_Uk_For_Validation (
129: new_references.notes_category,
130: new_references.note_type
131: ) THEN
132: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
133: IGS_GE_MSG_STACK.ADD;
134: app_exception.raise_exception;
135: END IF;
136: END Check_Uniqueness ;

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

149: IF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation (
150: 'APPLN_NOTE_CATEGORIES',
151: new_references.NOTES_CATEGORY
152: ) THEN
153: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
154: IGS_GE_MSG_STACK.ADD;
155: App_Exception.Raise_Exception;
156: END IF;
157: END Check_Parent_existance;

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

320:
321: IF (p_action = 'INSERT') THEN
322: -- Call all the procedures related to Before Insert.
323: IF Get_Pk_For_Validation(new_references.notes_type_id) THEN
324: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
325: IGS_GE_MSG_STACK.ADD;
326: App_Exception.Raise_Exception;
327: END IF;
328: Check_Uniqueness;

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

336: Check_Child_Existance;
337: ELSIF (p_action = 'VALIDATE_INSERT') THEN
338: -- Call all the procedures related to Before Insert.
339: IF Get_PK_For_Validation (new_references.notes_type_id) THEN
340: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
341: IGS_GE_MSG_STACK.ADD;
342: App_Exception.Raise_Exception;
343: END IF;
344: Check_Uniqueness;

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

393: if X_LAST_UPDATE_LOGIN is NULL then
394: X_LAST_UPDATE_LOGIN := -1;
395: end if;
396: else
397: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
398: IGS_GE_MSG_STACK.ADD;
399: app_exception.raise_exception;
400: end if;
401:

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

475: begin
476: open c1;
477: fetch c1 into tlinfo;
478: if (c1%notfound) then
479: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
480: IGS_GE_MSG_STACK.ADD;
481: close c1;
482: app_exception.raise_exception;
483: return;

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

489: AND (tlinfo.CLOSED_IND = X_CLOSED_IND)
490: ) then
491: null;
492: else
493: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
494: IGS_GE_MSG_STACK.ADD;
495: app_exception.raise_exception;
496: end if;
497: return;

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

535: if X_LAST_UPDATE_LOGIN is NULL then
536: X_LAST_UPDATE_LOGIN := -1;
537: end if;
538: else
539: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
540: IGS_GE_MSG_STACK.ADD;
541: app_exception.raise_exception;
542: end if;
543: Before_DML(