DBA Data[Home] [Help]

APPS.IGS_PE_GOV_LANG_CD_PKG dependencies on IGS_GE_MSG_STACK

Line 70: IGS_GE_MSG_STACK.ADD;

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;
74: App_Exception.Raise_Exception;

Line 150: IGS_GE_MSG_STACK.ADD;

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:
154: END IF;

Line 178: IGS_GE_MSG_STACK.ADD;

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

Line 187: IGS_GE_MSG_STACK.ADD;

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

Line 311: IGS_GE_MSG_STACK.ADD;

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:
315: Check_Constraints; -- if procedure present

Line 331: IGS_GE_MSG_STACK.ADD;

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:
335: Check_Constraints; -- if procedure present

Line 417: IGS_GE_MSG_STACK.ADD;

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:
421: Before_DML(

Line 545: IGS_GE_MSG_STACK.ADD;

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:
549: Before_DML(