DBA Data[Home] [Help]

APPS.IGS_PE_ATHLETIC_DTL_PKG dependencies on APP_EXCEPTION

Line 52: app_exception.raise_exception;

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

Line 100: app_exception.raise_exception;

96: )
97: ) THEN
98: fnd_message.set_name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
99: igs_ge_msg_stack.add;
100: app_exception.raise_exception;
101: END IF;
102:
103: END check_uniqueness;
104:

Line 129: app_exception.raise_exception;

125: new_references.eligibility_status_cd
126: ) THEN
127: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
128: igs_ge_msg_stack.add;
129: app_exception.raise_exception;
130:
131: END IF;
132:
133: IF (((old_references.person_id = new_references.person_id)) OR

Line 141: app_exception.raise_exception;

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

Line 244: app_exception.raise_exception;

240: IF (cur_rowid%FOUND) THEN
241: CLOSE cur_rowid;
242: fnd_message.set_name ('IGS', 'IGS_PE_PAD_ADCC_FK');
243: igs_ge_msg_stack.add;
244: app_exception.raise_exception;
245: RETURN;
246: END IF;
247: CLOSE cur_rowid;
248:

Line 279: app_exception.raise_exception;

275: IF (cur_rowid%FOUND) THEN
276: CLOSE cur_rowid;
277: fnd_message.set_name ('IGS', 'IGS_PE_PAD_HZ_FK');
278: igs_ge_msg_stack.add;
279: app_exception.raise_exception;
280: RETURN;
281: END IF;
282: CLOSE cur_rowid;
283:

Line 342: app_exception.raise_exception;

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

Line 358: app_exception.raise_exception;

354: )
355: ) THEN
356: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
357: igs_ge_msg_stack.add;
358: app_exception.raise_exception;
359: END IF;
360: check_uniqueness;
361: ELSIF (p_action = 'VALIDATE_UPDATE') THEN
362: check_uniqueness;

Line 416: app_exception.raise_exception;

412: END IF;
413: ELSE
414: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
415: igs_ge_msg_stack.add;
416: app_exception.raise_exception;
417: END IF;
418:
419: SELECT igs_pe_athletic_dtl_s.NEXTVAL
420: INTO x_athletic_details_id

Line 494: app_exception.raise_exception;

490: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_EXCEPTION');
491: fnd_message.set_token ('ERR_CD', SQLCODE);
492: igs_ge_msg_stack.add;
493: igs_sc_gen_001.unset_ctx('R');
494: app_exception.raise_exception;
495: ELSE
496: igs_sc_gen_001.unset_ctx('R');
497: RAISE;
498: END IF;

Line 545: app_exception.raise_exception;

541: IF (c1%notfound) THEN
542: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
543: igs_ge_msg_stack.add;
544: CLOSE c1;
545: app_exception.raise_exception;
546: RETURN;
547: END IF;
548: CLOSE c1;
549:

Line 563: app_exception.raise_exception;

559: NULL;
560: ELSE
561: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
562: igs_ge_msg_stack.add;
563: app_exception.raise_exception;
564: END IF;
565:
566: RETURN;
567:

Line 614: app_exception.raise_exception;

610: END IF;
611: ELSE
612: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
613: igs_ge_msg_stack.add;
614: app_exception.raise_exception;
615: END IF;
616:
617: before_dml(
618: p_action => 'UPDATE',

Line 656: app_exception.raise_exception;

652: IF (SQL%NOTFOUND) THEN
653: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_UPD_DEL_EXCEP');
654: igs_ge_msg_stack.add;
655: igs_sc_gen_001.unset_ctx('R');
656: app_exception.raise_exception;
657: END IF;
658: IF (x_mode = 'S') THEN
659: igs_sc_gen_001.unset_ctx('R');
660: END IF;

Line 671: app_exception.raise_exception;

667: fnd_message.set_name ('IGS', 'IGS_SC_UPD_POLICY_EXCP');
668: fnd_message.set_token ('ERR_CD', SQLCODE);
669: igs_ge_msg_stack.add;
670: igs_sc_gen_001.unset_ctx('R');
671: app_exception.raise_exception;
672: ELSE
673: igs_sc_gen_001.unset_ctx('R');
674: RAISE;
675: END IF;

Line 774: app_exception.raise_exception;

770: IF (SQL%NOTFOUND) THEN
771: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_UPD_DEL_EXCEP');
772: igs_ge_msg_stack.add;
773: igs_sc_gen_001.unset_ctx('R');
774: app_exception.raise_exception;
775: END IF;
776: IF (x_mode = 'S') THEN
777: igs_sc_gen_001.unset_ctx('R');
778: END IF;