DBA Data[Home] [Help]

APPS.IGS_EN_MERGE_ID_ROWS_PKG dependencies on FND_MESSAGE

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

39: Open cur_old_ref_values;
40: Fetch cur_old_ref_values INTO old_references;
41: IF (cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ( 'INSERT','VALIDATE_INSERT' )) THEN
42: Close cur_old_ref_values;
43: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
44: IGS_GE_MSG_STACK.ADD;
45: App_Exception.Raise_Exception;
46: Return;
47: END IF;

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

85: IF upper(column_name) = 'TABLE_ALIAS' OR
86: Column_name is null THEN
87: IF new_references.table_alias <>
88: upper(new_references.table_alias) THEN
89: Fnd_Message.Set_Name ('IGS','IGS_GE_INVALID_VALUE');
90: IGS_GE_MSG_STACK.ADD;
91: App_Exception.Raise_Exception;
92: END IF;
93: END IF;

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

103: ELSE
104: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
105: new_references.current_person_id
106: ) THEN
107: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
108: IGS_GE_MSG_STACK.ADD;
109: App_Exception.Raise_Exception;
110: END IF;
111:

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

117: ELSE
118: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
119: new_references.obsolete_person_id
120: ) THEN
121: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
122: IGS_GE_MSG_STACK.ADD;
123: App_Exception.Raise_Exception;
124: END IF;
125:

Line 183: Fnd_Message.Set_Name ('IGS', 'IGS_EN_SMIR_PE_FK');

179: Open cur_rowid;
180: Fetch cur_rowid INTO lv_rowid;
181: IF (cur_rowid%FOUND) THEN
182: Close cur_rowid;
183: Fnd_Message.Set_Name ('IGS', 'IGS_EN_SMIR_PE_FK');
184: IGS_GE_MSG_STACK.ADD;
185: App_Exception.Raise_Exception;
186: Return;
187: END IF;

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

235: Null;
236: IF Get_PK_For_Validation (
237: new_references.smir_id
238: ) then
239: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
240: IGS_GE_MSG_STACK.ADD;
241: App_Exception.Raise_Exception;
242: end if;
243: Check_constraints;

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

254: ELSIF (p_action = 'VALIDATE_INSERT') then
255: IF Get_PK_For_Validation (
256: new_references.smir_id
257: ) then
258: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
259: IGS_GE_MSG_STACK.ADD;
260: App_Exception.Raise_Exception;
261: end if;
262: Check_constraints;

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

322: if X_LAST_UPDATE_LOGIN is NULL then
323: X_LAST_UPDATE_LOGIN := -1;
324: end if;
325: else
326: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
327: IGS_GE_MSG_STACK.ADD;
328: app_exception.raise_exception;
329: end if;
330: Before_DML (

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

425: open c1;
426: fetch c1 into tlinfo;
427: if (c1%notfound) then
428: close c1;
429: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
430: IGS_GE_MSG_STACK.ADD;
431: app_exception.raise_exception;
432: return;
433: end if;

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

456: AND (X_CURRENT_UPDATE_ON is null)))
457: ) then
458: null;
459: else
460: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
461: IGS_GE_MSG_STACK.ADD;
462: app_exception.raise_exception;
463: end if;
464: return;

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

495: if X_LAST_UPDATE_LOGIN is NULL then
496: X_LAST_UPDATE_LOGIN := -1;
497: end if;
498: else
499: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
500: IGS_GE_MSG_STACK.ADD;
501: app_exception.raise_exception;
502: end if;
503: Before_DML (