DBA Data[Home] [Help]

APPS.FARX_C_WD dependencies on FA_RX_CONC_MESG_PKG

Line 189: fa_rx_conc_mesg_pkg.log(h_mesg_str);

185: if argument1 is null then
186:
187: fnd_message.set_name('OFA','FA_WHATIF_PARAM_REQUIRED');
188: h_mesg_str := fnd_message.get;
189: fa_rx_conc_mesg_pkg.log(h_mesg_str);
190:
191: retcode := 2;
192: return;
193:

Line 203: fa_rx_conc_mesg_pkg.log(h_mesg_str);

199:
200: if h_count = 0 then
201: fnd_message.set_name('OFA','FA_WHATIF_PARAM_REQUIRED');
202: h_mesg_str := fnd_message.get;
203: fa_rx_conc_mesg_pkg.log(h_mesg_str);
204:
205: retcode := 2;
206: return;
207: end if;

Line 234: fa_rx_conc_mesg_pkg.log(h_mesg_str);

230:
231: if argument2 is null then
232: fnd_message.set_name('OFA','FA_WHATIF_PARAM_REQUIRED');
233: h_mesg_str := fnd_message.get;
234: fa_rx_conc_mesg_pkg.log(h_mesg_str);
235:
236: retcode := 2;
237: return;
238: end if;

Line 251: fa_rx_conc_mesg_pkg.log(h_mesg_str);

247: if h_count = 0 then
248:
249: fnd_message.set_name('OFA','FA_WHATIF_PARAM_REQUIRED');
250: h_mesg_str := fnd_message.get;
251: fa_rx_conc_mesg_pkg.log(h_mesg_str);
252:
253: retcode := 2;
254: return;
255: end if;

Line 266: fa_rx_conc_mesg_pkg.log(h_mesg_str);

262: to_number(argument3) <> floor(to_number(argument3)))) then
263:
264: fnd_message.set_name('OFA','FA_WHATIF_PARAM_REQUIRED');
265: h_mesg_str := fnd_message.get;
266: fa_rx_conc_mesg_pkg.log(h_mesg_str);
267:
268: retcode := 2;
269: return;
270: end if;

Line 289: fa_rx_conc_mesg_pkg.log(h_mesg_str);

285:
286: if h_count < to_number(argument3) then
287: fnd_message.set_name('OFA','FA_PROJ_CALS_UNDEFINED');
288: h_mesg_str := fnd_message.get;
289: fa_rx_conc_mesg_pkg.log(h_mesg_str);
290: retcode := 2;
291: return;
292: end if;
293:

Line 307: fa_rx_conc_mesg_pkg.log(h_mesg_str);

303: argument5 < argument4) then
304:
305: fnd_message.set_name('OFA','FA_WHATIF_BEGIN_END_ASSET');
306: h_mesg_str := fnd_message.get;
307: fa_rx_conc_mesg_pkg.log(h_mesg_str);
308:
309: retcode := 2;
310: return;
311: end if;

Line 358: fa_rx_conc_mesg_pkg.log(h_mesg_str);

354:
355: fnd_message.set_name('OFA','FA_WHATIF_NO_CAT');
356: fnd_message.set_token('CAT',argument9,FALSE);
357: h_mesg_str := fnd_message.get;
358: fa_rx_conc_mesg_pkg.log(h_mesg_str);
359:
360: retcode := 2;
361: return;
362: end if;

Line 379: fa_rx_conc_mesg_pkg.log(h_mesg_str);

375: if h_count = 0 then
376: fnd_message.set_name('OFA','FA_WHATIF_CAT_NOT_SET_UP');
377: fnd_message.set_token('CAT',argument9,FALSE);
378: h_mesg_str := fnd_message.get;
379: fa_rx_conc_mesg_pkg.log(h_mesg_str);
380:
381: retcode := 2;
382: return;
383: end if;

Line 402: fa_rx_conc_mesg_pkg.log(h_mesg_str);

398: fnd_message.set_token('VALUE',h_value_error,FALSE);
399: fnd_message.set_token('PARAM',h_param_error,FALSE);
400: end if;
401: h_mesg_str := fnd_message.get;
402: fa_rx_conc_mesg_pkg.log(h_mesg_str);
403: retcode := 2;
404:
405: return;
406: end if;

