DBA Data[Home] [Help]

APPS.IGS_PE_EV_FORM_PKG dependencies on APP_EXCEPTION

Line 85: app_exception.raise_exception;

81: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
82: CLOSE cur_old_ref_values;
83: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
84: igs_ge_msg_stack.add;
85: app_exception.raise_exception;
86: RETURN;
87: END IF;
88: CLOSE cur_old_ref_values;
89:

Line 273: App_Exception.Raise_Exception;

269: new_references.person_id
270: ) THEN
271: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
272: IGS_GE_MSG_STACK.ADD;
273: App_Exception.Raise_Exception;
274: END IF;
275:
276:
277: END Check_Parent_Existance;

Line 435: app_exception.raise_exception;

431: )
432: ) THEN
433: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
434: igs_ge_msg_stack.add;
435: app_exception.raise_exception;
436: END IF;
437: check_parent_existance;
438: ELSIF (p_action = 'UPDATE') THEN
439: -- Call all the procedures related to Before Update.

Line 452: app_exception.raise_exception;

448: )
449: ) THEN
450: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
451: igs_ge_msg_stack.add;
452: app_exception.raise_exception;
453: END IF;
454: ELSIF (p_action = 'VALIDATE_DELETE') THEN
455: check_child_existance;
456: END IF;

Line 538: app_exception.raise_exception;

534: END IF;
535: ELSE
536: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
537: igs_ge_msg_stack.add;
538: app_exception.raise_exception;
539: END IF;
540:
541: before_dml(
542: p_action => 'INSERT',

Line 705: app_exception.raise_exception;

701: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_EXCEPTION');
702: fnd_message.set_token ('ERR_CD', SQLCODE);
703: igs_ge_msg_stack.add;
704: igs_sc_gen_001.unset_ctx('R');
705: app_exception.raise_exception;
706: ELSE
707: igs_sc_gen_001.unset_ctx('R');
708: RAISE;
709: END IF;

Line 822: app_exception.raise_exception;

818: IF (c1%notfound) THEN
819: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
820: igs_ge_msg_stack.add;
821: CLOSE c1;
822: app_exception.raise_exception;
823: RETURN;
824: END IF;
825: CLOSE c1;
826:

Line 873: app_exception.raise_exception;

869: NULL;
870: ELSE
871: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
872: igs_ge_msg_stack.add;
873: app_exception.raise_exception;
874: END IF;
875:
876: RETURN;
877:

Line 957: app_exception.raise_exception;

953: END IF;
954: ELSE
955: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
956: igs_ge_msg_stack.add;
957: app_exception.raise_exception;
958: END IF;
959:
960: before_dml(
961: p_action => 'UPDATE',

Line 1065: app_exception.raise_exception;

1061: IF (SQL%NOTFOUND) THEN
1062: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_UPD_DEL_EXCEP');
1063: igs_ge_msg_stack.add;
1064: igs_sc_gen_001.unset_ctx('R');
1065: app_exception.raise_exception;
1066: END IF;
1067: IF (x_mode = 'S') THEN
1068: igs_sc_gen_001.unset_ctx('R');
1069: END IF;

Line 1082: app_exception.raise_exception;

1078: fnd_message.set_name ('IGS', 'IGS_SC_UPD_POLICY_EXCP');
1079: fnd_message.set_token ('ERR_CD', SQLCODE);
1080: igs_ge_msg_stack.add;
1081: igs_sc_gen_001.unset_ctx('R');
1082: app_exception.raise_exception;
1083: ELSE
1084: igs_sc_gen_001.unset_ctx('R');
1085: RAISE;
1086: END IF;

Line 1284: app_exception.raise_exception;

1280: IF (SQL%NOTFOUND) THEN
1281: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_UPD_DEL_EXCEP');
1282: igs_ge_msg_stack.add;
1283: igs_sc_gen_001.unset_ctx('R');
1284: app_exception.raise_exception;
1285: END IF;
1286: IF (x_mode = 'S') THEN
1287: igs_sc_gen_001.unset_ctx('R');
1288: END IF;