DBA Data[Home] [Help]

APPS.IGS_FI_FEE_TYPE_PKG dependencies on APP_EXCEPTION

Line 59: App_Exception.Raise_Exception;

55: IF (cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT')) THEN
56: Close cur_old_ref_values;
57: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
58: IGS_GE_MSG_STACK.ADD;
59: App_Exception.Raise_Exception;
60: Return;
61: END IF;
62: Close cur_old_ref_values;
63:

Line 156: App_Exception.Raise_Exception;

152: old_references.s_fee_trigger_cat,
153: v_message_name) = FALSE THEN
154: Fnd_Message.Set_Name('IGS',v_message_name);
155: IGS_GE_MSG_STACK.ADD;
156: App_Exception.Raise_Exception;
157: END IF;
158: IF IGS_FI_VAL_FT.finp_val_ft_sftc (
159: new_references.fee_type,
160: new_references.s_fee_trigger_cat,

Line 165: App_Exception.Raise_Exception;

161: old_references.s_fee_trigger_cat,
162: v_message_name) = FALSE THEN
163: Fnd_Message.Set_Name('IGS',v_message_name);
164: IGS_GE_MSG_STACK.ADD;
165: App_Exception.Raise_Exception;
166: END IF;
167: END IF;
168:
169: -- Validate Fee Type system fee type and system trigger category

Line 179: App_Exception.Raise_Exception;

175: new_references.s_fee_trigger_cat,
176: v_message_name) = FALSE THEN
177: Fnd_Message.Set_Name('IGS',v_message_name);
178: IGS_GE_MSG_STACK.ADD;
179: App_Exception.Raise_Exception;
180: END IF;
181: END IF;
182:
183: -- Validate Fee Type optional payment indicator

Line 193: App_Exception.Raise_Exception;

189: new_references.optional_payment_ind,
190: v_message_name) = FALSE THEN
191: Fnd_Message.Set_Name('IGS',v_message_name);
192: IGS_GE_MSG_STACK.ADD;
193: App_Exception.Raise_Exception;
194: END IF;
195: /* Bug- 1989694, SF012_DLD-Account History and Payment
196: When Optional_Fee_Flag column in IGS_INV_INT_ALL Table is set then error out NOCOPY
197: that Optional_Payment_ind cannot be changed */

Line 205: App_Exception.Raise_Exception;

201: IF cur_optfeeflag_set%FOUND THEN
202: CLOSE cur_optfeeflag_set;
203: Fnd_Message.Set_Name('IGS','IGS_FI_CANT_MODIFY_OPT_IND');
204: IGS_GE_MSG_STACK.ADD;
205: App_Exception.Raise_Exception;
206: END IF;
207: CLOSE cur_optfeeflag_set;
208: END IF;
209:

Line 230: app_exception.raise_exception;

226: ELSIF new_references.s_fee_type = 'DOCUMENT' THEN
227: fnd_message.set_name('IGS','IGS_FI_DOC_TYP_NOT_MORE_ONE');
228: END IF;
229: igs_ge_msg_stack.add;
230: app_exception.raise_exception;
231: END IF;
232: END IF;
233: END IF;
234:

Line 245: App_Exception.Raise_Exception;

241: fnd_Message.Set_Name('IGS','IGS_FI_ANC_TRG_CAT');
242: fnd_message.set_token('S_FEE_TRIG_CAT', igs_fi_gen_gl.get_lkp_meaning(p_v_lookup_type => 'IGS_FI_LOCKBOX',
243: p_v_lookup_code => 'INSTITUTION'));
244: IGS_GE_MSG_STACK.ADD;
245: App_Exception.Raise_Exception;
246: END IF;
247: END IF;
248: END IF;
249:

Line 289: APP_EXCEPTION.RAISE_EXCEPTION;

285: IF(cur_ft_chrg%FOUND) THEN
286: CLOSE cur_ft_chrg;
287: FND_MESSAGE.SET_NAME('IGS','IGS_FI_FEE_CLASS_USED');
288: IGS_GE_MSG_STACK.ADD;
289: APP_EXCEPTION.RAISE_EXCEPTION;
290: END IF;
291: CLOSE cur_ft_chrg;
292: END IF;
293: END IF;

Line 412: App_Exception.Raise_Exception;

408: new_references.s_fee_type <> 'SPECIAL' AND
409: new_references.s_fee_type <> 'WAIVER_ADJ' THEN
410: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
411: IGS_GE_MSG_STACK.ADD;
412: App_Exception.Raise_Exception;
413: END IF;
414: END IF;
415: IF (upper(Column_Name) = 'OPTIONAL_PAYMENT_IND' OR
416: column_name is NULL) THEN