Line 423: fa_rx_conc_mesg_pkg.log(h_mesg_str);

419: if (argument6 is not null and argument7 is not null) then
420: if h_end_dpis < h_begin_dpis then
421: fnd_message.set_name('OFA','FA_SHARED_BAD_END_DATE');
422: h_mesg_str := fnd_message.get;
423: fa_rx_conc_mesg_pkg.log(h_mesg_str);
424: retcode := 2;
425: return;
426: end if;
427: end if;

Line 448: fa_rx_conc_mesg_pkg.log(h_mesg_str);

444: if h_count = 0 then
445: fnd_message.set_name('OFA','FA_WHATIF_NO_METHOD');
446: fnd_message.set_token('METHOD',argument11,FALSE);
447: h_mesg_str := fnd_message.get;
448: fa_rx_conc_mesg_pkg.log(h_mesg_str);
449:
450: retcode := 2;
451: return;
452: end if;

Line 476: fa_rx_conc_mesg_pkg.log(h_mesg_str);

472: if (argument12 is null) then
473:
474: fnd_message.set_name('OFA','FA_MASSCHG_LIFE_BASED_METHOD');
475: h_mesg_str := fnd_message.get;
476: fa_rx_conc_mesg_pkg.log(h_mesg_str);
477:
478: retcode := 2;
479: return;
480: end if;

Line 490: fa_rx_conc_mesg_pkg.log(h_mesg_str);

486:
487: if h_count = 0 then
488: fnd_message.set_name('OFA','FA_SHARED_INVALID_METHOD_LIFE');
489: h_mesg_str := fnd_message.get;
490: fa_rx_conc_mesg_pkg.log(h_mesg_str);
491:
492: retcode := 2;
493: return;
494: end if;

Line 499: fa_rx_conc_mesg_pkg.log(h_mesg_str);

495:
496: if (argument13 is not null) then
497: fnd_message.set_name('OFA','FA_METHOD_NO_RATES');
498: h_mesg_str := fnd_message.get;
499: fa_rx_conc_mesg_pkg.log(h_mesg_str);
500:
501: retcode := 2;
502: return;
503:

Line 524: fa_rx_conc_mesg_pkg.log(h_mesg_str);

520:
521: if (argument13 is null) then
522: fnd_message.set_name('OFA','FA_MASSCHG_RATE_BASED_METHOD');
523: h_mesg_str := fnd_message.get;
524: fa_rx_conc_mesg_pkg.log(h_mesg_str);
525:
526: retcode := 2;
527: return;
528: end if;

Line 541: fa_rx_conc_mesg_pkg.log(h_mesg_str);

537:
538: if h_count = 0 then
539: fnd_message.set_name('OFA','FA_SHARED_INVALID_METHOD_RATE');
540: h_mesg_str := fnd_message.get;
541: fa_rx_conc_mesg_pkg.log(h_mesg_str);
542:
543: retcode := 2;
544: return;
545:

Line 551: fa_rx_conc_mesg_pkg.log(h_mesg_str);

547:
548: if (argument12 is not null) then
549: fnd_message.set_name('OFA','FA_METHOD_NO_LIFE');
550: h_mesg_str := fnd_message.get;
551: fa_rx_conc_mesg_pkg.log(h_mesg_str);
552:
553: retcode := 2;
554: return;
555:

Line 579: fa_rx_conc_mesg_pkg.log(h_mesg_str);

575: if h_count = 0 then
576: fnd_message.set_name('OFA','FA_WHATIF_NO_CONVENTION');
577: fnd_message.set_token('CONV',argument14,FALSE);
578: h_mesg_str := fnd_message.get;
579: fa_rx_conc_mesg_pkg.log(h_mesg_str);
580:
581: retcode := 2;
582: return;
583: end if;

Line 597: fa_rx_conc_mesg_pkg.log(h_mesg_str);

593:
594: if (to_number(argument15) < 0 OR to_number(argument15) > 100) then
595: fnd_message.set_name('OFA','FA_SHARED_BAD_PERCENT');
596: h_mesg_str := fnd_message.get;
597: fa_rx_conc_mesg_pkg.log(h_mesg_str);
598:
599: retcode := 2;
600: return;
601: end if;

Line 620: fa_rx_conc_mesg_pkg.log(h_mesg_str);

616: fnd_message.set_token('VALUE',h_value_error,FALSE);
617: fnd_message.set_token('PARAM',h_param_error,FALSE);
618: end if;
619: h_mesg_str := fnd_message.get;
620: fa_rx_conc_mesg_pkg.log(h_mesg_str);
621: retcode := 2;
622:
623: return;
624:

Line 647: fa_rx_conc_mesg_pkg.log(h_mesg_str);

643: fnd_message.set_token('VALUE',h_value_error,FALSE);
644: fnd_message.set_token('PARAM',h_param_error,FALSE);
645: end if;
646: h_mesg_str := fnd_message.get;
647: fa_rx_conc_mesg_pkg.log(h_mesg_str);
648: retcode := 2;
649: return;
650: end if;
651: ******************************************************* */

Line 686: fa_rx_conc_mesg_pkg.log(h_mesg_str);

682: fnd_message.set_token('VALUE',h_value_error,FALSE);
683: fnd_message.set_token('PARAM',h_param_error,FALSE);
684: end if;
685: h_mesg_str := fnd_message.get;
686: fa_rx_conc_mesg_pkg.log(h_mesg_str);
687: retcode := 2;
688: return;
689:
690: end if;

Line 740: fa_rx_conc_mesg_pkg.log(h_mesg_str);

736:
737: if h_num_assets = 0 then
738: fnd_message.set_name('OFA','FA_WHATIF_NO_ASSETS');
739: h_mesg_str := fnd_message.get;
740: fa_rx_conc_mesg_pkg.log(h_mesg_str);
741:
742: retcode := 1;
743: return;
744: end if;

Line 778: --fa_rx_conc_mesg_pkg.log('calling whatif deprn package');

774: fa_whatif_deprn_pkg.g_deprn.delete;
775:
776: else -- hypothetical case
777:
778: --fa_rx_conc_mesg_pkg.log('calling whatif deprn package');
779:
780: if (argument4 is not null) then
781: h_date_in_service := fnd_date.canonical_to_date(argument4);
782: end if;

Line 821: fa_rx_conc_mesg_pkg.log(h_mesg_str);

817:
818: fnd_message.set_name('OFA','FA_WHATIF_NO_CAT');
819: fnd_message.set_token('CAT',argument7,FALSE);
820: h_mesg_str := fnd_message.get;
821: fa_rx_conc_mesg_pkg.log(h_mesg_str);
822:
823: retcode := 2;
824: return;
825: end if;

Line 843: fa_rx_conc_mesg_pkg.log(h_mesg_str);

839: if h_count = 0 then
840: fnd_message.set_name('OFA','FA_WHATIF_CAT_NOT_SET_UP');
841: fnd_message.set_token('CAT',argument7,FALSE);
842: h_mesg_str := fnd_message.get;
843: fa_rx_conc_mesg_pkg.log(h_mesg_str);
844:
845: retcode := 2;
846: return;
847: end if;

Line 851: --fa_rx_conc_mesg_pkg.log(h_date_in_service);

847: end if;
848: end if;
849: ********************************************************** */
850:
851: --fa_rx_conc_mesg_pkg.log(h_date_in_service);
852:
853: ret := fa_whatif_deprn2_pkg.whatif_deprn (
854: X_assets => h_assets,
855: X_num_assets => NULL,

Line 883: fa_Rx_conc_mesg_pkg.log(SQLERRM);

879:
880: fa_whatif_deprn_pkg.g_deprn.delete;
881:
882: if SQLCODE <> 0 then
883: fa_Rx_conc_mesg_pkg.log(SQLERRM);
884: end if;
885:
886: fnd_message.set_name('OFA',h_mesg_name);
887: if h_mesg_name = 'FA_WHATIF_PARAM_ERROR' then

Line 892: fa_rx_conc_mesg_pkg.log(h_mesg_str);

888: fnd_message.set_token('VALUE',h_value_error,FALSE);
889: fnd_message.set_token('PARAM',h_param_error,FALSE);
890: end if;
891: h_mesg_str := fnd_message.get;
892: fa_rx_conc_mesg_pkg.log(h_mesg_str);
893:
894:
895:
896: retcode := 2;