DBA Data[Home] [Help]

APPS.IGS_FI_1098T_DTLS_PKG dependencies on APP_EXCEPTION

Line 49: app_exception.raise_exception;

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;
53:

Line 96: app_exception.raise_exception;

92: new_references.stu_1098t_id
93: ) THEN
94: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
95: igs_ge_msg_stack.add;
96: app_exception.raise_exception;
97: END IF;
98:
99: END check_parent_existance;
100:

Line 195: app_exception.raise_exception;

191: )
192: ) THEN
193: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
194: igs_ge_msg_stack.add;
195: app_exception.raise_exception;
196: END IF;
197: check_parent_existance;
198: ELSIF (p_action = 'UPDATE') THEN
199: -- Call all the procedures related to Before Update.

Line 212: app_exception.raise_exception;

208: )
209: ) THEN
210: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
211: igs_ge_msg_stack.add;
212: app_exception.raise_exception;
213: END IF;
214: END IF;
215:
216: END before_dml;

Line 276: app_exception.raise_exception;

272: ELSE
273: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
274: fnd_message.set_token ('ROUTINE', 'IGS_FI_1098T_DTLS_PKG.INSERT_ROW');
275: igs_ge_msg_stack.add;
276: app_exception.raise_exception;
277: END IF;
278:
279: before_dml(
280: p_action => 'INSERT',

Line 380: app_exception.raise_exception;

376: ELSE
377: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
378: fnd_message.set_token ('ROUTINE', 'IGS_FI_1098T_DTLS_PKG.UPDATE_ROW');
379: igs_ge_msg_stack.add;
380: app_exception.raise_exception;
381: END IF;
382:
383: OPEN cur_1098t_dtls;
384: FETCH cur_1098t_dtls INTO l_n_object_version_number;