DBA Data[Home] [Help]

APPS.IGS_PS_USEC_WLST_PRF_PKG dependencies on FND_MESSAGE

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

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

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

114: new_references.preference_code
115: ,new_references.preference_version
116: ,new_references.unit_sec_waitlist_priority_id
117: ) THEN
118: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
119: IGS_GE_MSG_STACK.ADD;
120: app_exception.raise_exception;
121: END IF;
122: END Check_Uniqueness ;

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

139: NULL;
140: ELSIF NOT Igs_Ps_Usec_Wlst_Pri_Pkg.Get_PK_For_Validation (
141: new_references.unit_sec_waitlist_priority_id
142: ) THEN
143: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
144: IGS_GE_MSG_STACK.ADD;
145: App_Exception.Raise_Exception;
146: END IF;
147:

Line 253: Fnd_Message.Set_Name ('IGS', 'IGS_PS_UWPR_UWP_FK');

249: Open cur_rowid;
250: Fetch cur_rowid INTO lv_rowid;
251: IF (cur_rowid%FOUND) THEN
252: Close cur_rowid;
253: Fnd_Message.Set_Name ('IGS', 'IGS_PS_UWPR_UWP_FK');
254: IGS_GE_MSG_STACK.ADD;
255: App_Exception.Raise_Exception;
256: Return;
257: END IF;

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

305: -- Call all the procedures related to Before Insert.
306: Null;
307: IF Get_Pk_For_Validation(
308: new_references.unit_sec_waitlist_pref_id) THEN
309: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
310: IGS_GE_MSG_STACK.ADD;
311: App_Exception.Raise_Exception;
312: END IF;
313: Check_Uniqueness;

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

325: ELSIF (p_action = 'VALIDATE_INSERT') THEN
326: -- Call all the procedures related to Before Insert.
327: IF Get_PK_For_Validation (
328: new_references.unit_sec_waitlist_pref_id) THEN
329: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
330: IGS_GE_MSG_STACK.ADD;
331: App_Exception.Raise_Exception;
332: END IF;
333: Check_Uniqueness;

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

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

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

501: begin
502: open c1;
503: fetch c1 into tlinfo;
504: if (c1%notfound) then
505: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
506: IGS_GE_MSG_STACK.ADD;
507: close c1;
508: app_exception.raise_exception;
509: return;

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

517: AND (X_PREFERENCE_VERSION is null)))
518: ) then
519: null;
520: else
521: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
522: IGS_GE_MSG_STACK.ADD;
523: app_exception.raise_exception;
524: end if;
525: return;

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

561: if X_LAST_UPDATE_LOGIN is NULL then
562: X_LAST_UPDATE_LOGIN := -1;
563: end if;
564: else
565: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
566: IGS_GE_MSG_STACK.ADD;
567: app_exception.raise_exception;
568: end if;
569: Before_DML(