DBA Data[Home] [Help]

APPS.IGS_AS_ANON_METHOD_PKG dependencies on IGS_GE_MSG_STACK

Line 46: igs_ge_msg_stack.add;

42: FETCH cur_old_ref_values INTO old_references;
43: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
44: CLOSE cur_old_ref_values;
45: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
46: igs_ge_msg_stack.add;
47: app_exception.raise_exception;
48: RETURN;
49: END IF;
50: CLOSE cur_old_ref_values;

Line 91: igs_ge_msg_stack.add;

87: ELSIF NOT igs_as_assessmnt_typ_pkg.get_pk_for_validation (
88: new_references.assessment_type
89: ) THEN
90: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
91: igs_ge_msg_stack.add;
92: app_exception.raise_exception;
93: END IF;
94:
95: IF (((old_references.load_cal_type = new_references.load_cal_type)) OR

Line 102: igs_ge_msg_stack.add;

98: ELSIF NOT igs_ca_type_pkg.get_pk_for_validation (
99: new_references.load_cal_type
100: ) THEN
101: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
102: igs_ge_msg_stack.add;
103: app_exception.raise_exception;
104: END IF;
105:
106: END check_parent_existance;

Line 170: igs_ge_msg_stack.add;

166: FETCH cur_rowid INTO lv_rowid;
167: IF (cur_rowid%FOUND) THEN
168: CLOSE cur_rowid;
169: fnd_message.set_name ('IGS', 'IGS_AS_ANON_ATYP_FK');
170: igs_ge_msg_stack.add;
171: app_exception.raise_exception;
172: RETURN;
173: END IF;
174: CLOSE cur_rowid;

Line 205: igs_ge_msg_stack.add;

201: FETCH cur_rowid INTO lv_rowid;
202: IF (cur_rowid%FOUND) THEN
203: CLOSE cur_rowid;
204: fnd_message.set_name ('IGS', 'IGS_AS_ANON_CAT_FK');
205: igs_ge_msg_stack.add;
206: app_exception.raise_exception;
207: RETURN;
208: END IF;
209: CLOSE cur_rowid;

Line 258: igs_ge_msg_stack.add;

254: new_references.load_cal_type
255: )
256: ) THEN
257: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
258: igs_ge_msg_stack.add;
259: app_exception.raise_exception;
260: END IF;
261: check_parent_existance;
262: ELSIF (p_action = 'UPDATE') THEN

Line 272: igs_ge_msg_stack.add;

268: new_references.load_cal_type
269: )
270: ) THEN
271: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
272: igs_ge_msg_stack.add;
273: app_exception.raise_exception;
274: END IF;
275: END IF;
276:

Line 322: igs_ge_msg_stack.add;

318: x_last_update_login := -1;
319: END IF;
320: ELSE
321: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
322: igs_ge_msg_stack.add;
323: app_exception.raise_exception;
324: END IF;
325:
326: before_dml(

Line 401: igs_ge_msg_stack.add;

397: OPEN c1;
398: FETCH c1 INTO tlinfo;
399: IF (c1%notfound) THEN
400: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
401: igs_ge_msg_stack.add;
402: CLOSE c1;
403: app_exception.raise_exception;
404: RETURN;
405: END IF;

Line 415: igs_ge_msg_stack.add;

411: ) THEN
412: NULL;
413: ELSE
414: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
415: igs_ge_msg_stack.add;
416: app_exception.raise_exception;
417: END IF;
418:
419: RETURN;

Line 461: igs_ge_msg_stack.add;

457: x_last_update_login := -1;
458: END IF;
459: ELSE
460: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
461: igs_ge_msg_stack.add;
462: app_exception.raise_exception;
463: END IF;
464:
465: before_dml(