DBA Data[Home] [Help]

APPS.IGF_AP_FA_BASE_REC_PKG dependencies on APP_EXCEPTION

Line 162: app_exception.raise_exception;

158: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
159: CLOSE cur_old_ref_values;
160: FND_MESSAGE.SET_NAME ('FND', 'FORM_RECORD_DELETED');
161: IGS_GE_MSG_STACK.ADD;
162: app_exception.raise_exception;
163: RETURN;
164: END IF;
165: CLOSE cur_old_ref_values;
166:

Line 316: app_exception.raise_exception;

312: IF NOT igs_ca_inst_pkg.get_pk_for_validation ( new_references.ci_cal_type,
313: new_references.ci_sequence_number ) THEN
314: FND_MESSAGE.SET_NAME ('FND', 'FORM_RECORD_DELETED');
315: IGS_GE_MSG_STACK.ADD;
316: app_exception.raise_exception;
317: END IF;
318:
319: END check_parent_existance;
320:

Line 338: app_exception.raise_exception;

334: new_references.person_id,
335: new_references.ci_sequence_number ) ) THEN
336: FND_MESSAGE.SET_NAME ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
337: IGS_GE_MSG_STACK.ADD;
338: app_exception.raise_exception;
339: END IF;
340:
341: END check_uniqueness;
342:

Line 481: app_exception.raise_exception;

477: IF (cur_rowid%FOUND) THEN
478: CLOSE cur_rowid;
479: FND_MESSAGE.SET_NAME ('IGF', 'IGF_AP_FA_DETAIL_CI_FK');
480: IGS_GE_MSG_STACK.ADD;
481: app_exception.raise_exception;
482: RETURN;
483: END IF;
484: CLOSE cur_rowid;
485:

Line 757: app_exception.raise_exception;

753: -- Call all the procedures related to Before Insert.
754: IF ( get_pk_for_validation( new_references.base_id ) ) THEN
755: FND_MESSAGE.SET_NAME('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
756: IGS_GE_MSG_STACK.ADD;
757: app_exception.raise_exception;
758: END IF;
759: check_uniqueness;
760: check_parent_existance;
761:

Line 774: app_exception.raise_exception;

770: -- Call all the procedures related to Before Insert.
771: IF ( get_pk_for_validation ( new_references.base_id ) ) THEN
772: FND_MESSAGE.SET_NAME('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
773: IGS_GE_MSG_STACK.ADD;
774: app_exception.raise_exception;
775: END IF;
776: check_uniqueness;
777: check_parent_existance;
778: ELSIF (p_action = 'VALIDATE_UPDATE') THEN

Line 965: app_exception.raise_exception;

961: END IF;
962: ELSE
963: FND_MESSAGE.SET_NAME ('FND', 'SYSTEM-INVALID ARGS');
964: IGS_GE_MSG_STACK.ADD;
965: app_exception.raise_exception;
966: END IF;
967:
968:
969: SELECT igf_ap_fa_base_rec_s.NEXTVAL INTO x_base_id FROM dual;

Line 1607: app_exception.raise_exception;

1603: IF (c1%notfound) THEN
1604: FND_MESSAGE.SET_NAME('FND', 'FORM_RECORD_DELETED');
1605: IGS_GE_MSG_STACK.ADD;
1606: CLOSE c1;
1607: app_exception.raise_exception;
1608: RETURN;
1609: END IF;
1610: CLOSE c1;
1611:

Line 1737: app_exception.raise_exception;

1733: NULL;
1734: ELSE
1735: FND_MESSAGE.SET_NAME('FND', 'FORM_RECORD_CHANGED');
1736: IGS_GE_MSG_STACK.ADD;
1737: app_exception.raise_exception;
1738: END IF;
1739:
1740: RETURN;
1741:

Line 1903: app_exception.raise_exception;

1899: END IF;
1900: ELSE
1901: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
1902: IGS_GE_MSG_STACK.ADD;
1903: app_exception.raise_exception;
1904: END IF;
1905:
1906: before_dml(
1907: p_action => 'UPDATE',