DBA Data[Home] [Help]

APPS.IGS_PS_OWN_HIST_PKG dependencies on FND_MESSAGE

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

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

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

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

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

106: IF NOT IGS_PS_VER_PKG.Get_PK_For_Validation (
107: new_references.course_cd,
108: new_references.version_number
109: )THEN
110: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
111: IGS_GE_MSG_STACK.ADD;
112: App_Exception.Raise_Exception;
113: END IF;
114: END IF;

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

122: IF NOT IGS_OR_UNIT_PKG.Get_PK_For_Validation (
123: new_references.org_unit_cd,
124: new_references.ou_start_dt
125: )THEN
126: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
127: IGS_GE_MSG_STACK.ADD;
128: App_Exception.Raise_Exception;
129: END IF;
130: END IF;

Line 187: Fnd_Message.Set_Name ('IGS', 'IGS_PS_COH_CV_FK');

183: Open cur_rowid;
184: Fetch cur_rowid INTO lv_rowid;
185: IF (cur_rowid%FOUND) THEN
186: Close cur_rowid;
187: Fnd_Message.Set_Name ('IGS', 'IGS_PS_COH_CV_FK');
188: IGS_GE_MSG_STACK.ADD;
189: App_Exception.Raise_Exception;
190: Return;
191: END IF;

Line 215: Fnd_Message.Set_Name ('IGS', 'IGS_PS_COH_OU_FK');

211: Open cur_rowid;
212: Fetch cur_rowid INTO lv_rowid;
213: IF (cur_rowid%FOUND) THEN
214: Close cur_rowid;
215: Fnd_Message.Set_Name ('IGS', 'IGS_PS_COH_OU_FK');
216: IGS_GE_MSG_STACK.ADD;
217: App_Exception.Raise_Exception;
218: Return;
219: END IF;

Line 272: Fnd_Message.Set_Name ('IGS', 'IGS_GE_MULTI_ORG_DUP_REC');

268: new_references.org_unit_cd ,
269: new_references.ou_start_dt,
270: new_references.hist_start_dt
271: ) THEN
272: Fnd_Message.Set_Name ('IGS', 'IGS_GE_MULTI_ORG_DUP_REC');
273: IGS_GE_MSG_STACK.ADD;
274: App_Exception.Raise_Exception;
275: END IF;
276: Check_Constraints;

Line 292: Fnd_Message.Set_Name ('IGS', 'IGS_GE_MULTI_ORG_DUP_REC');

288: new_references.org_unit_cd ,
289: new_references.ou_start_dt,
290: new_references.hist_start_dt
291: ) THEN
292: Fnd_Message.Set_Name ('IGS', 'IGS_GE_MULTI_ORG_DUP_REC');
293: IGS_GE_MSG_STACK.ADD;
294: App_Exception.Raise_Exception;
295: END IF;
296: Check_Constraints;

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

347: if X_LAST_UPDATE_LOGIN is NULL then
348: X_LAST_UPDATE_LOGIN := -1;
349: end if;
350: else
351: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
352: IGS_GE_MSG_STACK.ADD;
353: app_exception.raise_exception;
354: end if;
355: Before_DML (

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

439: open c1;
440: fetch c1 into tlinfo;
441: if (c1%notfound) then
442: close c1;
443: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
444: IGS_GE_MSG_STACK.ADD;
445: app_exception.raise_exception;
446: return;
447: end if;

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

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

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

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