DBA Data[Home] [Help]

APPS.IGS_PE_LANGUAGE_CD_PKG dependencies on IGS_GE_MSG_STACK

Line 75: IGS_GE_MSG_STACK.ADD;

71: IF (cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT','VALIDATE_INSERT')) THEN
72:
73: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
74:
75: IGS_GE_MSG_STACK.ADD;
76:
77: Close cur_old_ref_values;
78: App_Exception.Raise_Exception;
79: Return;

Line 151: IGS_GE_MSG_STACK.ADD;

147:
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:

Line 173: IGS_GE_MSG_STACK.ADD;

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

Line 205: IGS_GE_MSG_STACK.ADD;

201: IF upper(column_name) = 'CLOSED_IND'OR
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:

Line 216: IGS_GE_MSG_STACK.ADD;

212: column_name is null Then
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:

Line 240: IGS_GE_MSG_STACK.ADD;

236: ELSE
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;

Line 324: IGS_GE_MSG_STACK.ADD;

320:
321: IF (cur_rowid%FOUND) THEN
322:
323: Fnd_Message.Set_Name ('IGS', 'IGS_PE_LC_GLC_FK');
324: IGS_GE_MSG_STACK.ADD;
325:
326:
327: Close cur_rowid;
328: App_Exception.Raise_Exception;

Line 405: IGS_GE_MSG_STACK.ADD;

401: BeforeRowInsertUpdateDelete1 ( p_inserting => TRUE );
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

Line 426: IGS_GE_MSG_STACK.ADD;

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

Line 510: IGS_GE_MSG_STACK.ADD;

506: X_LAST_UPDATE_LOGIN := -1;
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(

Line 656: IGS_GE_MSG_STACK.ADD;

652: X_LAST_UPDATE_LOGIN := -1;
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(