DBA Data[Home] [Help]

APPS.IGS_PS_DSCP_PKG dependencies on FND_MESSAGE

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

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

Line 102: FND_MESSAGE.SET_NAME('IGS',v_message_name);

98: ( new_references.closed_ind = 'Y')) THEN
99: IF IGS_PS_VAL_DI.crsp_val_di_govt_dg (
100: new_references.govt_discipline_group_cd,
101: v_message_name) = FALSE THEN
102: FND_MESSAGE.SET_NAME('IGS',v_message_name);
103: IGS_GE_MSG_STACK.ADD;
104: APP_EXCEPTION.RAISE_EXCEPTION;
105: END IF;
106: END IF;

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

189:
190: IF upper(column_name) = 'FUNDING_INDEX_2' OR
191: column_name is null Then
192: IF new_references.funding_index_2 < 0 OR new_references.funding_index_2 > 1.70 Then
193: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
194: IGS_GE_MSG_STACK.ADD;
195: App_Exception.Raise_Exception;
196: END IF;
197: END IF;

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

198:
199: IF upper(column_name) = 'FUNDING_INDEX_3' OR
200: column_name is null Then
201: IF new_references.funding_index_3 < 0 OR new_references.funding_index_3 > 1.70 Then
202: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
203: IGS_GE_MSG_STACK.ADD;
204: App_Exception.Raise_Exception;
205: END IF;
206: END IF;

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

207:
208: IF upper(column_name) = 'CLOSED_IND' OR
209: column_name is null Then
210: IF new_references.closed_ind NOT IN ('Y','N') THEN
211: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
212: IGS_GE_MSG_STACK.ADD;
213: App_Exception.Raise_Exception;
214: END IF;
215: END IF;

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

216:
217: IF upper(column_name) = 'FUNDING_INDEX_1' OR
218: column_name is null Then
219: IF new_references.funding_index_1 < 0 OR new_references.funding_index_1 > 1.70 Then
220: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
221: IGS_GE_MSG_STACK.ADD;
222: App_Exception.Raise_Exception;
223: END IF;
224: END IF;

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

225:
226: IF upper(column_name) = 'DISCIPLINE_GROUP_CD' OR
227: column_name is null Then
228: IF new_references.discipline_group_cd <> UPPER(new_references.discipline_group_cd) Then
229: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
230: IGS_GE_MSG_STACK.ADD;
231: App_Exception.Raise_Exception;
232: END IF;
233: END IF;

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

234:
235: IF upper(column_name) = 'GOVT_DISCIPLINE_GROUP_CD' OR
236: column_name is null Then
237: IF new_references.govt_discipline_group_cd <> UPPER(new_references.govt_discipline_group_cd) Then
238: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
239: IGS_GE_MSG_STACK.ADD;
240: App_Exception.Raise_Exception;
241: END IF;
242: END IF;

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

252: ELSE
253: IF NOT IGS_PS_GOVT_DSCP_PKG.Get_PK_For_Validation (
254: new_references.govt_discipline_group_cd
255: ) THEN
256: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
257: IGS_GE_MSG_STACK.ADD;
258: App_Exception.Raise_Exception;
259: END IF;
260: END IF;

Line 323: Fnd_Message.Set_Name ('IGS', 'IGS_PS_DI_GD_FK');

319: Open cur_rowid;
320: Fetch cur_rowid INTO lv_rowid;
321: IF (cur_rowid%FOUND) THEN
322: Close cur_rowid;
323: Fnd_Message.Set_Name ('IGS', 'IGS_PS_DI_GD_FK');
324: IGS_GE_MSG_STACK.ADD;
325: App_Exception.Raise_Exception;
326: Return;
327: END IF;

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

372: BeforeRowInsertUpdateDelete1 ( p_inserting => TRUE );
373: IF Get_PK_For_Validation (
374: new_references.discipline_group_cd
375: ) THEN
376: Fnd_Message.Set_Name ('IGS', 'IGS_GE_MULTI_ORG_DUP_REC');
377: IGS_GE_MSG_STACK.ADD;
378: App_Exception.Raise_Exception;
379: END IF;
380: Check_Constraints;

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

391: ELSIF (p_action = 'VALIDATE_INSERT') THEN
392: IF Get_PK_For_Validation (
393: new_references.discipline_group_cd
394: ) THEN
395: Fnd_Message.Set_Name ('IGS', 'IGS_GE_MULTI_ORG_DUP_REC');
396: IGS_GE_MSG_STACK.ADD;
397: App_Exception.Raise_Exception;
398: END IF;
399: Check_Constraints;

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

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

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

543: open c1;
544: fetch c1 into tlinfo;
545: if (c1%notfound) then
546: close c1;
547: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
548: IGS_GE_MSG_STACK.ADD;
549: app_exception.raise_exception;
550: return;
551: end if;

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

566:
567: ) then
568: null;
569: else
570: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
571: IGS_GE_MSG_STACK.ADD;
572: app_exception.raise_exception;
573: end if;
574: return;

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

602: if X_LAST_UPDATE_LOGIN is NULL then
603: X_LAST_UPDATE_LOGIN := -1;
604: end if;
605: else
606: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
607: IGS_GE_MSG_STACK.ADD;
608: app_exception.raise_exception;
609: end if;
610: