DBA Data[Home] [Help]

APPS.IGS_PE_GOV_LANG_CD_PKG dependencies on APP_EXCEPTION

Line 74: App_Exception.Raise_Exception;

70: IGS_GE_MSG_STACK.ADD;
71:
72:
73: Close cur_old_ref_values;
74: App_Exception.Raise_Exception;
75: Return;
76:
77: END IF;
78:

Line 151: App_Exception.Raise_Exception;

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;
155: END BeforeRowInsertUpdate1;

Line 179: App_Exception.Raise_Exception;

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

Line 188: App_Exception.Raise_Exception;

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

Line 312: App_Exception.Raise_Exception;

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

Line 332: App_Exception.Raise_Exception;

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

Line 418: app_exception.raise_exception;

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(
422:

Line 502: App_Exception.Raise_Exception;

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;
504: end if;
505: close c1;
506:

Line 513: app_exception.raise_exception;

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

Line 546: app_exception.raise_exception;

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(
550: