DBA Data[Home] [Help]

APPS.IGS_PS_UOFR_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_ofr_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_Uofr_Wlst_Pri_Pkg.Get_PK_For_Validation (
141: new_references.unit_ofr_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 254: Fnd_Message.Set_Name ('IGS', 'IGS_PS_USPF_USPR_FK');

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

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

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

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

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

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

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

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

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

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

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

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

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