DBA Data[Home] [Help]

APPS.IGS_FI_PP_INS_APPLS_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 102: app_exception.raise_exception;

98: new_references.installment_id
99: ) THEN
100: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
101: igs_ge_msg_stack.add;
102: app_exception.raise_exception;
103: END IF;
104:
105: IF (((old_references.credit_id = new_references.credit_id)) OR
106: ((new_references.credit_id IS NULL))) THEN

Line 113: app_exception.raise_exception;

109: new_references.credit_id
110: ) THEN
111: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
112: igs_ge_msg_stack.add;
113: app_exception.raise_exception;
114: END IF;
115:
116: IF (((old_references.credit_activity_id = new_references.credit_activity_id)) OR
117: ((new_references.credit_activity_id IS NULL))) THEN

Line 124: app_exception.raise_exception;

120: new_references.credit_activity_id
121: ) THEN
122: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
123: igs_ge_msg_stack.add;
124: app_exception.raise_exception;
125: END IF;
126:
127: END check_parent_existance;
128:

Line 192: app_exception.raise_exception;

188: IF (cur_rowid%FOUND) THEN
189: CLOSE cur_rowid;
190: fnd_message.set_name ('IGS', 'IGS_FI_PPIA_PPIN_FK');
191: igs_ge_msg_stack.add;
192: app_exception.raise_exception;
193: RETURN;
194: END IF;
195: CLOSE cur_rowid;
196:

Line 254: app_exception.raise_exception;

250: )
251: ) THEN
252: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
253: igs_ge_msg_stack.add;
254: app_exception.raise_exception;
255: END IF;
256: check_parent_existance;
257: ELSIF (p_action = 'UPDATE') THEN
258: -- Call all the procedures related to Before Update.

Line 268: app_exception.raise_exception;

264: )
265: ) THEN
266: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
267: igs_ge_msg_stack.add;
268: app_exception.raise_exception;
269: END IF;
270: END IF;
271:
272: END before_dml;

Line 336: app_exception.raise_exception;

332: ELSE
333: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
334: fnd_message.set_token ('ROUTINE', 'IGS_FI_PP_INS_APPLS_PKG.INSERT_ROW');
335: igs_ge_msg_stack.add;
336: app_exception.raise_exception;
337: END IF;
338:
339: x_installment_application_id := NULL;
340:

Line 443: app_exception.raise_exception;

439: IF (c1%notfound) THEN
440: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
441: igs_ge_msg_stack.add;
442: CLOSE c1;
443: app_exception.raise_exception;
444: RETURN;
445: END IF;
446: CLOSE c1;
447:

Line 461: app_exception.raise_exception;

457: NULL;
458: ELSE
459: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
460: igs_ge_msg_stack.add;
461: app_exception.raise_exception;
462: END IF;
463:
464: RETURN;
465:

Line 517: app_exception.raise_exception;

513: ELSE
514: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
515: fnd_message.set_token ('ROUTINE', 'IGS_FI_PP_INS_APPLS_PKG.UPDATE_ROW');
516: igs_ge_msg_stack.add;
517: app_exception.raise_exception;
518: END IF;
519:
520: before_dml(
521: p_action => 'UPDATE',