DBA Data[Home] [Help]

APPS.IGS_AS_EXMVNU_SESAVL_PKG dependencies on APP_EXCEPTION

Line 44: APP_EXCEPTION.RAISE_EXCEPTION;

40: IF (cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT','VALIDATE_INSERT')) THEN
41: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
42: IGS_GE_MSG_STACK.ADD;
43: Close cur_old_ref_values;
44: APP_EXCEPTION.RAISE_EXCEPTION;
45:
46: Return;
47: END IF;
48: Close cur_old_ref_values;

Line 105: APP_EXCEPTION.RAISE_EXCEPTION;

101: new_references.venue_cd,
102: v_message_name) = FALSE THEN
103: FND_MESSAGE.SET_NAME('IGS',v_message_name);
104: IGS_GE_MSG_STACK.ADD;
105: APP_EXCEPTION.RAISE_EXCEPTION;
106: END IF;
107: --
108: -- Cannot create against INACTIVE calendar instance
109: IF IGS_AS_VAL_EVSA.assp_val_ci_status (

Line 115: APP_EXCEPTION.RAISE_EXCEPTION;

111: new_references.exam_ci_sequence_number,
112: v_message_name) = FALSE THEN
113: FND_MESSAGE.SET_NAME('IGS',v_message_name);
114: IGS_GE_MSG_STACK.ADD;
115: APP_EXCEPTION.RAISE_EXCEPTION;
116: END IF;
117: END IF;
118:
119:

Line 133: APP_EXCEPTION.RAISE_EXCEPTION;

129: ELSIF NOT IGS_AS_EXAM_SESSION_PKG.Get_UK_For_Validation (
130: new_references.ese_id ) THEN
131: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
132: IGS_GE_MSG_STACK.ADD;
133: APP_EXCEPTION.RAISE_EXCEPTION;
134: END IF;
135:
136:
137:

Line 160: APP_EXCEPTION.RAISE_EXCEPTION;

156: new_references.start_time,
157: new_references.end_time )THEN
158: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
159: IGS_GE_MSG_STACK.ADD;
160: APP_EXCEPTION.RAISE_EXCEPTION;
161: END IF;
162:
163:
164: IF (((old_references.venue_cd = new_references.venue_cd)) OR

Line 171: APP_EXCEPTION.RAISE_EXCEPTION;

167: ELSIF NOT IGS_GR_VENUE_PKG.Get_PK_For_Validation (
168: new_references.venue_cd ) THEN
169: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
170: IGS_GE_MSG_STACK.ADD;
171: APP_EXCEPTION.RAISE_EXCEPTION;
172: END IF;
173:
174:
175: END Check_Parent_Existance;

Line 233: APP_EXCEPTION.RAISE_EXCEPTION;

229: IF (cur_rowid%FOUND) THEN
230: Fnd_Message.Set_Name ('IGS', 'IGS_AS_EVSA_ESE_UFK');
231: IGS_GE_MSG_STACK.ADD;
232: Close cur_rowid;
233: APP_EXCEPTION.RAISE_EXCEPTION;
234:
235: Return;
236: END IF;
237: Close cur_rowid;

Line 270: APP_EXCEPTION.RAISE_EXCEPTION;

266: IF (cur_rowid%FOUND) THEN
267: Fnd_Message.Set_Name ('IGS', 'IGS_AS_EVSA_ESE_UFK');
268: IGS_GE_MSG_STACK.ADD;
269: Close cur_rowid;
270: APP_EXCEPTION.RAISE_EXCEPTION;
271:
272: Return;
273: END IF;
274: Close cur_rowid;

Line 297: APP_EXCEPTION.RAISE_EXCEPTION;

293: IF (cur_rowid%FOUND) THEN
294: Fnd_Message.Set_Name ('IGS', 'IGS_AS_EVSA_VE_FK');
295: IGS_GE_MSG_STACK.ADD;
296: Close cur_rowid;
297: APP_EXCEPTION.RAISE_EXCEPTION;
298:
299: Return;
300: END IF;
301: Close cur_rowid;

Line 359: APP_EXCEPTION.RAISE_EXCEPTION;

355: NEW_REFERENCES.start_time ,
356: NEW_REFERENCES.end_time ) THEN
357: Fnd_Message.Set_Name ('IGS', 'IGS_GE_MULTI_ORG_DUP_REC');
358: IGS_GE_MSG_STACK.ADD;
359: APP_EXCEPTION.RAISE_EXCEPTION;
360: END IF;
361:
362: Check_Constraints;
363:

Line 382: APP_EXCEPTION.RAISE_EXCEPTION;

378: NEW_REFERENCES.start_time ,
379: NEW_REFERENCES.end_time) THEN
380: Fnd_Message.Set_Name ('IGS', 'IGS_GE_MULTI_ORG_DUP_REC');
381: IGS_GE_MSG_STACK.ADD;
382: APP_EXCEPTION.RAISE_EXCEPTION;
383: END IF;
384:
385: Check_Constraints;
386: ELSIF (p_action = 'VALIDATE_UPDATE') THEN

Line 454: APP_EXCEPTION.RAISE_EXCEPTION;

450: end if;
451: else
452: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
453: IGS_GE_MSG_STACK.ADD;
454: APP_EXCEPTION.RAISE_EXCEPTION;
455: end if;
456: Before_DML(
457: p_action=>'INSERT',
458: x_rowid=>X_ROWID,

Line 553: APP_EXCEPTION.RAISE_EXCEPTION;

549: fetch c1 into tlinfo;
550: if (c1%notfound) then
551: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
552: IGS_GE_MSG_STACK.ADD;
553: APP_EXCEPTION.RAISE_EXCEPTION;
554: close c1;
555: return;
556: end if;
557: close c1;

Line 568: APP_EXCEPTION.RAISE_EXCEPTION;

564: null;
565: else
566: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
567: IGS_GE_MSG_STACK.ADD;
568: APP_EXCEPTION.RAISE_EXCEPTION;
569: end if;
570: return;
571: end LOCK_ROW;
572:

Line 610: APP_EXCEPTION.RAISE_EXCEPTION;

606: end if;
607: else
608: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
609: IGS_GE_MSG_STACK.ADD;
610: APP_EXCEPTION.RAISE_EXCEPTION;
611: end if;
612: Before_DML(
613: p_action=>'UPDATE',
614: x_rowid=>X_ROWID,

Line 767: APP_EXCEPTION.RAISE_EXCEPTION;

763: column_name is null Then
764: IF new_references.VENUE_CD <> UPPER(new_references.VENUE_CD) Then
765: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
766: IGS_GE_MSG_STACK.ADD;
767: APP_EXCEPTION.RAISE_EXCEPTION;
768: END IF;
769: END IF;
770: IF upper(column_name) = 'EXAM_CAL_TYPE' OR
771: column_name is null Then

Line 775: APP_EXCEPTION.RAISE_EXCEPTION;

771: column_name is null Then
772: IF new_references.EXAM_CAL_TYPE <> UPPER(new_references.EXAM_CAL_TYPE) Then
773: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
774: IGS_GE_MSG_STACK.ADD;
775: APP_EXCEPTION.RAISE_EXCEPTION;
776: END IF;
777: END IF;
778: IF upper(column_name) = 'DT_ALIAS' OR
779: column_name is null Then

Line 783: APP_EXCEPTION.RAISE_EXCEPTION;

779: column_name is null Then
780: IF new_references.DT_ALIAS <> UPPER(new_references.DT_ALIAS) Then
781: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
782: IGS_GE_MSG_STACK.ADD;
783: APP_EXCEPTION.RAISE_EXCEPTION;
784: END IF;
785: END IF;
786:
787:

Line 793: APP_EXCEPTION.RAISE_EXCEPTION;

789: column_name is null Then
790: IF new_references.EXAM_CI_SEQUENCE_NUMBER < 1 OR new_references.EXAM_CI_SEQUENCE_NUMBER > 999999 Then
791: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
792: IGS_GE_MSG_STACK.ADD;
793: APP_EXCEPTION.RAISE_EXCEPTION;
794: END IF;
795: END IF;
796: IF upper(column_name) = 'DAI_SEQUENCE_NUMBER' OR
797: column_name is null Then

Line 801: APP_EXCEPTION.RAISE_EXCEPTION;

797: column_name is null Then
798: IF new_references.DAI_SEQUENCE_NUMBER < 1 OR new_references.DAI_SEQUENCE_NUMBER > 999999 Then
799: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
800: IGS_GE_MSG_STACK.ADD;
801: APP_EXCEPTION.RAISE_EXCEPTION;
802: END IF;
803: END IF;
804: IF upper(column_name) = 'ESE_ID' OR
805: column_name is null Then

Line 809: APP_EXCEPTION.RAISE_EXCEPTION;

805: column_name is null Then
806: IF new_references.ESE_ID < 1 OR new_references.ESE_ID > 999999 Then
807: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
808: IGS_GE_MSG_STACK.ADD;
809: APP_EXCEPTION.RAISE_EXCEPTION;
810: END IF;
811: END IF;
812: END Check_Constraints;
813: