DBA Data[Home] [Help]

APPS.FARX_C_WD dependencies on FA_RX_CONC_MESG_PKG

Line 215: fa_rx_conc_mesg_pkg.log(h_mesg_str);

211: if argument1 is null then
212:
213: fnd_message.set_name('OFA','FA_WHATIF_PARAM_REQUIRED');
214: h_mesg_str := fnd_message.get;
215: fa_rx_conc_mesg_pkg.log(h_mesg_str);
216:
217: x_return_status := 2;
218: return;
219:

Line 229: fa_rx_conc_mesg_pkg.log(h_mesg_str);

225:
226: if h_count = 0 then
227: fnd_message.set_name('OFA','FA_WHATIF_PARAM_REQUIRED');
228: h_mesg_str := fnd_message.get;
229: fa_rx_conc_mesg_pkg.log(h_mesg_str);
230:
231: x_return_status := 2;
232: return;
233: end if;

Line 260: fa_rx_conc_mesg_pkg.log(h_mesg_str);

256:
257: if argument2 is null then
258: fnd_message.set_name('OFA','FA_WHATIF_PARAM_REQUIRED');
259: h_mesg_str := fnd_message.get;
260: fa_rx_conc_mesg_pkg.log(h_mesg_str);
261:
262: x_return_status := 2;
263: return;
264: end if;

Line 277: fa_rx_conc_mesg_pkg.log(h_mesg_str);

273: if h_count = 0 then
274:
275: fnd_message.set_name('OFA','FA_WHATIF_PARAM_REQUIRED');
276: h_mesg_str := fnd_message.get;
277: fa_rx_conc_mesg_pkg.log(h_mesg_str);
278:
279: x_return_status := 2;
280: return;
281: end if;

Line 292: fa_rx_conc_mesg_pkg.log(h_mesg_str);

288: to_number(argument3) <> floor(to_number(argument3)))) then
289:
290: fnd_message.set_name('OFA','FA_WHATIF_PARAM_REQUIRED');
291: h_mesg_str := fnd_message.get;
292: fa_rx_conc_mesg_pkg.log(h_mesg_str);
293:
294: x_return_status := 2;
295: return;
296: end if;

Line 315: fa_rx_conc_mesg_pkg.log(h_mesg_str);

311:
312: if h_count < to_number(argument3) then
313: fnd_message.set_name('OFA','FA_PROJ_CALS_UNDEFINED');
314: h_mesg_str := fnd_message.get;
315: fa_rx_conc_mesg_pkg.log(h_mesg_str);
316: x_return_status := 2;
317: return;
318: end if;
319:

Line 333: fa_rx_conc_mesg_pkg.log(h_mesg_str);

329: argument5 < argument4) then
330:
331: fnd_message.set_name('OFA','FA_WHATIF_BEGIN_END_ASSET');
332: h_mesg_str := fnd_message.get;
333: fa_rx_conc_mesg_pkg.log(h_mesg_str);
334:
335: x_return_status := 2;
336: return;
337: end if;

Line 384: fa_rx_conc_mesg_pkg.log(h_mesg_str);

380:
381: fnd_message.set_name('OFA','FA_WHATIF_NO_CAT');
382: fnd_message.set_token('CAT',argument9,FALSE);
383: h_mesg_str := fnd_message.get;
384: fa_rx_conc_mesg_pkg.log(h_mesg_str);
385:
386: x_return_status := 2;
387: return;
388: end if;

Line 405: fa_rx_conc_mesg_pkg.log(h_mesg_str);

401: if h_count = 0 then
402: fnd_message.set_name('OFA','FA_WHATIF_CAT_NOT_SET_UP');
403: fnd_message.set_token('CAT',argument9,FALSE);
404: h_mesg_str := fnd_message.get;
405: fa_rx_conc_mesg_pkg.log(h_mesg_str);
406:
407: x_return_status := 2;
408: return;
409: end if;

Line 428: fa_rx_conc_mesg_pkg.log(h_mesg_str);

424: fnd_message.set_token('VALUE',h_value_error,FALSE);
425: fnd_message.set_token('PARAM',h_param_error,FALSE);
426: end if;
427: h_mesg_str := fnd_message.get;
428: fa_rx_conc_mesg_pkg.log(h_mesg_str);
429: x_return_status := 2;
430:
431: return;
432: end if;

Line 449: fa_rx_conc_mesg_pkg.log(h_mesg_str);

445: if (argument6 is not null and argument7 is not null) then
446: if h_end_dpis < h_begin_dpis then
447: fnd_message.set_name('OFA','FA_SHARED_BAD_END_DATE');
448: h_mesg_str := fnd_message.get;
449: fa_rx_conc_mesg_pkg.log(h_mesg_str);
450: x_return_status := 2;
451: return;
452: end if;
453: end if;

Line 474: fa_rx_conc_mesg_pkg.log(h_mesg_str);

470: if h_count = 0 then
471: fnd_message.set_name('OFA','FA_WHATIF_NO_METHOD');
472: fnd_message.set_token('METHOD',argument11,FALSE);
473: h_mesg_str := fnd_message.get;
474: fa_rx_conc_mesg_pkg.log(h_mesg_str);
475:
476: x_return_status := 2;
477: return;
478: end if;

Line 502: fa_rx_conc_mesg_pkg.log(h_mesg_str);

498: if (argument12 is null) then
499:
500: fnd_message.set_name('OFA','FA_MASSCHG_LIFE_BASED_METHOD');
501: h_mesg_str := fnd_message.get;
502: fa_rx_conc_mesg_pkg.log(h_mesg_str);
503:
504: x_return_status := 2;
505: return;
506: end if;

Line 516: fa_rx_conc_mesg_pkg.log(h_mesg_str);

512:
513: if h_count = 0 then
514: fnd_message.set_name('OFA','FA_SHARED_INVALID_METHOD_LIFE');
515: h_mesg_str := fnd_message.get;
516: fa_rx_conc_mesg_pkg.log(h_mesg_str);
517:
518: x_return_status := 2;
519: return;
520: end if;

Line 525: fa_rx_conc_mesg_pkg.log(h_mesg_str);

521:
522: if (argument13 is not null) then
523: fnd_message.set_name('OFA','FA_METHOD_NO_RATES');
524: h_mesg_str := fnd_message.get;
525: fa_rx_conc_mesg_pkg.log(h_mesg_str);
526:
527: x_return_status := 2;
528: return;
529:

Line 550: fa_rx_conc_mesg_pkg.log(h_mesg_str);

546:
547: if (argument13 is null) then
548: fnd_message.set_name('OFA','FA_MASSCHG_RATE_BASED_METHOD');
549: h_mesg_str := fnd_message.get;
550: fa_rx_conc_mesg_pkg.log(h_mesg_str);
551:
552: x_return_status := 2;
553: return;
554: end if;

Line 567: fa_rx_conc_mesg_pkg.log(h_mesg_str);

563:
564: if h_count = 0 then
565: fnd_message.set_name('OFA','FA_SHARED_INVALID_METHOD_RATE');
566: h_mesg_str := fnd_message.get;
567: fa_rx_conc_mesg_pkg.log(h_mesg_str);
568:
569: x_return_status := 2;
570: return;
571:

Line 577: fa_rx_conc_mesg_pkg.log(h_mesg_str);

573:
574: if (argument12 is not null) then
575: fnd_message.set_name('OFA','FA_METHOD_NO_LIFE');
576: h_mesg_str := fnd_message.get;
577: fa_rx_conc_mesg_pkg.log(h_mesg_str);
578:
579: x_return_status := 2;
580: return;
581:

Line 605: fa_rx_conc_mesg_pkg.log(h_mesg_str);

601: if h_count = 0 then
602: fnd_message.set_name('OFA','FA_WHATIF_NO_CONVENTION');
603: fnd_message.set_token('CONV',argument14,FALSE);
604: h_mesg_str := fnd_message.get;
605: fa_rx_conc_mesg_pkg.log(h_mesg_str);
606:
607: x_return_status := 2;
608: return;
609: end if;

Line 623: fa_rx_conc_mesg_pkg.log(h_mesg_str);

619:
620: if (to_number(argument15) < 0 OR to_number(argument15) > 100) then
621: fnd_message.set_name('OFA','FA_SHARED_BAD_PERCENT');
622: h_mesg_str := fnd_message.get;
623: fa_rx_conc_mesg_pkg.log(h_mesg_str);
624:
625: x_return_status := 2;
626: return;
627: end if;

