DBA Data[Home] [Help]

APPS.IGS_PE_ACAD_INTENTS_PKG dependencies on APP_EXCEPTION

Line 50: app_exception.raise_exception;

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

Line 183: App_Exception.Raise_Exception;

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

Line 273: app_exception.raise_exception;

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
277: ELSIF (p_action = 'VALIDATE_INSERT') THEN

Line 285: app_exception.raise_exception;

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:
289: END before_dml;

Line 356: app_exception.raise_exception;

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

Line 425: app_exception.raise_exception;

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');
428: RAISE;
429: END IF;

Line 472: app_exception.raise_exception;

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;
475: CLOSE c1;
476:

Line 488: app_exception.raise_exception;

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

Line 538: app_exception.raise_exception;

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(
542: p_action => 'UPDATE',

Line 577: app_exception.raise_exception;

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
580: igs_sc_gen_001.unset_ctx('R');
581: END IF;

Line 595: app_exception.raise_exception;

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');
598: RAISE;
599: END IF;

Line 692: app_exception.raise_exception;

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
695: igs_sc_gen_001.unset_ctx('R');
696: END IF;