DBA Data[Home] [Help]

APPS.IGS_AD_BUILDING_PKG dependencies on FND_MESSAGE

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

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

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

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

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

127: IF Get_Uk_For_Validation (
128: new_references.building_cd
129: ,new_references.location_cd
130: ) THEN
131: Fnd_Message.Set_Name ('IGS', 'IGS_GE_MULTI_ORG_DUP_REC');
132: IGS_GE_MSG_STACK.ADD;
133: app_exception.raise_exception;
134: END IF;
135: END Check_Uniqueness ;

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

152: NULL;
153: ELSIF NOT Igs_Ad_Location_Pkg.Get_PK_For_Validation (
154: new_references.location_cd,
155: 'N') THEN
156: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
157: IGS_GE_MSG_STACK.ADD;
158: App_Exception.Raise_Exception;
159: END IF;
160:

Line 304: Fnd_Message.Set_Name ('IGS', 'IGS_AD_BLDG_LOC_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_AD_BLDG_LOC_FK');
305: IGS_GE_MSG_STACK.ADD;
306: App_Exception.Raise_Exception;
307: Return;
308: END IF;

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

358: -- Call all the procedures related to Before Insert.
359: Null;
360: IF Get_Pk_For_Validation(
361: new_references.building_id) THEN
362: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');
363: IGS_GE_MSG_STACK.ADD;
364: App_Exception.Raise_Exception;
365: END IF;
366: Check_Uniqueness;

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

379: ELSIF (p_action = 'VALIDATE_INSERT') THEN
380: -- Call all the procedures related to Before Insert.
381: IF Get_PK_For_Validation (
382: new_references.building_id) THEN
383: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');
384: IGS_GE_MSG_STACK.ADD;
385: App_Exception.Raise_Exception;
386: END IF;
387: Check_Uniqueness;

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

469: if X_LAST_UPDATE_LOGIN is NULL then
470: X_LAST_UPDATE_LOGIN := -1;
471: end if;
472: else
473: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
474: IGS_GE_MSG_STACK.ADD;
475: app_exception.raise_exception;
476: end if;
477:

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

556: begin
557: open c1;
558: fetch c1 into tlinfo;
559: if (c1%notfound) then
560: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
561: IGS_GE_MSG_STACK.ADD;
562: close c1;
563: app_exception.raise_exception;
564: return;

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

570: AND (tlinfo.CLOSED_IND = X_CLOSED_IND)
571: ) then
572: null;
573: else
574: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
575: IGS_GE_MSG_STACK.ADD;
576: app_exception.raise_exception;
577: end if;
578: return;

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

614: if X_LAST_UPDATE_LOGIN is NULL then
615: X_LAST_UPDATE_LOGIN := -1;
616: end if;
617: else
618: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
619: IGS_GE_MSG_STACK.ADD;
620: app_exception.raise_exception;
621: end if;
622: Before_DML(