DBA Data[Home] [Help]

APPS.IGP_AC_ACCOUNTS_PKG dependencies on IGS_GE_MSG_STACK

Line 47: igs_ge_msg_stack.add;

43: FETCH cur_old_ref_values INTO old_references;
44: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
45: CLOSE cur_old_ref_values;
46: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
47: igs_ge_msg_stack.add;
48: app_exception.raise_exception;
49: RETURN;
50: END IF;
51: CLOSE cur_old_ref_values;

Line 174: igs_ge_msg_stack.add;

170: new_references.account_id
171: )
172: ) THEN
173: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
174: igs_ge_msg_stack.add;
175: app_exception.raise_exception;
176: END IF;
177: ELSIF (p_action = 'DELETE') THEN
178: -- Call all the procedures related to Before Delete.

Line 187: igs_ge_msg_stack.add;

183: new_references.account_id
184: )
185: ) THEN
186: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
187: igs_ge_msg_stack.add;
188: app_exception.raise_exception;
189: END IF;
190: ELSIF (p_action = 'VALIDATE_DELETE') THEN
191: check_child_existance;

Line 237: igs_ge_msg_stack.add;

233: END IF;
234: ELSE
235: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
236: fnd_message.set_token ('ROUTINE', 'IGP_AC_ACCOUNTS_PKG.INSERT_ROW');
237: igs_ge_msg_stack.add;
238: app_exception.raise_exception;
239: END IF;
240:
241: x_account_id := NULL;

Line 315: igs_ge_msg_stack.add;

311: OPEN c1;
312: FETCH c1 INTO tlinfo;
313: IF (c1%notfound) THEN
314: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
315: igs_ge_msg_stack.add;
316: CLOSE c1;
317: app_exception.raise_exception;
318: RETURN;
319: END IF;

Line 330: igs_ge_msg_stack.add;

326: ) THEN
327: NULL;
328: ELSE
329: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
330: igs_ge_msg_stack.add;
331: app_exception.raise_exception;
332: END IF;
333:
334: RETURN;

Line 378: igs_ge_msg_stack.add;

374: END IF;
375: ELSE
376: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
377: fnd_message.set_token ('ROUTINE', 'IGP_AC_ACCOUNTS_PKG.UPDATE_ROW');
378: igs_ge_msg_stack.add;
379: app_exception.raise_exception;
380: END IF;
381:
382: before_dml(