DBA Data[Home] [Help]

APPS.IGS_PE_PERSON_IMAGE_PKG dependencies on APP_EXCEPTION

Line 37: App_Exception.Raise_Exception;

33: IF (cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT','VALIDATE_INSERT')) THEN
34: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
35: IGS_GE_MSG_STACK.ADD;
36: Close cur_old_ref_values;
37: App_Exception.Raise_Exception;
38: Return;
39: END IF;
40: Close cur_old_ref_values;
41:

Line 71: App_Exception.Raise_Exception;

67: new_references.person_id) THEN
68: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
69:
70: IGS_GE_MSG_STACK.ADD;
71: App_Exception.Raise_Exception;
72: END IF;
73: END IF;
74:
75: END Check_Parent_Existance;

Line 125: App_Exception.Raise_Exception;

121: Fnd_Message.Set_Name ('IGS', 'IGS_PE_PEI_PE_FK');
122: IGS_GE_MSG_STACK.ADD;
123:
124: Close cur_rowid;
125: App_Exception.Raise_Exception;
126: Return;
127: END IF;
128: Close cur_rowid;
129:

Line 165: App_Exception.Raise_Exception;

161: new_references.person_id ,
162: new_references.image_dt) THEN
163: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
164: IGS_GE_MSG_STACK.ADD;
165: App_Exception.Raise_Exception;
166: END IF;
167:
168: Check_Parent_Existance; -- if procedure present
169:

Line 180: App_Exception.Raise_Exception;

176: new_references.person_id ,
177: new_references.image_dt) THEN
178: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
179: IGS_GE_MSG_STACK.ADD;
180: App_Exception.Raise_Exception;
181: END IF;
182:
183: ELSIF (p_action = 'VALIDATE_UPDATE') THEN
184: NULL;

Line 242: app_exception.raise_exception;

238: end if;
239: else
240: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
241: IGS_GE_MSG_STACK.ADD;
242: app_exception.raise_exception;
243: end if;
244: Before_DML(
245: p_action=>'INSERT',
246: x_rowid=>X_ROWID,

Line 306: App_Exception.Raise_Exception;

302: if (c1%notfound) then
303: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
304:
305: close c1;
306: App_Exception.Raise_Exception;
307: return;
308: end if;
309: close c1;
310: