DBA Data[Home] [Help]

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

72: END IF ;
73: IF upper(Column_name) = 'CLOSED_IND' OR column_name is null then
74: IF new_references.closed_ind <> UPPER(new_references.closed_ind ) OR
75: new_references.closed_ind NOT IN ( 'Y' , 'N' ) then
76: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
77: IGS_GE_MSG_STACK.ADD;
78: App_Exception.Raise_Exception;
79: END IF;
80: END IF;

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

79: END IF;
80: END IF;
81: IF upper(Column_name) = 'SPECIAL_REQUIREMENT_CD' OR column_name is null then
82: IF new_references.special_requirement_cd <> UPPER(new_references.special_requirement_cd ) then
83: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
84: IGS_GE_MSG_STACK.ADD;
85: App_Exception.Raise_Exception;
86: END IF;
87: END IF;

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

155: IF (p_action = 'INSERT') THEN
156: IF Get_PK_For_Validation(
157: new_references.special_requirement_cd
158: )THEN
159: Fnd_Message.Set_Name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
160: IGS_GE_MSG_STACK.ADD;
161: App_Exception.Raise_Exception;
162: END IF ;
163: Check_Constraints;

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

170: ELSIF (p_action = 'VALIDATE_INSERT') THEN
171: IF Get_PK_For_Validation(
172: new_references.special_requirement_cd
173: )THEN
174: Fnd_Message.Set_Name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
175: IGS_GE_MSG_STACK.ADD;
176: App_Exception.Raise_Exception;
177: END IF ;
178: Check_Constraints;

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

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

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

306: open c1;
307: fetch c1 into tlinfo;
308: if (c1%notfound) then
309: close c1;
310: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
311: IGS_GE_MSG_STACK.ADD;
312: app_exception.raise_exception;
313: return;
314: end if;

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

321: AND (X_COMMENTS is null)))
322: ) then
323: null;
324: else
325: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
326: IGS_GE_MSG_STACK.ADD;
327: app_exception.raise_exception;
328: end if;
329: return;

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

354: if X_LAST_UPDATE_LOGIN is NULL then
355: X_LAST_UPDATE_LOGIN := -1;
356: end if;
357: else
358: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
359: IGS_GE_MSG_STACK.ADD;
360: app_exception.raise_exception;
361: end if;
362: Before_DML (