DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_FACILITY_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 116: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');

112: new_references.media_code
113: ,new_references.unit_code
114: ,new_references.unit_version_number
115: ) THEN
116: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
117: IGS_GE_MSG_STACK.ADD;
118: app_exception.raise_exception;
119: END IF;
120: END Check_Uniqueness ;

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

137: NULL;
138: ELSIF NOT Igs_Ps_Media_Equip_Pkg.Get_PK_For_Validation (
139: new_references.media_code
140: ) THEN
141: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
142: IGS_GE_MSG_STACK.ADD;
143: App_Exception.Raise_Exception;
144: END IF;
145:

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

151: ELSIF NOT Igs_Ps_Unit_Ver_Pkg.Get_PK_For_Validation (
152: new_references.unit_code,
153: new_references.unit_version_number
154: ) THEN
155: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
156: IGS_GE_MSG_STACK.ADD;
157: App_Exception.Raise_Exception;
158: END IF;
159:

Line 265: Fnd_Message.Set_Name ('IGS', 'IGS_PS_UF_ME_FK');

261: Open cur_rowid;
262: Fetch cur_rowid INTO lv_rowid;
263: IF (cur_rowid%FOUND) THEN
264: Close cur_rowid;
265: Fnd_Message.Set_Name ('IGS', 'IGS_PS_UF_ME_FK');
266: IGS_GE_MSG_STACK.ADD;
267: App_Exception.Raise_Exception;
268: Return;
269: END IF;

Line 304: Fnd_Message.Set_Name ('IGS', 'IGS_PS_UF_UV_FK');

300: Open cur_rowid;
301: Fetch cur_rowid INTO lv_rowid;
302: IF (cur_rowid%FOUND) THEN
303: Close cur_rowid;
304: Fnd_Message.Set_Name ('IGS', 'IGS_PS_UF_UV_FK');
305: IGS_GE_MSG_STACK.ADD;
306: App_Exception.Raise_Exception;
307: Return;
308: END IF;

Line 358: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');

354: -- Call all the procedures related to Before Insert.
355: Null;
356: IF Get_Pk_For_Validation(
357: new_references.unit_media_id) THEN
358: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
359: IGS_GE_MSG_STACK.ADD;
360: App_Exception.Raise_Exception;
361: END IF;
362: Check_Uniqueness;

Line 378: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');

374: ELSIF (p_action = 'VALIDATE_INSERT') THEN
375: -- Call all the procedures related to Before Insert.
376: IF Get_PK_For_Validation (
377: new_references.unit_media_id) THEN
378: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
379: IGS_GE_MSG_STACK.ADD;
380: App_Exception.Raise_Exception;
381: END IF;
382: Check_Uniqueness;

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

465: if X_LAST_UPDATE_LOGIN is NULL then
466: X_LAST_UPDATE_LOGIN := -1;
467: end if;
468: else
469: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
470: IGS_GE_MSG_STACK.ADD;
471: app_exception.raise_exception;
472: end if;
473: Select IGS_PS_UNIT_FACILITY_S.NEXTVAL into x_unit_media_id from dual;

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

543: begin
544: open c1;
545: fetch c1 into tlinfo;
546: if (c1%notfound) then
547: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
548: IGS_GE_MSG_STACK.ADD;
549: close c1;
550: app_exception.raise_exception;
551: return;

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

556: AND (tlinfo.MEDIA_CODE = X_MEDIA_CODE)
557: ) then
558: null;
559: else
560: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
561: IGS_GE_MSG_STACK.ADD;
562: app_exception.raise_exception;
563: end if;
564: return;

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

599: if X_LAST_UPDATE_LOGIN is NULL then
600: X_LAST_UPDATE_LOGIN := -1;
601: end if;
602: else
603: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
604: IGS_GE_MSG_STACK.ADD;
605: app_exception.raise_exception;
606: end if;
607: Before_DML(