DBA Data[Home] [Help]

APPS.IGS_AS_UNIT_CLASS_PKG dependencies on FND_MESSAGE

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

31: -- Populate Old Values.
32: Open cur_old_ref_values;
33: Fetch cur_old_ref_values INTO old_references;
34: IF (cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT','VALIDATE_INSERT')) THEN
35: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
36: IGS_GE_MSG_STACK.ADD;
37: Close cur_old_ref_values;
38: App_Exception.Raise_Exception;
39: Return;

Line 85: Fnd_Message.Set_Name('IGS', v_message_name);

81: ( new_references.closed_ind = 'Y')) THEN
82: IF IGS_PS_VAL_UCl.crsp_val_ucl_um (
83: new_references.unit_mode,
84: v_message_name) = FALSE THEN
85: Fnd_Message.Set_Name('IGS', v_message_name);
86: IGS_GE_MSG_STACK.ADD;
87: App_Exception.Raise_Exception;
88: END IF;
89: END IF;

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

96: IF IGS_PS_VAL_UCl.crsp_val_ucl_st_end (
97: new_references.start_time,
98: new_references.end_time,
99: v_message_name) = FALSE THEN
100: Fnd_Message.Set_Name('IGS', v_message_name);
101: IGS_GE_MSG_STACK.ADD;
102: App_Exception.Raise_Exception;
103: END IF;
104: END IF;

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

112: ELSE
113: IF NOT(IGS_AS_UNIT_MODE_PKG.Get_PK_For_Validation (
114: new_references.unit_mode
115: ))THEN
116: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
117: IGS_GE_MSG_STACK.ADD;
118: App_Exception.Raise_Exception;
119: END IF;
120: END IF;

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

140:
141: IF upper(column_name) = 'DAY_OF_WEEK' OR
142: column_name is null Then
143: IF new_references.day_of_week <> UPPER(new_references.day_of_week) OR new_references.day_of_week NOT IN ( 'MONDAY' , 'TUESDAY' , 'WEDNESDAY' , 'THURSDAY' , 'FRIDAY' , 'SATURDAY' , 'SUNDAY' ) Then
144: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
145: IGS_GE_MSG_STACK.ADD;
146: App_Exception.Raise_Exception;
147: END IF;
148: END IF;

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

149:
150: IF upper(column_name) = 'CLOSED_IND' OR
151: column_name is null Then
152: IF new_references.closed_ind <> UPPER(new_references.closed_ind) OR new_references.closed_ind NOT IN ( 'Y' , 'N' ) Then
153: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
154: IGS_GE_MSG_STACK.ADD;
155: App_Exception.Raise_Exception;
156: END IF;
157: END IF;

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

157: END IF;
158: IF upper(column_name) = 'UNIT_CLASS' OR
159: column_name is null Then
160: IF new_references.unit_class <> UPPER(new_references.unit_class) Then
161: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
162: IGS_GE_MSG_STACK.ADD;
163: App_Exception.Raise_Exception;
164: END IF;
165: END IF;

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

165: END IF;
166: IF upper(column_name) = 'UNIT_MODE' OR
167: column_name is null Then
168: IF new_references.unit_mode <> UPPER(new_references.unit_mode) Then
169: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
170: IGS_GE_MSG_STACK.ADD;
171: App_Exception.Raise_Exception;
172: END IF;
173: END IF;

Line 208: Fnd_Message.Set_Name ('IGS', 'IGS_AS_UCL_UM_FK');

204: BEGIN
205: Open cur_rowid;
206: Fetch cur_rowid INTO lv_rowid;
207: IF (cur_rowid%FOUND) THEN
208: Fnd_Message.Set_Name ('IGS', 'IGS_AS_UCL_UM_FK');
209: IGS_GE_MSG_STACK.ADD;
210: Close cur_rowid;
211: App_Exception.Raise_Exception;
212: Return;

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

253: BeforeRowInsertUpdate1 ( p_inserting => TRUE );
254: IF Get_PK_For_Validation (
255: new_references.unit_class
256: ) THEN
257: Fnd_Message.Set_Name ('IGS', 'IGS_GE_MULTI_ORG_DUP_REC');
258: IGS_GE_MSG_STACK.ADD;
259: App_Exception.Raise_Exception;
260: END IF;
261: Check_Constraints;

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

268: ELSIF (p_action = 'VALIDATE_INSERT') THEN
269: IF Get_PK_For_Validation (
270: new_references.unit_class
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 314: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');

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

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

396: begin
397: open c1;
398: fetch c1 into tlinfo;
399: if (c1%notfound) then
400: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
401: IGS_GE_MSG_STACK.ADD;
402: close c1;
403: app_exception.raise_exception;
404: return;

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

418: AND (tlinfo.CLOSED_IND = X_CLOSED_IND)
419: ) then
420: null;
421: else
422: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
423: IGS_GE_MSG_STACK.ADD;
424: app_exception.raise_exception;
425: end if;
426: return;

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

453: if X_LAST_UPDATE_LOGIN is NULL then
454: X_LAST_UPDATE_LOGIN := -1;
455: end if;
456: else
457: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
458: IGS_GE_MSG_STACK.ADD;
459: app_exception.raise_exception;
460: end if;
461: --