DBA Data[Home] [Help]

APPS.FA_FIN_ADJ1_PKG dependencies on APP_EXCEPTION

Line 115: app_exception.raise_exception;

111: bks_calling_fn = 'FA_BOOKS_VAL.DPIS_VAL' or
112: bks_calling_fn = 'FA_BOOKS_VAL3.CONV_CODE_VAL' or
113: bks_calling_fn = 'FA_BOOKS_VAL4.CEILING_NAME') then
114: fnd_message.set_name('OFA', 'FA_SHARED_REC_COST');
115: app_exception.raise_exception;
116: else
117: raise calc_error;
118: end if;
119: end if;

Line 141: app_exception.raise_exception;

137: bks_calling_fn = 'FA_BOOKS_VAL.DPIS_VAL' or
138: bks_calling_fn = 'FA_BOOKS_VAL3.CONV_CODE_VAL' or
139: bks_calling_fn = 'FA_BOOKS_VAL4.CEILING_NAME') then
140: fnd_message.set_name('OFA', 'FA_SHARED_REC_COST');
141: app_exception.raise_exception;
142: else
143: raise calc_error;
144: end if;
145: end if;

Line 163: app_exception.raise_exception;

159: bks_calling_fn = 'FA_BOOKS_VAL.DPIS_VAL' or
160: bks_calling_fn = 'FA_BOOKS_VAL3.CONV_CODE_VAL' or
161: bks_calling_fn = 'FA_BOOKS_VAL4.CEILING_NAME') then
162: fnd_message.set_name('OFA', 'FA_SHARED_REC_COST');
163: app_exception.raise_exception;
164: else
165: raise calc_error;
166: end if;
167: end if;

Line 247: app_exception.raise_exception;

243: p_log_level_rec => p_log_level_rec);
244: raise amt_error;
245: else
246: fnd_message.set_name('OFA', 'FA_BOOK_NEG_SALVAGE_VALUE');
247: app_exception.raise_exception;
248: end if;
249: else
250: if bks_cost > 0 and bks_salvage_value < 0 then
251: -- syoung: conditional error messaging.

Line 262: app_exception.raise_exception;

258: p_log_level_rec => p_log_level_rec);
259: raise amt_error;
260: else
261: fnd_message.set_name('OFA', 'FA_BOOK_POS_SALVAGE_VALUE');
262: app_exception.raise_exception;
263: end if;
264: end if;
265: end if;
266:

Line 282: app_exception.raise_exception;

278: p_log_level_rec => p_log_level_rec);
279: raise amt_error;
280: else
281: fnd_message.set_name('OFA', 'FA_BOOK_INVALID_RESERVE');
282: app_exception.raise_exception;
283: end if;
284: end if;
285: else
286: -- syoung: conditional messaging.

Line 295: app_exception.raise_exception;

291: p_log_level_rec => p_log_level_rec);
292: raise amt_error;
293: else
294: fnd_message.set_name('OFA', 'FA_BOOK_ALL_POSITIVE');
295: app_exception.raise_exception;
296: end if;
297: end if;
298: else
299: -- syoung: conditional messaging.

Line 308: app_exception.raise_exception;

304: p_log_level_rec => p_log_level_rec);
305: raise amt_error;
306: else
307: fnd_message.set_name('OFA', 'FA_BOOK_ALL_NEGATIVE');
308: app_exception.raise_exception;
309: end if;
310: end if;
311: end if;
312:

Line 433: --app_exception.raise_exception;

429: if bks_cost is null then
430: message_name := 'FA_BOOK_NO_FINANCIAL_INFO';
431: raise expected_exc;
432: --fnd_message.set_name('OFA', 'FA_BOOK_NO_FINANCIAL_INFO');
433: --app_exception.raise_exception;
434: end if;
435:
436: if bks_pc_fully_retired is not null then
437: message_name := 'FA_SHARED_RETIRED_ASSET';

Line 440: --app_exception.raise_exception;

436: if bks_pc_fully_retired is not null then
437: message_name := 'FA_SHARED_RETIRED_ASSET';
438: raise expected_exc;
439: --fnd_message.set_name('OFA', 'FA_SHARED_RETIRED_ASSET');
440: --app_exception.raise_exception;
441: end if;
442:
443: if bks_pc_fully_reserved is not null then
444: bks_pc_fully_reserved := null;

Line 473: --app_exception.raise_exception;

469: if abs(bks_ytd_deprn) > abs(bks_deprn_reserve) then
470: message_name := 'FA_BOOK_YTD_EXCEED_RSV';
471: raise expected_exc;
472: --fnd_message.set_name('OFA', 'FA_BOOK_YTD_EXCEED_RSV');
473: --app_exception.raise_exception;
474: end if;
475: else
476: if bks_ytd_deprn <> bks_deprn_reserve then
477:

Line 491: --app_exception.raise_exception;

487: raise expected_exc;
488: END IF;
489: CLOSE cbachand_part_ret;
490: --fnd_message.set_name('OFA', 'FA_BOOK_RSV_EQL_YTD');
491: --app_exception.raise_exception;
492: end if;
493: end if;
494:
495: close same_fiscal_year;

Line 507: --app_exception.raise_exception;

503: close check_rate;
504: message_name := 'FA_SHARED_INVALID_METHOD_RATE';
505: raise expected_exc;
506: --fnd_message.set_name('OFA', 'FA_SHARED_INVALID_METHOD_RATE');
507: --app_exception.raise_exception;
508: end if;
509:
510: close check_rate;
511: elsif bks_rate_source_rule = 'FORMULA' then

Line 530: --app_exception.raise_exception;

526: close check_life;
527: message_name := 'FA_SHARED_INVALID_METHOD_LIFE';
528: raise expected_exc;
529: --fnd_message.set_name('OFA', 'FA_SHARED_INVALID_METHOD_LIFE');
530: --app_exception.raise_exception;
531: end if;
532: end if;
533:
534: else

Line 544: --app_exception.raise_exception;

540: close check_life;
541: message_name := 'FA_SHARED_INVALID_METHOD_LIFE';
542: raise expected_exc;
543: --fnd_message.set_name('OFA', 'FA_SHARED_INVALID_METHOD_LIFE');
544: --app_exception.raise_exception;
545: end if;
546:
547: close check_life;
548: end if;

Line 556: --app_exception.raise_exception;

552: bks_ceiling_type = 'RECOVERABLE COST CEILING' then
553: message_name := 'FA_BOOK_CANT_ITC_AND_COST_CEIL';
554: raise expected_exc;
555: --fnd_message.set_name('OFA', 'FA_BOOK_CANT_ITC_AND_COST_CEIL');
556: --app_exception.raise_exception;
557: end if;
558:
559: check_flag := 'N';
560:

Line 569: --app_exception.raise_exception;

565: close check_deprn_flag;
566: message_name := 'FA_BOOK_INVALID_DEPRN_FLAG';
567: raise expected_exc;
568: --fnd_message.set_name('OFA', 'FA_BOOK_INVALID_DEPRN_FLAG');
569: --app_exception.raise_exception;
570: end if;
571:
572: close check_deprn_flag;
573:

Line 763: app_exception.raise_exception;

759:
760: if (pro_conv_cur%notfound) then
761: close pro_conv_cur;
762: fnd_message.set_name('OFA', 'FA_CANNOT_AMORTIZE_PRORATE_CHE');
763: app_exception.raise_exception;
764: end if;
765:
766: close pro_conv_cur;
767: end if; */

Line 784: app_exception.raise_exception;

780: fetch no_changes_to_dep_flag into check_flag;
781: if (no_changes_to_dep_flag%found) then
782: close no_changes_to_dep_flag;
783: fnd_message.set_name('OFA', 'FA_SHARED_NO_CHANGES_TO_COMMIT');
784: app_exception.raise_exception;
785: else
786: open adjustment_reqd_flag;
787: fetch adjustment_reqd_flag into check_flag;
788: if (adjustment_reqd_flag%found) then

Line 805: app_exception.raise_exception;

801:
802: if (no_changes_to_dep_flag%notfound) then
803: close no_changes_to_dep_flag;
804: fnd_message.set_name('OFA', 'FA_BK_NO_MULTIPLE_CHANGES');
805: app_exception.raise_exception;
806: end if;
807:
808: close no_changes_to_dep_flag;
809: end if;