Line 422: App_Exception.Raise_Exception;

418: new_references.optional_payment_ind <> 'N'
419: THEN
420: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
421: IGS_GE_MSG_STACK.ADD;
422: App_Exception.Raise_Exception;
423: END IF;
424: END IF;
425: IF (upper(Column_Name) = 'CLOSED_IND' OR
426: column_name is NULL) THEN

Line 431: App_Exception.Raise_Exception;

427: IF(new_references.closed_ind <> 'Y' AND
428: new_references.closed_ind <> 'N') THEN
429: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
430: IGS_GE_MSG_STACK.ADD;
431: App_Exception.Raise_Exception;
432: END IF;
433: END IF;
434: IF (upper(Column_Name) = 'S_FEE_TRIGGER_CAT' OR
435: column_name is NULL) THEN

Line 446: App_Exception.Raise_Exception;

442: new_references.s_fee_trigger_cat <> 'SPECIAL' THEN
443:
444: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
445: IGS_GE_MSG_STACK.ADD;
446: App_Exception.Raise_Exception;
447: END IF;
448: END IF;
449:
450: -- If the Optional Payment Indicator is set for Refunds,Finance, Late Charges etc. System Fee Types

Line 464: app_exception.raise_exception;

460: 'DOCUMENT') THEN
461: fnd_message.set_name('IGS',
462: 'IGS_FI_CANNOT_SET_OPT');
463: igs_ge_msg_stack.add;
464: app_exception.raise_exception;
465: END IF;
466: END IF;
467: END IF;
468:

Line 475: app_exception.raise_exception;

471: IF( new_references.designated_payment_flag <> 'Y'
472: AND new_references.designated_payment_flag <> 'N' ) THEN
473: fnd_message.set_name ('IGS', 'IGS_GE_INVALID_VALUE');
474: igs_ge_msg_stack.ADD;
475: app_exception.raise_exception;
476: END IF;
477: END IF;
478:
479: END Check_Constraints;

Line 502: APP_EXCEPTION.RAISE_EXCEPTION;

498: IF NOT igs_lookups_view_pkg.get_pk_for_validation('FEE_CLASS',
499: new_references.fee_class) THEN
500: FND_MESSAGE.SET_NAME('FND','FORM_RECORD_DELETED');
501: IGS_GE_MSG_STACK.ADD;
502: APP_EXCEPTION.RAISE_EXCEPTION;
503: END IF;
504: END IF;
505: END check_parent_existance;
506:

Line 593: App_Exception.Raise_Exception;

589: BeforeRowInsertUpdateDelete1 ( p_inserting => TRUE, p_updating =>FALSE , p_deleting =>FALSE);
590: IF Get_PK_For_Validation ( new_references.fee_type )THEN
591: Fnd_Message.Set_Name ('IGS', 'IGS_GE_MULTI_ORG_DUP_REC');
592: IGS_GE_MSG_STACK.ADD;
593: App_Exception.Raise_Exception;
594: END IF;
595:
596: --by vvutukur for Bug 2175865
597:

Line 615: App_Exception.Raise_Exception;

611: -- Call all the procedures related to Before Insert.
612: IF Get_PK_For_Validation ( new_references.fee_type ) THEN
613: Fnd_Message.Set_Name ('IGS', 'IGS_GE_MULTI_ORG_DUP_REC');
614: IGS_GE_MSG_STACK.ADD;
615: App_Exception.Raise_Exception;
616: END IF;
617: Check_Constraints;
618: ELSIF (p_action = 'VALIDATE_UPDATE') THEN
619: Check_Constraints;

Line 684: app_exception.raise_exception;

680: end if;
681: else
682: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
683: IGS_GE_MSG_STACK.ADD;
684: app_exception.raise_exception;
685: end if;
686:
687:
688:

Line 786: app_exception.raise_exception;

782: fetch c1 into tlinfo;
783: if (c1%notfound) then
784: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
785: IGS_GE_MSG_STACK.ADD;
786: app_exception.raise_exception;
787: close c1;
788: return;
789: end if;
790: close c1;

Line 810: app_exception.raise_exception;

806: null;
807: else
808: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
809: IGS_GE_MSG_STACK.ADD;
810: app_exception.raise_exception;
811: end if;
812: return;
813: end LOCK_ROW;
814:

Line 849: app_exception.raise_exception;

845: end if;
846: else
847: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
848: IGS_GE_MSG_STACK.ADD;
849: app_exception.raise_exception;
850: end if;
851:
852:
853: