DBA Data[Home] [Help]

APPS.IGS_PE_ACAD_INTENTS_PKG dependencies on IGS_GE_MSG_STACK

Line 49: igs_ge_msg_stack.add;

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

Line 182: IGS_GE_MSG_STACK.ADD;

178: ELSE
179: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
180: new_references.person_id ) THEN
181: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
182: IGS_GE_MSG_STACK.ADD;
183: App_Exception.Raise_Exception;
184: END IF;
185: END IF;
186: END Check_Parent_Existance;

Line 272: igs_ge_msg_stack.add;

268: new_references.acad_intent_id
269: )
270: ) THEN
271: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
272: igs_ge_msg_stack.add;
273: app_exception.raise_exception;
274: END IF;
275:
276: Check_Parent_Existance; -- if procedure present

Line 284: igs_ge_msg_stack.add;

280: new_references.acad_intent_id
281: )
282: ) THEN
283: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
284: igs_ge_msg_stack.add;
285: app_exception.raise_exception;
286: END IF;
287: END IF;
288:

Line 355: igs_ge_msg_stack.add;

351: END IF;
352: ELSE
353: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
354: fnd_message.set_token ('ROUTINE', 'igs_pe_acad_intents_PKG.INSERT_ROW');
355: igs_ge_msg_stack.add;
356: app_exception.raise_exception;
357: END IF;
358:
359: x_acad_intent_id := NULL;

Line 423: igs_ge_msg_stack.add;

419: WHEN OTHERS THEN
420: IF (SQLCODE IN (-28115, -28113, -28111)) THEN
421: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_EXCEPTION');
422: fnd_message.set_token ('ERR_CD', SQLCODE);
423: igs_ge_msg_stack.add;
424: igs_sc_gen_001.unset_ctx('R');
425: app_exception.raise_exception;
426: ELSE
427: igs_sc_gen_001.unset_ctx('R');

Line 470: igs_ge_msg_stack.add;

466: OPEN c1;
467: FETCH c1 INTO tlinfo;
468: IF (c1%notfound) THEN
469: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
470: igs_ge_msg_stack.add;
471: CLOSE c1;
472: app_exception.raise_exception;
473: RETURN;
474: END IF;

Line 487: igs_ge_msg_stack.add;

483: ) THEN
484: NULL;
485: ELSE
486: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
487: igs_ge_msg_stack.add;
488: app_exception.raise_exception;
489: END IF;
490:
491: RETURN;

Line 537: igs_ge_msg_stack.add;

533: END IF;
534: ELSE
535: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
536: fnd_message.set_token ('ROUTINE', 'igs_pe_acad_intents_PKG.UPDATE_ROW');
537: igs_ge_msg_stack.add;
538: app_exception.raise_exception;
539: END IF;
540:
541: before_dml(

Line 575: igs_ge_msg_stack.add;

571: WHERE rowid = x_rowid;
572:
573: if (sql%notfound) then
574: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_UPD_DEL_EXCEP');
575: igs_ge_msg_stack.add;
576: igs_sc_gen_001.unset_ctx('R');
577: app_exception.raise_exception;
578: end if;
579: IF (x_mode = 'S') THEN

Line 593: igs_ge_msg_stack.add;

589: WHEN OTHERS THEN
590: IF (SQLCODE = (-28115)) THEN
591: fnd_message.set_name ('IGS', 'IGS_SC_UPD_POLICY_EXCP');
592: fnd_message.set_token ('ERR_CD', SQLCODE);
593: igs_ge_msg_stack.add;
594: igs_sc_gen_001.unset_ctx('R');
595: app_exception.raise_exception;
596: ELSE
597: igs_sc_gen_001.unset_ctx('R');

Line 690: igs_ge_msg_stack.add;

686: WHERE rowid = x_rowid;
687:
688: if (sql%notfound) then
689: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_UPD_DEL_EXCEP');
690: igs_ge_msg_stack.add;
691: igs_sc_gen_001.unset_ctx('R');
692: app_exception.raise_exception;
693: end if;
694: IF (x_mode = 'S') THEN