DBA Data[Home] [Help]

APPS.IGS_PE_LANGUAGE_CD_PKG dependencies on FND_MESSAGE

Line 73: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');

69: Fetch cur_old_ref_values INTO old_references;
70:
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;

Line 150: Fnd_Message.Set_Name('IGS', v_message_name);

146: old_references.language_cd,
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;

Line 172: Fnd_Message.Set_Name('IGS', v_message_name);

168: new_references.govt_language_cd,
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:

Line 204: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');

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

Line 215: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');

211: IF upper(column_name) = 'LANGUAGE_CD' OR
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;

Line 239: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');

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

Line 323: Fnd_Message.Set_Name ('IGS', 'IGS_PE_LC_GLC_FK');

319: Fetch cur_rowid INTO lv_rowid;
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;

Line 404: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');

400: -- Call all the procedures related to Before Insert.
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:

Line 425: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');

421: Check_Child_Existance; -- if procedure present
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:

Line 509: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');

505: if X_LAST_UPDATE_LOGIN is NULL then
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:

Line 604: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');

600: begin
601: open c1;
602: fetch c1 into tlinfo;
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;

Line 621: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');

617: AND (X_NOTES is null)))
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;

Line 655: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');

651: if X_LAST_UPDATE_LOGIN is NULL then
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: