DBA Data[Home] [Help]

APPS.IGS_EN_ORUN_WLST_PRF_PKG dependencies on IGS_GE_MSG_STACK

Line 49: IGS_GE_MSG_STACK.ADD;

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;
53: Close cur_old_ref_values;

Line 117: IGS_GE_MSG_STACK.ADD;

113: ELSIF NOT Igs_En_Orun_Wlst_Pri_Pkg.Get_PK_For_Validation (
114: new_references.org_unit_wlst_pri_id
115: ) 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:
121: END Check_Parent_Existance;

Line 188: IGS_GE_MSG_STACK.ADD;

184: Fetch cur_rowid INTO lv_rowid;
185: IF (cur_rowid%FOUND) THEN
186: Close cur_rowid;
187: Fnd_Message.Set_Name ('IGS', 'IGS_EN_OUWPR_OUWP_FK');
188: IGS_GE_MSG_STACK.ADD;
189: App_Exception.Raise_Exception;
190: Return;
191: END IF;
192: Close cur_rowid;

Line 216: igs_ge_msg_stack.add;

212: new_references.preference_version
213: )
214: ) THEN
215: fnd_message.set_name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
216: igs_ge_msg_stack.add;
217: app_exception.raise_exception;
218: END IF;
219:
220: END check_uniqueness;

Line 313: IGS_GE_MSG_STACK.ADD;

309: -- Call all the procedures related to Before Insert.
310: IF Get_Pk_For_Validation(
311: new_references.org_unit_wlst_prf_id) THEN
312: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
313: IGS_GE_MSG_STACK.ADD;
314: App_Exception.Raise_Exception;
315: END IF;
316: Check_uniqueness;
317: Check_Constraints;

Line 332: IGS_GE_MSG_STACK.ADD;

328: -- Call all the procedures related to Before Insert.
329: IF Get_PK_For_Validation (
330: new_references.org_unit_wlst_prf_id) THEN
331: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
332: IGS_GE_MSG_STACK.ADD;
333: App_Exception.Raise_Exception;
334: END IF;
335: Check_uniqueness;
336: Check_Constraints;

Line 419: IGS_GE_MSG_STACK.ADD;

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_EN_OR_UNIT_WLST_PRF_S.NEXTVAL
423: INTO x_org_unit_wlst_prf_id

Line 504: IGS_GE_MSG_STACK.ADD;

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;
508: end if;

Line 520: IGS_GE_MSG_STACK.ADD;

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;
524: end LOCK_ROW;

Line 564: IGS_GE_MSG_STACK.ADD;

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(
568: p_action=>'UPDATE',