DBA Data[Home] [Help]

APPS.IGS_FI_ANC_RT_SGMNTS_PKG dependencies on IGS_GE_MSG_STACK

Line 51: igs_ge_msg_stack.add;

47: FETCH cur_old_ref_values INTO old_references;
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;

Line 101: IGS_GE_MSG_STACK.ADD;

97: Close cur_cnt;
98:
99: IF (l_record_count = 15) THEN
100: Fnd_Message.Set_Name('IGS','IGS_FI_MAX_15_SEGMENTS');
101: IGS_GE_MSG_STACK.ADD;
102: App_Exception.Raise_Exception;
103: Return;
104: ELSE
105: new_references.ancillary_attributes := 'ANCILLARY_ATTRIBUTE'||To_Char(l_record_count +1);

Line 136: igs_ge_msg_stack.add;

132: new_references.fee_cal_type,
133: new_references.fee_ci_sequence_number
134: ) THEN
135: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
136: igs_ge_msg_stack.add;
137: app_exception.raise_exception;
138: END IF;
139:
140: END check_parent_existance;

Line 233: igs_ge_msg_stack.add;

229: new_references.anc_rate_segment_id
230: )
231: ) THEN
232: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
233: igs_ge_msg_stack.add;
234: app_exception.raise_exception;
235: END IF;
236: check_parent_existance;
237: ELSIF (p_action = 'UPDATE') THEN

Line 247: igs_ge_msg_stack.add;

243: new_references.anc_rate_segment_id
244: )
245: ) THEN
246: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
247: igs_ge_msg_stack.add;
248: app_exception.raise_exception;
249: END IF;
250: END IF;
251:

Line 303: igs_ge_msg_stack.add;

299: x_last_update_login := -1;
300: END IF;
301: ELSE
302: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
303: igs_ge_msg_stack.add;
304: app_exception.raise_exception;
305: END IF;
306:
307: SELECT IGS_FI_ANC_RT_SGMNTS_S.NEXTVAL INTO x_anc_rate_segment_id FROM DUAL;

Line 409: igs_ge_msg_stack.add;

405: OPEN c1;
406: FETCH c1 INTO tlinfo;
407: IF (c1%notfound) THEN
408: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
409: igs_ge_msg_stack.add;
410: CLOSE c1;
411: app_exception.raise_exception;
412: RETURN;
413: END IF;

Line 426: igs_ge_msg_stack.add;

422: ) THEN
423: NULL;
424: ELSE
425: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
426: igs_ge_msg_stack.add;
427: app_exception.raise_exception;
428: END IF;
429:
430: l_rowid := NULL;

Line 477: igs_ge_msg_stack.add;

473: x_last_update_login := -1;
474: END IF;
475: ELSE
476: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
477: igs_ge_msg_stack.add;
478: app_exception.raise_exception;
479: END IF;
480:
481: before_dml(