DBA Data[Home] [Help]

APPS.IGS_AD_RS_VALUES_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 103: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');

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

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

125: IF Get_Uk_For_Validation (
126: new_references.rating_scale_id
127: ,new_references.rating_value
128: ) THEN
129: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
130: IGS_GE_MSG_STACK.ADD;
131: app_exception.raise_exception;
132: END IF;
133: END Check_Uniqueness ;

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

150: NULL;
151: ELSIF NOT Igs_Ad_Rating_Scales_Pkg.Get_PK_For_Validation (
152: new_references.rating_scale_id ,
153: 'N') THEN
154: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
155: IGS_GE_MSG_STACK.ADD;
156: App_Exception.Raise_Exception;
157: END IF;
158:

Line 287: Fnd_Message.Set_Name ('IGS', 'IGS_AD_ARV_ARS_FK');

283: Open cur_rowid;
284: Fetch cur_rowid INTO lv_rowid;
285: IF (cur_rowid%FOUND) THEN
286: Close cur_rowid;
287: Fnd_Message.Set_Name ('IGS', 'IGS_AD_ARV_ARS_FK');
288: IGS_GE_MSG_STACK.ADD;
289: App_Exception.Raise_Exception;
290: Return;
291: END IF;

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

339: -- Call all the procedures related to Before Insert.
340: Null;
341: IF Get_Pk_For_Validation(
342: new_references.rating_values_id) THEN
343: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
344: IGS_GE_MSG_STACK.ADD;
345: App_Exception.Raise_Exception;
346: END IF;
347: Check_Uniqueness;

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

360: ELSIF (p_action = 'VALIDATE_INSERT') THEN
361: -- Call all the procedures related to Before Insert.
362: IF Get_PK_For_Validation (
363: new_references.rating_values_id) THEN
364: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
365: IGS_GE_MSG_STACK.ADD;
366: App_Exception.Raise_Exception;
367: END IF;
368: Check_Uniqueness;

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

448: if X_LAST_UPDATE_LOGIN is NULL then
449: X_LAST_UPDATE_LOGIN := -1;
450: end if;
451: else
452: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
453: IGS_GE_MSG_STACK.ADD;
454: app_exception.raise_exception;
455: end if;
456:

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

533: begin
534: open c1;
535: fetch c1 into tlinfo;
536: if (c1%notfound) then
537: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
538: IGS_GE_MSG_STACK.ADD;
539: close c1;
540: app_exception.raise_exception;
541: return;

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

547: AND (tlinfo.CLOSED_IND = X_CLOSED_IND)
548: ) then
549: null;
550: else
551: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
552: IGS_GE_MSG_STACK.ADD;
553: app_exception.raise_exception;
554: end if;
555: return;

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

591: if X_LAST_UPDATE_LOGIN is NULL then
592: X_LAST_UPDATE_LOGIN := -1;
593: end if;
594: else
595: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
596: IGS_GE_MSG_STACK.ADD;
597: app_exception.raise_exception;
598: end if;
599: Before_DML(