Line 646: fa_rx_conc_mesg_pkg.log(h_mesg_str);

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

Line 673: fa_rx_conc_mesg_pkg.log(h_mesg_str);

669: fnd_message.set_token('VALUE',h_value_error,FALSE);
670: fnd_message.set_token('PARAM',h_param_error,FALSE);
671: end if;
672: h_mesg_str := fnd_message.get;
673: fa_rx_conc_mesg_pkg.log(h_mesg_str);
674: x_return_status := 2;
675: return;
676: end if;
677: ******************************************************* */

Line 712: fa_rx_conc_mesg_pkg.log(h_mesg_str);

708: fnd_message.set_token('VALUE',h_value_error,FALSE);
709: fnd_message.set_token('PARAM',h_param_error,FALSE);
710: end if;
711: h_mesg_str := fnd_message.get;
712: fa_rx_conc_mesg_pkg.log(h_mesg_str);
713: x_return_status := 2;
714: return;
715:
716: end if;

Line 865: fa_rx_conc_mesg_pkg.log(h_mesg_str);

861: -- when there is NO ASSET is there to process.
862: if h_num_assets = 0 then
863: fnd_message.set_name('OFA','FA_WHATIF_NO_ASSETS');
864: h_mesg_str := fnd_message.get;
865: fa_rx_conc_mesg_pkg.log(h_mesg_str);
866:
867: if (p_total_requests > 1) then
868: update fa_worker_jobs
869: set status = 'COMPLETED'

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

938: end if;
939: end if;
940: else -- hypothetical case
941:
942: --fa_rx_conc_mesg_pkg.log('calling whatif deprn package');
943:
944: if (argument4 is not null) then
945: h_date_in_service := fnd_date.canonical_to_date(argument4);
946: end if;

Line 985: fa_rx_conc_mesg_pkg.log(h_mesg_str);

981:
982: fnd_message.set_name('OFA','FA_WHATIF_NO_CAT');
983: fnd_message.set_token('CAT',argument7,FALSE);
984: h_mesg_str := fnd_message.get;
985: fa_rx_conc_mesg_pkg.log(h_mesg_str);
986:
987: x_return_status := 2;
988: return;
989: end if;

Line 1007: fa_rx_conc_mesg_pkg.log(h_mesg_str);

1003: if h_count = 0 then
1004: fnd_message.set_name('OFA','FA_WHATIF_CAT_NOT_SET_UP');
1005: fnd_message.set_token('CAT',argument7,FALSE);
1006: h_mesg_str := fnd_message.get;
1007: fa_rx_conc_mesg_pkg.log(h_mesg_str);
1008:
1009: x_return_status := 2;
1010: return;
1011: end if;

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

1016: run from rxi report but argument 8 is null when program is called from what if form*/
1017:
1018: h_cat_id := NVL (argument8,h_cat_id);
1019:
1020: --fa_rx_conc_mesg_pkg.log(h_date_in_service);
1021: ret := fa_whatif_deprn2_pkg.whatif_deprn (
1022: X_assets => h_assets,
1023: X_num_assets => NULL,
1024: X_method => argument11,

Line 1140: fa_Rx_conc_mesg_pkg.log(SQLERRM);

1136: fa_whatif_deprn_pkg.g_deprn.delete;
1137: return;
1138: /*
1139: if SQLCODE <> 0 then
1140: fa_Rx_conc_mesg_pkg.log(SQLERRM);
1141: end if;
1142:
1143: fnd_message.set_name('OFA',h_mesg_name);
1144: if h_mesg_name = 'FA_WHATIF_PARAM_ERROR' then

Line 1149: fa_rx_conc_mesg_pkg.log(h_mesg_str);

1145: fnd_message.set_token('VALUE',h_value_error,FALSE);
1146: fnd_message.set_token('PARAM',h_param_error,FALSE);
1147: end if;
1148: h_mesg_str := fnd_message.get;
1149: fa_rx_conc_mesg_pkg.log(h_mesg_str);
1150:
1151: x_return_status := 2;
1152: */
1153: end WHATIF;