DBA Data[Home] [Help]

APPS.IGS_UC_MAP_OUT_STAT_PKG dependencies on IGS_GE_MSG_STACK

Line 48: igs_ge_msg_stack.add;

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

Line 94: igs_ge_msg_stack.add;

90: new_references.adm_outcome_status
91: )
92: ) THEN
93: fnd_message.set_name ('IGS', 'IGS_UC_OUTSTAT');
94: igs_ge_msg_stack.add;
95: app_exception.raise_exception;
96: END IF;
97:
98: END check_uniqueness;

Line 123: igs_ge_msg_stack.add;

119: new_references.system_code,
120: new_references.decision_code
121: ) THEN
122: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
123: igs_ge_msg_stack.add;
124: app_exception.raise_exception;
125: END IF;
126:
127: IF (((old_references.adm_outcome_status = new_references.adm_outcome_status)) OR

Line 135: igs_ge_msg_stack.add;

131: new_references.adm_outcome_status ,
132: 'N'
133: ) THEN
134: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
135: igs_ge_msg_stack.add;
136: app_exception.raise_exception;
137: END IF;
138:
139: END check_parent_existance;

Line 247: igs_ge_msg_stack.add;

243: FETCH cur_rowid INTO lv_rowid;
244: IF (cur_rowid%FOUND) THEN
245: CLOSE cur_rowid;
246: fnd_message.set_name ('IGS', 'IGS_UC_UCSD_UMO_FK');
247: igs_ge_msg_stack.add;
248: app_exception.raise_exception;
249: RETURN;
250: END IF;
251: CLOSE cur_rowid;

Line 282: igs_ge_msg_stack.add;

278: FETCH cur_rowid INTO lv_rowid;
279: IF (cur_rowid%FOUND) THEN
280: CLOSE cur_rowid;
281: fnd_message.set_name ('IGS', 'IGS_AD_AOS_UMOU_FK');
282: igs_ge_msg_stack.add;
283: app_exception.raise_exception;
284: RETURN;
285: END IF;
286: CLOSE cur_rowid;

Line 342: igs_ge_msg_stack.add;

338: new_references.adm_outcome_status
339: )
340: ) THEN
341: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
342: igs_ge_msg_stack.add;
343: app_exception.raise_exception;
344: END IF;
345: check_parent_existance;
346: ELSIF (p_action = 'UPDATE') THEN

Line 358: igs_ge_msg_stack.add;

354: new_references.adm_outcome_status
355: )
356: ) THEN
357: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
358: igs_ge_msg_stack.add;
359: app_exception.raise_exception;
360: END IF;
361: END IF;
362:

Line 423: igs_ge_msg_stack.add;

419: x_last_update_login := -1;
420: END IF;
421: ELSE
422: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
423: igs_ge_msg_stack.add;
424: app_exception.raise_exception;
425: END IF;
426:
427: before_dml(

Line 507: igs_ge_msg_stack.add;

503: OPEN c1;
504: FETCH c1 INTO tlinfo;
505: IF (c1%notfound) THEN
506: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
507: igs_ge_msg_stack.add;
508: CLOSE c1;
509: app_exception.raise_exception;
510: RETURN;
511: END IF;

Line 518: igs_ge_msg_stack.add;

514: IF ( (tlinfo.default_ind = x_default_ind) AND (tlinfo.closed_ind = x_closed_ind) ) THEN
515: NULL;
516: ELSE
517: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
518: igs_ge_msg_stack.add;
519: app_exception.raise_exception;
520: END IF;
521:
522: RETURN;

Line 566: igs_ge_msg_stack.add;

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:
570: before_dml(