DBA Data[Home] [Help]

APPS.FA_MASS_REVAL_PKG dependencies on FA_SRVR_MSG

Line 322: fa_srvr_msg.add_message

318: end if;
319:
320: -- initial book control validation
321: if (fa_cache_pkg.fazcbc_record.allow_reval_flag <> 'YES') then
322: fa_srvr_msg.add_message
323: (calling_fn => l_calling_fn,
324: name => 'FA_BOOK_REVAL_NOT_ALLOW', p_log_level_rec => g_log_level_rec);
325: raise massrvl_err;
326: elsif (fa_cache_pkg.fazcbc_record.date_ineffective is not null) then

Line 327: fa_srvr_msg.add_message

323: (calling_fn => l_calling_fn,
324: name => 'FA_BOOK_REVAL_NOT_ALLOW', p_log_level_rec => g_log_level_rec);
325: raise massrvl_err;
326: elsif (fa_cache_pkg.fazcbc_record.date_ineffective is not null) then
327: fa_srvr_msg.add_message
328: (calling_fn => l_calling_fn,
329: name => 'FA_DATA_ERR_MASS_REVAL', p_log_level_rec => g_log_level_rec);
330: raise massrvl_err;
331: end if;

Line 453: FA_SRVR_MSG.Set_Message_Level(message_level => 10, p_log_level_rec => g_log_level_rec);

449:
450: -- clear the debug stack for each asset
451: FA_DEBUG_PKG.Initialize;
452: -- reset the message level to prevent bogus errors
453: FA_SRVR_MSG.Set_Message_Level(message_level => 10, p_log_level_rec => g_log_level_rec);
454:
455: l_mesg_name := null;
456:
457: BEGIN

Line 587: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);

583: write_message(l_asset_number(l_loop_count),
584: null,
585: p_mode);
586:
587: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
588:
589: if (g_log_level_rec.statement_level) then
590: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
591: end if;

Line 640: fa_srvr_msg.add_message(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);

636: if (g_log_level_rec.statement_level) then
637: fa_debug_pkg.add(l_calling_fn, 'in massrvl_err main', '', p_log_level_rec => g_log_level_rec);
638: end if;
639:
640: fa_srvr_msg.add_message(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
641: if (g_log_level_rec.statement_level) then
642: FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
643: end if;
644: x_return_status := 2;

Line 657: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);

653: if (g_log_level_rec.statement_level) then
654: fa_debug_pkg.add(l_calling_fn, 'in massrvl_err when otherx', '', p_log_level_rec => g_log_level_rec);
655: end if;
656:
657: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
658: if (g_log_level_rec.statement_level) then
659: FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
660: end if;
661: x_return_status := 2;

Line 718: fa_srvr_msg.add_message

714:
715: end if;
716:
717: -- now process the messages for the log file
718: fa_srvr_msg.add_message
719: (calling_fn => l_calling_fn,
720: token1 => l_token,
721: value1 => l_value,
722: name => l_message, p_log_level_rec => g_log_level_rec);

Line 886: fa_srvr_msg.add_message

882: G_period_end_reval_flag ;
883:
884: if (c_mass_reval_info%NOTFOUND) then
885: close c_mass_reval_info;
886: fa_srvr_msg.add_message
887: (calling_fn => l_calling_fn,
888: name => 'FA_DATA_ERR_MASS_REVAL', p_log_level_rec => g_log_level_rec);
889: raise massrvl_err;
890: end if;

Line 912: fa_srvr_msg.add_message (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);

908: return true;
909:
910: EXCEPTION
911: WHEN massrvl_err THEN
912: fa_srvr_msg.add_message (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
913: return false;
914:
915: WHEN OTHERS THEN
916: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);

Line 916: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);

912: fa_srvr_msg.add_message (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
913: return false;
914:
915: WHEN OTHERS THEN
916: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
917: return false;
918:
919: END get_mass_reval_info;
920:

Line 1119: fa_srvr_msg.add_message (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);

1115:
1116: EXCEPTION
1117: WHEN massrvl_err THEN
1118: FND_CONCURRENT.AF_ROLLBACK;
1119: fa_srvr_msg.add_message (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
1120: X_return_status := 2;
1121:
1122: WHEN OTHERS THEN
1123: FND_CONCURRENT.AF_ROLLBACK;

Line 1124: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);

1120: X_return_status := 2;
1121:
1122: WHEN OTHERS THEN
1123: FND_CONCURRENT.AF_ROLLBACK;
1124: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
1125: x_return_status := 2;
1126:
1127: END allocate_workers;
1128: