DBA Data[Home] [Help]

APPS.IGS_AV_STND_CONF_PKG dependencies on FND_MESSAGE

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

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

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

82: IF upper(column_name) = 'EXPIRY_DT_INCREMENT' OR
83: column_name is null Then
84: IF new_references.EXPIRY_DT_INCREMENT < 1 OR
85: new_references.EXPIRY_DT_INCREMENT > 99 Then
86: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
87: Igs_Ge_Msg_Stack.Add;
88: App_Exception.Raise_Exception;
89: END IF;
90: END IF;

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

92: IF upper(column_name) = 'S_CONTROL_NUM' OR
93: column_name is null Then
94: IF new_references.S_CONTROL_NUM < 1 OR
95: new_references.S_CONTROL_NUM > 1 Then
96: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
97: Igs_Ge_Msg_Stack.Add;
98: App_Exception.Raise_Exception;
99: END IF;
100: END IF;

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

101:
102: IF upper(column_name) = 'ADV_STND_EXPIRY_DT_ALIAS' OR
103: column_name is null Then
104: IF new_references.ADV_STND_EXPIRY_DT_ALIAS <> UPPER(new_references.ADV_STND_EXPIRY_DT_ALIAS) 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 114: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');

110:
111: IF upper(column_name) = 'ADV_STND_BASIS_INST' OR
112: column_name is null Then
113: IF new_references.ADV_STND_BASIS_INST <> UPPER(new_references.ADV_STND_BASIS_INST) Then
114: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
115: Igs_Ge_Msg_Stack.Add;
116: App_Exception.Raise_Exception;
117: END IF;
118: END IF;

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

182: -- Call all the procedures related to Before Insert.
183: Null;
184: IF Get_PK_For_Validation (new_references.s_control_num )
185: THEN
186: Fnd_Message.Set_Name ('IGS', 'IGS_GE_MULTI_ORG_DUP_REC');
187: Igs_Ge_Msg_Stack.Add;
188: App_Exception.Raise_Exception;
189: END IF;
190: Check_Constraints ;

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

198: -- Call all the procedures related to Before Delete.
199: Null;
200: ELSIF (p_action = 'VALIDATE_INSERT') THEN
201: IF Get_PK_For_Validation (new_references.s_control_num ) THEN
202: Fnd_Message.Set_Name ('IGS', 'IGS_GE_MULTI_ORG_DUP_REC');
203: Igs_Ge_Msg_Stack.Add;
204: App_Exception.Raise_Exception;
205: END IF;
206: Check_Constraints;

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

240: if X_LAST_UPDATE_LOGIN is NULL then
241: X_LAST_UPDATE_LOGIN := -1;
242: end if;
243: else
244: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
245: Igs_Ge_Msg_Stack.Add;
246: app_exception.raise_exception;
247: end if;
248:

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

314: begin
315: open c1;
316: fetch c1 into tlinfo;
317: if (c1%notfound) then
318: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
319: Igs_Ge_Msg_Stack.Add;
320: close c1;
321: app_exception.raise_exception;
322: return;

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

332: AND (X_ADV_STND_BASIS_INST is null)))
333: ) then
334: null;
335: else
336: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
337: Igs_Ge_Msg_Stack.Add;
338: app_exception.raise_exception;
339: end if;
340: return;

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

365: if X_LAST_UPDATE_LOGIN is NULL then
366: X_LAST_UPDATE_LOGIN := -1;
367: end if;
368: else
369: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
370: Igs_Ge_Msg_Stack.Add;
371: app_exception.raise_exception;
372: end if;
373: