DBA Data[Home] [Help]

APPS.IGS_PE_LANGUAGE_CD_PKG dependencies on APP_EXCEPTION

Line 78: App_Exception.Raise_Exception;

74:
75: IGS_GE_MSG_STACK.ADD;
76:
77: Close cur_old_ref_values;
78: App_Exception.Raise_Exception;
79: Return;
80:
81: END IF;
82:

Line 152: App_Exception.Raise_Exception;

148: v_message_name) = FALSE THEN
149:
150: Fnd_Message.Set_Name('IGS', v_message_name);
151: IGS_GE_MSG_STACK.ADD;
152: App_Exception.Raise_Exception;
153:
154: END IF;
155:
156: END IF;

Line 174: App_Exception.Raise_Exception;

170: v_message_name) = FALSE THEN
171:
172: Fnd_Message.Set_Name('IGS', v_message_name);
173: IGS_GE_MSG_STACK.ADD;
174: App_Exception.Raise_Exception;
175: END IF;
176:
177: END IF;
178:

Line 206: App_Exception.Raise_Exception;

202: column_name is null Then
203: IF new_references.closed_ind NOT IN ( 'Y' , 'N' )Then
204: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
205: IGS_GE_MSG_STACK.ADD;
206: App_Exception.Raise_Exception;
207: END IF;
208: END IF;
209:
210:

Line 217: App_Exception.Raise_Exception;

213: IF new_references.language_cd <>
214: UPPER(new_references.language_cd) Then
215: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
216: IGS_GE_MSG_STACK.ADD;
217: App_Exception.Raise_Exception;
218: END IF;
219: END IF;
220:
221: END Check_Constraints;

Line 241: App_Exception.Raise_Exception;

237: IF NOT IGS_PE_GOV_LANG_CD_PKG.Get_PK_For_Validation (
238: new_references.govt_language_cd ) THEN
239: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
240: IGS_GE_MSG_STACK.ADD;
241: App_Exception.Raise_Exception;
242: END IF;
243: END IF;
244: END Check_Parent_Existance;
245:

Line 328: App_Exception.Raise_Exception;

324: IGS_GE_MSG_STACK.ADD;
325:
326:
327: Close cur_rowid;
328: App_Exception.Raise_Exception;
329: Return;
330:
331: END IF;
332:

Line 406: App_Exception.Raise_Exception;

402: IF Get_PK_For_Validation (
403: new_references.language_cd ) THEN
404: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
405: IGS_GE_MSG_STACK.ADD;
406: App_Exception.Raise_Exception;
407: END IF;
408:
409: Check_Constraints; -- if procedure present
410: Check_Parent_Existance; -- if procedure present

Line 427: App_Exception.Raise_Exception;

423: IF Get_PK_For_Validation (
424: new_references.language_cd ) THEN
425: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
426: IGS_GE_MSG_STACK.ADD;
427: App_Exception.Raise_Exception;
428: END IF;
429:
430: Check_Constraints; -- if procedure present
431: ELSIF (p_action = 'VALIDATE_UPDATE') THEN

Line 511: app_exception.raise_exception;

507: end if;
508: else
509: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
510: IGS_GE_MSG_STACK.ADD;
511: app_exception.raise_exception;
512: end if;
513:
514: Before_DML(
515:

Line 607: App_Exception.Raise_Exception;

603: if (c1%notfound) then
604: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
605:
606: close c1;
607: App_Exception.Raise_Exception;
608: return;
609: end if;
610: close c1;
611:

Line 622: app_exception.raise_exception;

618: ) then
619: null;
620: else
621: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
622: app_exception.raise_exception;
623: end if;
624: return;
625: end LOCK_ROW;
626:

Line 657: app_exception.raise_exception;

653: end if;
654: else
655: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
656: IGS_GE_MSG_STACK.ADD;
657: app_exception.raise_exception;
658: end if;
659:
660: Before_DML(
661: