DBA Data[Home] [Help]

APPS.IGS_PE_GOV_LANG_CD_PKG dependencies on FND_MESSAGE

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

65: Fetch cur_old_ref_values INTO old_references;
66:
67: IF (cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT','VALIDATE_INSERT')) THEN
68:
69: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
70: IGS_GE_MSG_STACK.ADD;
71:
72:
73: Close cur_old_ref_values;

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

145: new_references.closed_ind,
146:
147: v_message_name ) = FALSE THEN
148:
149: Fnd_Message.Set_Name('IGS', v_message_name);
150: IGS_GE_MSG_STACK.ADD;
151: App_Exception.Raise_Exception;
152: END IF;
153:

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

173: IF upper(column_name) = 'GOVT_LANGUAGE_CD' OR
174: column_name is null Then
175: IF new_references.govt_language_cd < 00 OR
176: new_references.govt_language_cd > 99 Then
177: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
178: IGS_GE_MSG_STACK.ADD;
179: App_Exception.Raise_Exception;
180: END IF;
181: END IF;

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

182:
183: IF upper(column_name) = 'CLOSED_IND' OR
184: column_name is null Then
185: IF new_references.closed_ind NOT IN ( 'Y' , 'N' )Then
186: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
187: IGS_GE_MSG_STACK.ADD;
188: App_Exception.Raise_Exception;
189: END IF;
190: END IF;

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

306: -- Call all the procedures related to Before Insert.
307: BeforeRowInsertUpdate1 ( p_inserting => TRUE );
308: IF Get_PK_For_Validation (
309: new_references.govt_language_cd ) THEN
310: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
311: IGS_GE_MSG_STACK.ADD;
312: App_Exception.Raise_Exception;
313: END IF;
314:

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

326: Check_Child_Existance; -- if procedure present
327: ELSIF (p_action = 'VALIDATE_INSERT') THEN
328: IF Get_PK_For_Validation (
329: new_references.govt_language_cd ) THEN
330: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
331: IGS_GE_MSG_STACK.ADD;
332: App_Exception.Raise_Exception;
333: END IF;
334:

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

412: if X_LAST_UPDATE_LOGIN is NULL then
413: X_LAST_UPDATE_LOGIN := -1;
414: end if;
415: else
416: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
417: IGS_GE_MSG_STACK.ADD;
418: app_exception.raise_exception;
419: end if;
420:

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

495: begin
496: open c1;
497: fetch c1 into tlinfo;
498: if (c1%notfound) then
499: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
500:
501: close c1;
502: App_Exception.Raise_Exception;
503: return;

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

508: AND (tlinfo.CLOSED_IND = X_CLOSED_IND)
509: ) then
510: null;
511: else
512: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
513: app_exception.raise_exception;
514: end if;
515: return;
516: end LOCK_ROW;

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

540: if X_LAST_UPDATE_LOGIN is NULL then
541: X_LAST_UPDATE_LOGIN := -1;
542: end if;
543: else
544: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
545: IGS_GE_MSG_STACK.ADD;
546: app_exception.raise_exception;
547: end if;
548: