DBA Data[Home] [Help]

APPS.IGS_EN_ENCMB_EFCTTYP_PKG dependencies on FND_MESSAGE

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

32: Open cur_old_ref_values;
33: Fetch cur_old_ref_values INTO old_references;
34: IF (cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ( 'INSERT','VALIDATE_INSERT' )) THEN
35: Close cur_old_ref_values;
36: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
37: IGS_GE_MSG_STACK.ADD;
38: App_Exception.Raise_Exception;
39: Return;
40: END IF;

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

74:
75: IF upper(column_name) = 'APPLY_TO_COURSE_IND' OR
76: Column_name is null THEN
77: IF new_references.apply_to_course_ind NOT IN ('Y','N') THEN
78: Fnd_Message.Set_Name ('IGS','IGS_GE_INVALID_VALUE');
79: IGS_GE_MSG_STACK.ADD;
80: App_Exception.Raise_Exception;
81: END IF;
82: END IF;

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

83:
84: IF upper(column_name) = 'CLOSED_IND' OR
85: Column_name is null THEN
86: IF new_references.closed_ind NOT IN ('Y','N') THEN
87: Fnd_Message.Set_Name ('IGS','IGS_GE_INVALID_VALUE');
88: IGS_GE_MSG_STACK.ADD;
89: App_Exception.Raise_Exception;
90: END IF;
91: END IF;

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

93: IF upper(column_name) = 'S_ENCMB_EFFECT_TYPE' OR
94: Column_name is null THEN
95: IF new_references.s_encmb_effect_type <>
96: upper(new_references.s_encmb_effect_type) THEN
97: Fnd_Message.Set_Name ('IGS','IGS_GE_INVALID_VALUE');
98: IGS_GE_MSG_STACK.ADD;
99: App_Exception.Raise_Exception;
100: END IF;
101: END IF;

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

160: Null;
161: IF Get_PK_For_Validation (
162: new_references.s_encmb_effect_type
163: ) THEN
164: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
165: IGS_GE_MSG_STACK.ADD;
166: App_Exception.Raise_Exception;
167: END IF;
168: Check_constraints;

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

174: ELSIF (p_action = 'VALIDATE_INSERT') then
175: IF Get_PK_For_Validation (
176: new_references.s_encmb_effect_type
177: ) THEN
178: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
179: IGS_GE_MSG_STACK.ADD;
180: App_Exception.Raise_Exception;
181: END IF;
182:

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

230: if X_LAST_UPDATE_LOGIN is NULL then
231: X_LAST_UPDATE_LOGIN := -1;
232: end if;
233: else
234: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
235: IGS_GE_MSG_STACK.ADD;
236: app_exception.raise_exception;
237: end if;
238: Before_DML (

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

296: open c1;
297: fetch c1 into tlinfo;
298: if (c1%notfound) then
299: close c1;
300: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
301: IGS_GE_MSG_STACK.ADD;
302: app_exception.raise_exception;
303: return;
304: end if;

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

308: AND (tlinfo.CLOSED_IND = X_CLOSED_IND)
309: ) then
310: null;
311: else
312: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
313: IGS_GE_MSG_STACK.ADD;
314: app_exception.raise_exception;
315: end if;
316: return;

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

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