DBA Data[Home] [Help]

APPS.IGS_PE_ATHLETIC_PRG_PKG dependencies on APP_EXCEPTION

Line 53: app_exception.raise_exception;

49: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
50: CLOSE cur_old_ref_values;
51: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
52: igs_ge_msg_stack.add;
53: app_exception.raise_exception;
54: RETURN;
55: END IF;
56: CLOSE cur_old_ref_values;
57:

Line 104: app_exception.raise_exception;

100: )
101: ) THEN
102: fnd_message.set_name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
103: igs_ge_msg_stack.add;
104: app_exception.raise_exception;
105: END IF;
106:
107: END check_uniqueness;
108:

Line 133: app_exception.raise_exception;

129: new_references.athletic_prg_code
130: ) THEN
131: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
132: igs_ge_msg_stack.add;
133: app_exception.raise_exception;
134: END IF;
135:
136: IF (((old_references.person_id = new_references.person_id)) OR
137: ((new_references.person_id IS NULL))) THEN

Line 144: app_exception.raise_exception;

140: new_references.person_id
141: ) THEN
142: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
143: igs_ge_msg_stack.add;
144: app_exception.raise_exception;
145: END IF;
146:
147: END check_parent_existance;
148:

Line 251: app_exception.raise_exception;

247: IF (cur_rowid%FOUND) THEN
248: CLOSE cur_rowid;
249: fnd_message.set_name ('IGS', 'IGS_PE_PAP_ADCC_FK');
250: igs_ge_msg_stack.add;
251: app_exception.raise_exception;
252: RETURN;
253: END IF;
254: CLOSE cur_rowid;
255:

Line 286: app_exception.raise_exception;

282: IF (cur_rowid%FOUND) THEN
283: CLOSE cur_rowid;
284: fnd_message.set_name ('IGS', 'IGS_PE_PAP_HZ_FK');
285: igs_ge_msg_stack.add;
286: app_exception.raise_exception;
287: RETURN;
288: END IF;
289: CLOSE cur_rowid;
290:

Line 351: app_exception.raise_exception;

347: )
348: ) THEN
349: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
350: igs_ge_msg_stack.add;
351: app_exception.raise_exception;
352: END IF;
353: check_uniqueness;
354: check_parent_existance;
355: ELSIF (p_action = 'UPDATE') THEN

Line 367: app_exception.raise_exception;

363: )
364: ) THEN
365: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
366: igs_ge_msg_stack.add;
367: app_exception.raise_exception;
368: END IF;
369: check_uniqueness;
370: ELSIF (p_action = 'VALIDATE_UPDATE') THEN
371: check_uniqueness;

Line 426: app_exception.raise_exception;

422: END IF;
423: ELSE
424: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
425: igs_ge_msg_stack.add;
426: app_exception.raise_exception;
427: END IF;
428:
429: SELECT igs_pe_athletic_prg_s.NEXTVAL
430: INTO x_athletic_prg_id

Line 507: app_exception.raise_exception;

503: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_EXCEPTION');
504: fnd_message.set_token ('ERR_CD', SQLCODE);
505: igs_ge_msg_stack.add;
506: igs_sc_gen_001.unset_ctx('R');
507: app_exception.raise_exception;
508: ELSE
509: igs_sc_gen_001.unset_ctx('R');
510: RAISE;
511: END IF;

Line 560: app_exception.raise_exception;

556: IF (c1%notfound) THEN
557: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
558: igs_ge_msg_stack.add;
559: CLOSE c1;
560: app_exception.raise_exception;
561: RETURN;
562: END IF;
563: CLOSE c1;
564:

Line 579: app_exception.raise_exception;

575: NULL;
576: ELSE
577: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
578: igs_ge_msg_stack.add;
579: app_exception.raise_exception;
580: END IF;
581:
582: RETURN;
583:

Line 631: app_exception.raise_exception;

627: END IF;
628: ELSE
629: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
630: igs_ge_msg_stack.add;
631: app_exception.raise_exception;
632: END IF;
633:
634: before_dml(
635: p_action => 'UPDATE',

Line 675: app_exception.raise_exception;

671: IF (SQL%NOTFOUND) THEN
672: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_UPD_DEL_EXCEP');
673: igs_ge_msg_stack.add;
674: igs_sc_gen_001.unset_ctx('R');
675: app_exception.raise_exception;
676: END IF;
677: IF (x_mode = 'S') THEN
678: igs_sc_gen_001.unset_ctx('R');
679: END IF;

Line 690: app_exception.raise_exception;

686: fnd_message.set_name ('IGS', 'IGS_SC_UPD_POLICY_EXCP');
687: fnd_message.set_token ('ERR_CD', SQLCODE);
688: igs_ge_msg_stack.add;
689: igs_sc_gen_001.unset_ctx('R');
690: app_exception.raise_exception;
691: ELSE
692: igs_sc_gen_001.unset_ctx('R');
693: RAISE;
694: END IF;

Line 796: app_exception.raise_exception;

792: IF (SQL%NOTFOUND) THEN
793: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_UPD_DEL_EXCEP');
794: igs_ge_msg_stack.add;
795: igs_sc_gen_001.unset_ctx('R');
796: app_exception.raise_exception;
797: END IF;
798: IF (x_mode = 'S') THEN
799: igs_sc_gen_001.unset_ctx('R');
800: END IF;