DBA Data[Home] [Help]

APPS.FA_MASS_DPR_RSV_ADJ_PKG dependencies on FA_SRVR_MSG

Line 485: fa_srvr_msg.add_message (

481: (l_corp_cost <> l_adj_cost )) then --vmarella
482:
483: /* Bug 4597471 -- added the following messages */
484:
485: fa_srvr_msg.add_message (
486: calling_fn => l_calling_fn,
487: name => 'FA_TAX_ASSET_WARN',
488: token1 => 'VARIABLE',
489: value1 => 'ASSET',

Line 495: fa_srvr_msg.add_message (

491: value2 => l_asset_desc_rec.asset_number,
492: translate => FALSE
493: );
494:
495: fa_srvr_msg.add_message (
496: calling_fn => l_calling_fn,
497: name => 'FA_TAX_DIFF_COST',
498: translate => FALSE
499: );

Line 592: fa_srvr_msg.add_message (

588:
589: if (nvl(l_adj_cost,0) > 0 and (l_min_deprn_rsv > l_max_deprn_rsv)) OR
590: (nvl(l_adj_cost,0) < 0 and (l_min_deprn_rsv < l_max_deprn_rsv)) then
591:
592: fa_srvr_msg.add_message (
593: calling_fn => l_calling_fn,
594: name => 'FA_TAX_ASSET_WARN',
595: token1 => 'VARIABLE',
596: value1 => 'ASSET',

Line 602: fa_srvr_msg.add_message (

598: value2 => l_asset_desc_rec.asset_number,
599: translate => FALSE
600: );
601:
602: fa_srvr_msg.add_message (
603: calling_fn => l_calling_fn,
604: name => 'FA_TAX_MAX_LESS_MIN',
605: translate => FALSE
606: );

Line 670: fa_srvr_msg.add_message(

666: EXCEPTION
667:
668: /* Bug 4597471 -- messages for partially / fully reserved assets */
669: when asset_ret then
670: fa_srvr_msg.add_message(
671: calling_fn => l_calling_fn,
672: name => 'FA_TAX_ASSET_WARN',
673: token1 => 'ASSET_NUMBER',
674: value1 => l_asset_desc_rec.asset_number);

Line 676: fa_srvr_msg.add_message(

672: name => 'FA_TAX_ASSET_WARN',
673: token1 => 'ASSET_NUMBER',
674: value1 => l_asset_desc_rec.asset_number);
675:
676: fa_srvr_msg.add_message(
677: calling_fn => l_calling_fn,
678: name => 'FA_TAX_FULLY_RET');
679: if (g_log_level_rec.statement_level) then
680: fa_debug_pkg.add(l_calling_fn,'asset_ret ','');

Line 688: fa_srvr_msg.add_message(calling_fn => l_calling_fn);

684:
685: end if;
686: when mass_dpr_rsv_adj_err then
687: FND_CONCURRENT.AF_ROLLBACK;
688: fa_srvr_msg.add_message(calling_fn => l_calling_fn);
689: if (g_log_level_rec.statement_level) then
690: fa_debug_pkg.add(l_calling_fn,'mass_dpr_rsv_adj_err ','');
691:
692: -- Commented for bugfix 4672237

Line 700: FA_SRVR_MSG.ADD_SQL_ERROR(

696: G_failure_count := G_failure_count + 1;
697:
698:
699: when others then
700: FA_SRVR_MSG.ADD_SQL_ERROR(
701: CALLING_FN => l_calling_fn,
702: p_log_level_rec => g_log_level_rec);
703: fnd_concurrent.af_rollback;
704: if (g_log_level_rec.statement_level) then

Line 718: FA_SRVR_MSG.ADD_SQL_ERROR(

714: end loop; -- c_assets;
715:
716: EXCEPTION
717: when others then
718: FA_SRVR_MSG.ADD_SQL_ERROR(
719: CALLING_FN => l_calling_fn,
720: p_log_level_rec => g_log_level_rec);
721: fnd_concurrent.af_rollback;
722: if (g_log_level_rec.statement_level) then

Line 941: FA_SRVR_MSG.ADD_SQL_ERROR(

937:
938: EXCEPTION
939: WHEN OTHERS THEN
940:
941: FA_SRVR_MSG.ADD_SQL_ERROR(
942: CALLING_FN => l_calling_fn,
943: p_log_level_rec => g_log_level_rec);
944:
945: UPDATE FA_WORKER_JOBS

Line 984: fa_srvr_msg.add_message(calling_fn => l_calling_fn,

980:
981: WHEN error_found then
982: x_success_count := G_success_count;
983: x_failure_count := G_failure_count;
984: fa_srvr_msg.add_message(calling_fn => l_calling_fn,
985: p_log_level_rec => g_log_level_rec);
986:
987: -- Commented for bugfix 4672237
988: -- if (g_log_level_rec.statement_level) then

Line 996: FA_SRVR_MSG.ADD_SQL_ERROR(

992:
993: WHEN OTHERS THEN
994: x_success_count := G_success_count;
995: x_failure_count := G_failure_count;
996: FA_SRVR_MSG.ADD_SQL_ERROR(
997: CALLING_FN => l_calling_fn,
998: p_log_level_rec => g_log_level_rec);
999:
1000: -- Commented for bugfix 4672237

Line 1119: fa_srvr_msg.add_message(calling_fn => l_calling_fn,

1115: -- Commented for bugfix 4672237
1116: -- if (g_log_level_rec.statement_level) then
1117: -- fa_debug_pkg.dump_debug_messages(max_mesgs => 0);
1118: -- end if;
1119: fa_srvr_msg.add_message(calling_fn => l_calling_fn,
1120: p_log_level_rec => g_log_level_rec);
1121: x_return_status := 2;
1122:
1123: WHEN OTHERS THEN

Line 1124: FA_SRVR_MSG.ADD_SQL_ERROR(

1120: p_log_level_rec => g_log_level_rec);
1121: x_return_status := 2;
1122:
1123: WHEN OTHERS THEN
1124: FA_SRVR_MSG.ADD_SQL_ERROR(
1125: CALLING_FN => l_calling_fn,
1126: p_log_level_rec => g_log_level_rec);
1127: fnd_concurrent.af_rollback;
1128: