DBA Data[Home] [Help]

APPS.IGS_RE_THESIS_RESULT_PKG dependencies on FND_MESSAGE

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

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

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

79:
80: IF upper(column_name) = 'CLOSED_IND' OR COLUMN_NAME IS NULL THEN
81: IF new_references.closed_ind <> upper(NEW_REFERENCES.closed_ind) OR
82: new_references.closed_ind NOT IN ('Y', 'N') 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 91: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');

87: END IF;
88:
89: IF upper(column_name) = 'S_THESIS_RESULT_CD' OR COLUMN_NAME IS NULL THEN
90: IF new_references.S_THESIS_RESULT_CD <> upper(NEW_REFERENCES.S_THESIS_RESULT_CD) then
91: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
92: IGS_GE_MSG_STACK.ADD;
93: App_Exception.Raise_Exception ;
94: END IF;
95: END IF;

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

95: END IF;
96:
97: IF upper(column_name) = 'THESIS_RESULT_CD' OR COLUMN_NAME IS NULL THEN
98: IF new_references.THESIS_RESULT_CD <> upper(NEW_REFERENCES.THESIS_RESULT_CD) then
99: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
100: IGS_GE_MSG_STACK.ADD;
101: App_Exception.Raise_Exception ;
102: END IF;
103: END IF;

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

112: ((new_references.s_thesis_result_cd IS NULL))) THEN
113: NULL;
114: ELSE
115: IF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation ( 'THESIS_RESULT',new_references.s_thesis_result_cd) THEN
116: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
117: IGS_GE_MSG_STACK.ADD;
118: App_Exception.Raise_Exception;
119: END IF;
120: END IF;

Line 183: Fnd_Message.Set_Name ('IGS', 'IGS_RE_THR_SLV_FK');

179: Open cur_rowid;
180: Fetch cur_rowid INTO lv_rowid;
181: IF (cur_rowid%FOUND) THEN
182: Close cur_rowid;
183: Fnd_Message.Set_Name ('IGS', 'IGS_RE_THR_SLV_FK');
184: IGS_GE_MSG_STACK.ADD;
185: App_Exception.Raise_Exception;
186: Return;
187: END IF;

Line 230: Fnd_Message.Set_Name ('IGS', 'IGS_GE_MULTI_ORG_DUP_REC');

226: -- Call all the procedures related to Before Insert.
227: IF Get_PK_For_Validation (
228: new_references.thesis_result_cd
229: ) THEN
230: Fnd_Message.Set_Name ('IGS', 'IGS_GE_MULTI_ORG_DUP_REC');
231: IGS_GE_MSG_STACK.ADD;
232: App_Exception.Raise_Exception;
233: END IF;
234: Check_Constraints;

Line 247: Fnd_Message.Set_Name ('IGS', 'IGS_GE_MULTI_ORG_DUP_REC');

243: ELSIF (p_action = 'VALIDATE_INSERT') THEN
244: IF Get_PK_For_Validation (
245: new_references.thesis_result_cd
246: ) THEN
247: Fnd_Message.Set_Name ('IGS', 'IGS_GE_MULTI_ORG_DUP_REC');
248: IGS_GE_MSG_STACK.ADD;
249: App_Exception.Raise_Exception;
250: END IF;
251: Check_Constraints;

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

285: if X_LAST_UPDATE_LOGIN is NULL then
286: X_LAST_UPDATE_LOGIN := -1;
287: end if;
288: else
289: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
290: IGS_GE_MSG_STACK.ADD;
291: app_exception.raise_exception;
292: end if;
293:

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

364: open c1;
365: fetch c1 into tlinfo;
366: if (c1%notfound) then
367: close c1;
368: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
369: app_exception.raise_exception;
370: return;
371: end if;
372: close c1;

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

379: AND (X_COMMENTS is null)))
380: ) then
381: null;
382: else
383: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
384: app_exception.raise_exception;
385: end if;
386: return;
387: end LOCK_ROW;

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

412: if X_LAST_UPDATE_LOGIN is NULL then
413: X_LAST_UPDATE_LOGIN := -1;
414: end if;
415: else
416: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
417: IGS_GE_MSG_STACK.ADD;
418: app_exception.raise_exception;
419: end if;
420: