DBA Data[Home] [Help]

APPS.IGS_PS_MEDIA_EQUIP_PKG dependencies on FND_MESSAGE

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

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

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

96: -- The following code checks for check constraints on the Columns.
97: IF Upper(Column_Name) = 'CLOSED_IND' OR
98: Column_Name IS NULL THEN
99: IF NOT (new_references.closed_ind IN ('Y', 'N')) THEN
100: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
101: IGS_GE_MSG_STACK.ADD;
102: App_Exception.Raise_Exception;
103: END IF;
104: END IF;

Line 214: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');

210: -- Call all the procedures related to Before Insert.
211: Null;
212: IF Get_Pk_For_Validation(
213: new_references.media_code) THEN
214: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');
215: IGS_GE_MSG_STACK.ADD;
216: App_Exception.Raise_Exception;
217: END IF;
218: Check_Constraints;

Line 231: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');

227: ELSIF (p_action = 'VALIDATE_INSERT') THEN
228: -- Call all the procedures related to Before Insert.
229: IF Get_PK_For_Validation (
230: new_references.media_code) THEN
231: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');
232: IGS_GE_MSG_STACK.ADD;
233: App_Exception.Raise_Exception;
234: END IF;
235: Check_Constraints;

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

312: if X_LAST_UPDATE_LOGIN is NULL then
313: X_LAST_UPDATE_LOGIN := -1;
314: end if;
315: else
316: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
317: IGS_GE_MSG_STACK.ADD;
318: app_exception.raise_exception;
319: end if;
320: Before_DML(

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

387: begin
388: open c1;
389: fetch c1 into tlinfo;
390: if (c1%notfound) then
391: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
392: IGS_GE_MSG_STACK.ADD;
393: close c1;
394: app_exception.raise_exception;
395: return;

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

399: AND (tlinfo.CLOSED_IND = X_CLOSED_IND)
400: ) then
401: null;
402: else
403: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
404: IGS_GE_MSG_STACK.ADD;
405: app_exception.raise_exception;
406: end if;
407: return;

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

441: if X_LAST_UPDATE_LOGIN is NULL then
442: X_LAST_UPDATE_LOGIN := -1;
443: end if;
444: else
445: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
446: IGS_GE_MSG_STACK.ADD;
447: app_exception.raise_exception;
448: end if;
449: Before_DML(