DBA Data[Home] [Help]

APPS.IGS_AS_DUE_DT_SUMRY_PKG dependencies on FND_MESSAGE

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

44: -- Populate Old Values.
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: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
49: Igs_Ge_Msg_Stack.Add;
50: Close cur_old_ref_values;
51: App_Exception.Raise_Exception;
52: Return;

Line 170: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');

166: -- Call all the procedures related to Before Insert.
167:
168: IF Get_PK_For_Validation (
169: new_references.at_id ) THEN
170: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
171: Igs_Ge_Msg_Stack.Add;
172: App_Exception.Raise_Exception;
173: END IF;
174: NULL;

Line 185: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');

181:
182: ELSIF (p_action = 'VALIDATE_INSERT') THEN
183: IF Get_PK_For_Validation (
184: new_references.at_id ) THEN
185: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
186: Igs_Ge_Msg_Stack.Add;
187: App_Exception.Raise_Exception;
188: END IF;
189: NULL;

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

254: X_PROGRAM_UPDATE_DATE := SYSDATE;
255: end if;
256:
257: else
258: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
259: Igs_Ge_Msg_Stack.Add;
260: app_exception.raise_exception;
261: end if;
262:

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

402: begin
403: open c1;
404: fetch c1 into tlinfo;
405: if (c1%notfound) then
406: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
407: Igs_Ge_Msg_Stack.Add;
408: close c1;
409: app_exception.raise_exception;
410: return;

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

443: AND (X_RECEIVED_COUNT is null)))
444: ) then
445: null;
446: else
447: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
448: Igs_Ge_Msg_Stack.Add;
449: app_exception.raise_exception;
450: end if;
451: return;

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

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