DBA Data[Home] [Help]

APPS.IGS_EN_SVS_AUTH_CAL_PKG dependencies on APP_EXCEPTION

Line 53: app_exception.raise_exception;

49: CLOSE cur_old_ref_values;
50:
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 98: app_exception.raise_exception;

94: new_references.sevis_auth_id
95: ) THEN
96: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
97: igs_ge_msg_stack.add;
98: app_exception.raise_exception;
99: END IF;
100:
101: IF (((old_references.cal_type = new_references.cal_type) AND
102: (old_references.ci_sequence_number = new_references.ci_sequence_number)) OR

Line 112: app_exception.raise_exception;

108: new_references.ci_sequence_number
109: ) THEN
110: fnd_message.set_name ('FND','FORM_RECORD_DELETED');
111: igs_ge_msg_stack.add;
112: app_exception.raise_exception;
113: END IF;
114:
115:
116:

Line 186: app_exception.raise_exception;

182: IF (cur_rowid%FOUND) THEN
183: CLOSE cur_rowid;
184: fnd_message.set_name ('IGS', 'IGS_EN_ESAC_ESA_FK');
185: igs_ge_msg_stack.add;
186: app_exception.raise_exception;
187: RETURN;
188: END IF;
189: CLOSE cur_rowid;
190:

Line 212: App_Exception.Raise_Exception;

208: IF (cur_rowid%FOUND) THEN
209: Fnd_Message.Set_Name ('IGS', 'IGS_EN_ESAC_CI_FK');
210: Igs_Ge_Msg_Stack.ADD;
211: CLOSE cur_rowid;
212: App_Exception.Raise_Exception;
213: RETURN;
214: END IF;
215: CLOSE cur_rowid;
216: END get_fk_igs_ca_inst;

Line 337: app_exception.raise_exception;

333: )
334: ) THEN
335: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
336: igs_ge_msg_stack.add;
337: app_exception.raise_exception;
338: END IF;
339: check_parent_existance;
340: ELSIF (p_action = 'UPDATE') THEN
341: -- Call all the procedures related to Before Update.

Line 353: app_exception.raise_exception;

349: )
350: ) THEN
351: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
352: igs_ge_msg_stack.add;
353: app_exception.raise_exception;
354: END IF;
355: END IF;
356:
357: IF (p_action = 'DELETE') THEN

Line 510: app_exception.raise_exception;

506: );
507: ELSE
508: fnd_message.set_name('IGS', 'IGS_EN_CANNOT_FIND_STEP');
509: igs_ge_msg_stack.add;
510: app_exception.raise_exception;
511: END IF;
512: ELSE
513: CLOSE c_step_exists;
514: END IF;

Line 562: app_exception.raise_exception;

558: ELSE
559: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
560: fnd_message.set_token ('ROUTINE', 'IGS_EN_SVS_AUTH_CAL_PKG.INSERT_ROW');
561: igs_ge_msg_stack.add;
562: app_exception.raise_exception;
563: END IF;
564:
565: before_dml(
566: p_action => 'INSERT',

Line 642: app_exception.raise_exception;

638: IF (c1%notfound) THEN
639: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
640: igs_ge_msg_stack.add;
641: CLOSE c1;
642: app_exception.raise_exception;
643: RETURN;
644: END IF;
645: CLOSE c1;
646: