DBA Data[Home] [Help]

APPS.IGS_PE_GOV_COUNTRYCD_PKG dependencies on FND_MESSAGE

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

31: -- Populate Old Values.
32: Open cur_old_ref_values;
33: Fetch cur_old_ref_values INTO old_references;
34: IF (cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT','VALIDATE_INSERT')) THEN
35: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
36: IGS_GE_MSG_STACK.ADD;
37: Close cur_old_ref_values;
38: App_Exception.Raise_Exception;
39: Return;

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

72: IF IGS_EN_VAL_GCOC.enrp_val_gcoc_upd (
73: new_references.govt_country_cd,
74: new_references.closed_ind,
75: v_message_name) = FALSE THEN
76: Fnd_Message.Set_Name('IGS', v_message_name);
77: IGS_GE_MSG_STACK.ADD;
78: App_Exception.Raise_Exception;
79: END IF;
80: END IF;

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

99:
100: IF upper(column_name) = 'CLOSED_IND' OR
101: column_name is null Then
102: IF new_references.closed_ind not in ('Y','N') Then
103: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
104: IGS_GE_MSG_STACK.ADD;
105: App_Exception.Raise_Exception;
106: END IF;
107: END IF;

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

108:
109: IF upper(column_name) = 'GOVT_COUNTRY_CD' OR
110: column_name is null Then
111: IF new_references.govt_country_cd <> UPPER(new_references.govt_country_cd) Then
112: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
113: IGS_GE_MSG_STACK.ADD;
114: App_Exception.Raise_Exception;
115: END IF;
116: END IF;

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

181: -- Call all the procedures related to Before Insert.
182: BeforeRowInsertUpdate1 ( p_inserting => TRUE );
183: IF Get_PK_For_Validation (
184: new_references.govt_country_cd ) THEN
185: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
186: IGS_GE_MSG_STACK.ADD;
187: App_Exception.Raise_Exception;
188: END IF;
189: Check_Constraints; -- if procedure present

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

200: Check_Child_Existance; -- if procedure present
201: ELSIF (p_action = 'VALIDATE_INSERT') THEN
202: IF Get_PK_For_Validation (
203: new_references.govt_country_cd ) THEN
204: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
205: IGS_GE_MSG_STACK.ADD;
206: App_Exception.Raise_Exception;
207: END IF;
208: Check_Constraints; -- if procedure present

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

263: if X_LAST_UPDATE_LOGIN is NULL then
264: X_LAST_UPDATE_LOGIN := -1;
265: end if;
266: else
267: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
268: IGS_GE_MSG_STACK.ADD;
269: app_exception.raise_exception;
270: end if;
271: Before_DML(

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

331: begin
332: open c1;
333: fetch c1 into tlinfo;
334: if (c1%notfound) then
335: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
336:
337: close c1;
338: App_Exception.Raise_Exception;
339: return;

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

344: AND (tlinfo.CLOSED_IND = X_CLOSED_IND)
345: ) then
346: null;
347: else
348: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
349: app_exception.raise_exception;
350: end if;
351: return;
352: end LOCK_ROW;

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

375: if X_LAST_UPDATE_LOGIN is NULL then
376: X_LAST_UPDATE_LOGIN := -1;
377: end if;
378: else
379: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
380: IGS_GE_MSG_STACK.ADD;
381: app_exception.raise_exception;
382: end if;
383: Before_DML(