DBA Data[Home] [Help]

APPS.IGS_AD_CONV_GS_VALS_PKG dependencies on FND_MESSAGE

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

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

Line 98: -- FND_MESSAGE.SET_NAME('IGS','IGS_GE_INVALID_VALUE');

94: END IF;
95:
96: IF upper(column_name) = 'FROM_GPA' OR column_name IS NULL THEN
97: -- IF new_references.from_gpa < 0 THEN
98: -- FND_MESSAGE.SET_NAME('IGS','IGS_GE_INVALID_VALUE');
99: -- IGS_GE_MSG_STACK.ADD;
100: -- APP_EXCEPTION.RAISE_EXCEPTION;
101: -- END IF;
102: null;

Line 107: -- FND_MESSAGE.SET_NAME('IGS','IGS_GE_INVALID_VALUE');

103: END IF;
104:
105: IF upper(column_name) = 'TO_GPA' OR column_name IS NULL THEN
106: -- IF new_references.to_gpa < 0 THEN
107: -- FND_MESSAGE.SET_NAME('IGS','IGS_GE_INVALID_VALUE');
108: -- IGS_GE_MSG_STACK.ADD;
109: -- APP_EXCEPTION.RAISE_EXCEPTION;
110: -- END IF;
111: null;

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

130: new_references.conv_gs_types_id
131: ,new_references.from_gpa
132: ,new_references.to_gpa
133: ) THEN
134: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
135: IGS_GE_MSG_STACK.ADD;
136: app_exception.raise_exception;
137: END IF;
138: END Check_Uniqueness ;

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

153: ((new_references.conv_gs_types_id IS NULL))) THEN
154: NULL;
155: ELSIF NOT Igs_Ad_Conv_Gs_Types_Pkg.Get_PK_For_Validation (
156: new_references.conv_gs_types_id ) THEN
157: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
158: IGS_GE_MSG_STACK.ADD;
159: App_Exception.Raise_Exception;
160: END IF;
161: END Check_Parent_Existance;

Line 253: Fnd_Message.Set_Name ('IGS', 'IGS_AD_ACGV_ACGT_FK');

249: Open cur_rowid;
250: Fetch cur_rowid INTO lv_rowid;
251: IF (cur_rowid%FOUND) THEN
252: Close cur_rowid;
253: Fnd_Message.Set_Name ('IGS', 'IGS_AD_ACGV_ACGT_FK');
254: IGS_GE_MSG_STACK.ADD;
255: App_Exception.Raise_Exception;
256: Return;
257: END IF;

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

300: -- Call all the procedures related to Before Insert.
301: IF Get_Pk_For_Validation(
302: new_references.conv_gs_values_id
303: ) THEN
304: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
305: IGS_GE_MSG_STACK.ADD;
306: App_Exception.Raise_Exception;
307: END IF;
308: Check_Uniqueness;

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

317: -- Call all the procedures related to Before Insert.
318: IF Get_PK_For_Validation (
319: new_references.conv_gs_values_id
320: ) THEN
321: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
322: IGS_GE_MSG_STACK.ADD;
323: App_Exception.Raise_Exception;
324: END IF;
325: Check_Uniqueness;

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

369: if X_LAST_UPDATE_LOGIN is NULL then
370: X_LAST_UPDATE_LOGIN := -1;
371: end if;
372: else
373: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
374: IGS_GE_MSG_STACK.ADD;
375: app_exception.raise_exception;
376: end if;
377:

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

447: begin
448: open c1;
449: fetch c1 into tlinfo;
450: if (c1%notfound) then
451: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
452: IGS_GE_MSG_STACK.ADD;
453: close c1;
454: app_exception.raise_exception;
455: return;

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

460: AND (tlinfo.TO_GPA = X_TO_GPA)
461: ) then
462: null;
463: else
464: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
465: IGS_GE_MSG_STACK.ADD;
466: app_exception.raise_exception;
467: end if;
468: return;

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

503: if X_LAST_UPDATE_LOGIN is NULL then
504: X_LAST_UPDATE_LOGIN := -1;
505: end if;
506: else
507: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
508: IGS_GE_MSG_STACK.ADD;
509: app_exception.raise_exception;
510: end if;
511: Before_DML(