DBA Data[Home] [Help]

APPS.FA_MASS_DPR_RSV_ADJ_PKG dependencies on FA_SRVR_MSG

Line 492: fa_srvr_msg.add_message (

488: (l_corp_cost <> l_adj_cost )) then --vmarella
489:
490: /* Bug 4597471 -- added the following messages */
491:
492: fa_srvr_msg.add_message (
493: calling_fn => l_calling_fn,
494: name => 'FA_TAX_ASSET_WARN',
495: token1 => 'VARIABLE',
496: value1 => 'ASSET',

Line 503: fa_srvr_msg.add_message (

499: translate => FALSE,
500: p_log_level_rec => g_log_level_rec
501: );
502:
503: fa_srvr_msg.add_message (
504: calling_fn => l_calling_fn,
505: name => 'FA_TAX_DIFF_COST',
506: translate => FALSE,
507: p_log_level_rec => g_log_level_rec

Line 601: fa_srvr_msg.add_message (

597:
598: if (nvl(l_adj_cost,0) > 0 and (l_min_deprn_rsv > l_max_deprn_rsv)) OR
599: (nvl(l_adj_cost,0) < 0 and (l_min_deprn_rsv < l_max_deprn_rsv)) then
600:
601: fa_srvr_msg.add_message (
602: calling_fn => l_calling_fn,
603: name => 'FA_TAX_ASSET_WARN',
604: token1 => 'VARIABLE',
605: value1 => 'ASSET',

Line 612: fa_srvr_msg.add_message (

608: translate => FALSE,
609: p_log_level_rec => g_log_level_rec
610: );
611:
612: fa_srvr_msg.add_message (
613: calling_fn => l_calling_fn,
614: name => 'FA_TAX_MAX_LESS_MIN',
615: translate => FALSE,
616: p_log_level_rec => g_log_level_rec

Line 681: fa_srvr_msg.add_message(

677: EXCEPTION
678:
679: /* Bug 4597471 -- messages for partially / fully reserved assets */
680: when asset_ret then
681: fa_srvr_msg.add_message(
682: calling_fn => l_calling_fn,
683: name => 'FA_TAX_ASSET_WARN',
684: token1 => 'ASSET_NUMBER',
685: value1 => l_asset_desc_rec.asset_number,

Line 688: fa_srvr_msg.add_message(

684: token1 => 'ASSET_NUMBER',
685: value1 => l_asset_desc_rec.asset_number,
686: p_log_level_rec => g_log_level_rec);
687:
688: fa_srvr_msg.add_message(
689: calling_fn => l_calling_fn,
690: name => 'FA_TAX_FULLY_RET');
691: if (g_log_level_rec.statement_level) then
692: fa_debug_pkg.add(l_calling_fn,'asset_ret ','',g_log_level_rec);

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

696:
697: end if;
698: when mass_dpr_rsv_adj_err then
699: FND_CONCURRENT.AF_ROLLBACK;
700: fa_srvr_msg.add_message(calling_fn => l_calling_fn);
701: if (g_log_level_rec.statement_level) then
702: fa_debug_pkg.add(l_calling_fn,'mass_dpr_rsv_adj_err','',g_log_level_rec);
703:
704: -- Commented for bugfix 4672237

Line 712: FA_SRVR_MSG.ADD_SQL_ERROR(

708: G_failure_count := G_failure_count + 1;
709:
710:
711: when others then
712: FA_SRVR_MSG.ADD_SQL_ERROR(
713: CALLING_FN => l_calling_fn,
714: p_log_level_rec => g_log_level_rec);
715: fnd_concurrent.af_rollback;
716: if (g_log_level_rec.statement_level) then

Line 730: FA_SRVR_MSG.ADD_SQL_ERROR(

726: end loop; -- c_assets;
727:
728: EXCEPTION
729: when others then
730: FA_SRVR_MSG.ADD_SQL_ERROR(
731: CALLING_FN => l_calling_fn,
732: p_log_level_rec => g_log_level_rec);
733: fnd_concurrent.af_rollback;
734: if (g_log_level_rec.statement_level) then

Line 953: FA_SRVR_MSG.ADD_SQL_ERROR(

949:
950: EXCEPTION
951: WHEN OTHERS THEN
952:
953: FA_SRVR_MSG.ADD_SQL_ERROR(
954: CALLING_FN => l_calling_fn,
955: p_log_level_rec => g_log_level_rec);
956:
957: UPDATE FA_WORKER_JOBS

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

992:
993: WHEN error_found then
994: x_success_count := G_success_count;
995: x_failure_count := G_failure_count;
996: fa_srvr_msg.add_message(calling_fn => l_calling_fn,
997: p_log_level_rec => g_log_level_rec);
998:
999: -- Commented for bugfix 4672237
1000: -- if (g_log_level_rec.statement_level) then

Line 1008: FA_SRVR_MSG.ADD_SQL_ERROR(

1004:
1005: WHEN OTHERS THEN
1006: x_success_count := G_success_count;
1007: x_failure_count := G_failure_count;
1008: FA_SRVR_MSG.ADD_SQL_ERROR(
1009: CALLING_FN => l_calling_fn,
1010: p_log_level_rec => g_log_level_rec);
1011:
1012: -- Commented for bugfix 4672237

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

1127: -- Commented for bugfix 4672237
1128: -- if (g_log_level_rec.statement_level) then
1129: -- fa_debug_pkg.dump_debug_messages(max_mesgs => 0);
1130: -- end if;
1131: fa_srvr_msg.add_message(calling_fn => l_calling_fn,
1132: p_log_level_rec => g_log_level_rec);
1133: x_return_status := 2;
1134:
1135: WHEN OTHERS THEN

Line 1136: FA_SRVR_MSG.ADD_SQL_ERROR(

1132: p_log_level_rec => g_log_level_rec);
1133: x_return_status := 2;
1134:
1135: WHEN OTHERS THEN
1136: FA_SRVR_MSG.ADD_SQL_ERROR(
1137: CALLING_FN => l_calling_fn,
1138: p_log_level_rec => g_log_level_rec);
1139: fnd_concurrent.af_rollback;
1140: