DBA Data[Home] [Help]

APPS.IGS_FI_FEE_TRG_GRP_PKG dependencies on IGS_GE_MSG_STACK

Line 73: IGS_GE_MSG_STACK.ADD;

69: IF (cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT')) THEN
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:

Line 165: IGS_GE_MSG_STACK.ADD;

161:
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:

Line 193: IGS_GE_MSG_STACK.ADD;

189:
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:

Line 235: IGS_GE_MSG_STACK.ADD;

231: IF upper(Column_Name) = 'FEE_CAL_TYPE' OR
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

Line 244: IGS_GE_MSG_STACK.ADD;

240: column_name is NULL THEN
241: IF new_references.fee_ci_sequence_number < 1 OR
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;

Line 254: IGS_GE_MSG_STACK.ADD;

250: column_name is NULL THEN
251: IF new_references.fee_trigger_group_number < 1 OR
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;

Line 279: IGS_GE_MSG_STACK.ADD;

275: new_references.fee_ci_sequence_number,
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:

Line 436: IGS_GE_MSG_STACK.ADD;

432: new_references.fee_type,
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;

Line 458: IGS_GE_MSG_STACK.ADD;

454: new_references.fee_type,
455: new_references.fee_trigger_group_number ) THEN
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;

Line 507: IGS_GE_MSG_STACK.ADD;

503: X_LAST_UPDATE_LOGIN := -1;
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:

Line 614: IGS_GE_MSG_STACK.ADD;

610: open c1;
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;

Line 632: IGS_GE_MSG_STACK.ADD;

628: ) then
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;

Line 669: IGS_GE_MSG_STACK.ADD;

665: X_LAST_UPDATE_LOGIN := -1;
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: