DBA Data[Home] [Help]

APPS.IGS_AD_RATING_SCALES_PKG dependencies on FND_MESSAGE

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

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

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

105: -- The following code checks for check constraints on the Columns.
106: IF Upper(Column_Name) = 'CLOSED_IND' OR
107: Column_Name IS NULL THEN
108: IF NOT (new_references.closed_ind in ('Y','N')) THEN
109: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
110: IGS_GE_MSG_STACK.ADD;
111: App_Exception.Raise_Exception;
112: END IF;
113: END IF;

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

115: -- The following code checks for check constraints on the Columns.
116: IF Upper(Column_Name) = 'DFLT' OR
117: Column_Name IS NULL THEN
118: IF NOT (new_references.dflt in ('Y','N')) THEN
119: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
120: IGS_GE_MSG_STACK.ADD;
121: App_Exception.Raise_Exception;
122: END IF;
123: END IF;

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

140: begin
141: IF Get_Uk_For_Validation (
142: new_references.rating_scale_name
143: ) THEN
144: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
145: IGS_GE_MSG_STACK.ADD;
146: app_exception.raise_exception;
147: END IF;
148: END Check_Uniqueness ;

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

293: -- Call all the procedures related to Before Insert.
294: Null;
295: IF Get_Pk_For_Validation(
296: new_references.rating_scale_id) THEN
297: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
298: IGS_GE_MSG_STACK.ADD;
299: App_Exception.Raise_Exception;
300: END IF;
301: Check_Uniqueness;

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

312: ELSIF (p_action = 'VALIDATE_INSERT') THEN
313: -- Call all the procedures related to Before Insert.
314: IF Get_PK_For_Validation (
315: new_references.rating_scale_id) THEN
316: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
317: IGS_GE_MSG_STACK.ADD;
318: App_Exception.Raise_Exception;
319: END IF;
320: Check_Uniqueness;

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

403: if X_LAST_UPDATE_LOGIN is NULL then
404: X_LAST_UPDATE_LOGIN := -1;
405: end if;
406: else
407: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
408: IGS_GE_MSG_STACK.ADD;
409: app_exception.raise_exception;
410: end if;
411:

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

496: begin
497: open c1;
498: fetch c1 into tlinfo;
499: if (c1%notfound) then
500: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
501: IGS_GE_MSG_STACK.ADD;
502: close c1;
503: app_exception.raise_exception;
504: return;

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

510: AND (tlinfo.DFLT = X_DFLT)
511: ) then
512: null;
513: else
514: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
515: IGS_GE_MSG_STACK.ADD;
516: app_exception.raise_exception;
517: end if;
518: return;

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

556: if X_LAST_UPDATE_LOGIN is NULL then
557: X_LAST_UPDATE_LOGIN := -1;
558: end if;
559: else
560: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
561: IGS_GE_MSG_STACK.ADD;
562: app_exception.raise_exception;
563: end if;
564: Before_DML(