DBA Data[Home] [Help]

APPS.IGS_FI_FEE_TRG_GRP_PKG dependencies on APP_EXCEPTION

Line 74: App_Exception.Raise_Exception;

70:
71: Close cur_old_ref_values;
72: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
73: IGS_GE_MSG_STACK.ADD;
74: App_Exception.Raise_Exception;
75:
76: Return;
77:
78: END IF;

Line 166: App_Exception.Raise_Exception;

162: v_message_name) = FALSE THEN
163:
164: Fnd_Message.Set_Name('IGS',v_message_name);
165: IGS_GE_MSG_STACK.ADD;
166: App_Exception.Raise_Exception;
167:
168: END IF;
169:
170: END IF;

Line 194: App_Exception.Raise_Exception;

190: v_message_name) = FALSE THEN
191:
192: Fnd_Message.Set_Name('IGS',v_message_name);
193: IGS_GE_MSG_STACK.ADD;
194: App_Exception.Raise_Exception;
195:
196: END IF;
197:
198: END IF;

Line 236: App_Exception.Raise_Exception;

232: column_name is NULL THEN
233: IF new_references.fee_cal_type <> UPPER(new_references.fee_cal_type) THEN
234: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
235: IGS_GE_MSG_STACK.ADD;
236: App_Exception.Raise_Exception;
237: END IF;
238: END IF;
239: IF upper(Column_Name) = 'FEE_CI_SEQUENCE_NUMBER' OR
240: column_name is NULL THEN

Line 246: App_Exception.Raise_Exception;

242: new_references.fee_ci_sequence_number > 999999 THEN
243: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
244: IGS_GE_MSG_STACK.ADD;
245:
246: App_Exception.Raise_Exception;
247: END IF;
248: END IF;
249: IF upper(Column_Name) = 'FEE_TRIGGER_GROUP_NUMBER' OR
250: column_name is NULL THEN

Line 256: App_Exception.Raise_Exception;

252: new_references.fee_trigger_group_number > 999999 THEN
253: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
254: IGS_GE_MSG_STACK.ADD;
255:
256: App_Exception.Raise_Exception;
257: END IF;
258: END IF;
259: END Check_Constraints;
260:

Line 280: App_Exception.Raise_Exception;

276: new_references.fee_type
277: ) THEN
278: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
279: IGS_GE_MSG_STACK.ADD;
280: App_Exception.Raise_Exception;
281: END IF;
282: END Check_Parent_Existance;
283:
284:

Line 437: App_Exception.Raise_Exception;

433: new_references.fee_trigger_group_number ) THEN
434:
435: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
436: IGS_GE_MSG_STACK.ADD;
437: App_Exception.Raise_Exception;
438: END IF;
439: Check_Constraints;
440: Check_Parent_Existance;
441: ELSIF (p_action = 'UPDATE') THEN

Line 460: App_Exception.Raise_Exception;

456:
457: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
458: IGS_GE_MSG_STACK.ADD;
459:
460: App_Exception.Raise_Exception;
461: END IF;
462: Check_Constraints;
463: ELSIF (p_action = 'VALIDATE_UPDATE') THEN
464: Check_Constraints;

Line 508: app_exception.raise_exception;

504: end if;
505: else
506: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
507: IGS_GE_MSG_STACK.ADD;
508: app_exception.raise_exception;
509: end if;
510:
511:
512:

Line 615: app_exception.raise_exception;

611: fetch c1 into tlinfo;
612: if (c1%notfound) then
613: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
614: IGS_GE_MSG_STACK.ADD;
615: app_exception.raise_exception;
616: close c1;
617: return;
618: end if;
619: close c1;

Line 633: app_exception.raise_exception;

629: null;
630: else
631: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
632: IGS_GE_MSG_STACK.ADD;
633: app_exception.raise_exception;
634: end if;
635: return;
636: end LOCK_ROW;
637:

Line 670: app_exception.raise_exception;

666: end if;
667: else
668: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
669: IGS_GE_MSG_STACK.ADD;
670: app_exception.raise_exception;
671: end if;
672:
673:
674: