DBA Data[Home] [Help]

APPS.FA_MASS_REINS_PKG dependencies on FA_SRVR_MSG

Line 146: FA_SRVR_MSG.Set_Message_Level(message_level => 10);

142:
143: -- clear the debug stack for each asset
144: FA_DEBUG_PKG.Initialize;
145: -- reset the message level to prevent bogus errors
146: FA_SRVR_MSG.Set_Message_Level(message_level => 10);
147:
148: OPEN mass_reinstatement;
149: FETCH mass_reinstatement
150: INTO l_Mass_Retirement_Id,

Line 197: FA_SRVR_MSG.Set_Message_Level(message_level => 10);

193:
194: -- clear the debug stack for each asset
195: FA_DEBUG_PKG.Initialize;
196: -- reset the message level to prevent bogus errors
197: FA_SRVR_MSG.Set_Message_Level(message_level => 10);
198:
199: fa_srvr_msg.add_message(
200: calling_fn => NULL,
201: name => 'FA_SHARED_ASSET_NUMBER',

Line 199: fa_srvr_msg.add_message(

195: FA_DEBUG_PKG.Initialize;
196: -- reset the message level to prevent bogus errors
197: FA_SRVR_MSG.Set_Message_Level(message_level => 10);
198:
199: fa_srvr_msg.add_message(
200: calling_fn => NULL,
201: name => 'FA_SHARED_ASSET_NUMBER',
202: token1 => 'NUMBER',
203: value1 => l_asset_number(l_loop_count));

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

297: WHEN done_exc then
298: x_return_status := 0;
299:
300: WHEN error_found THEN
301: fa_srvr_msg.add_message(calling_fn => l_calling_fn,
302: p_log_level_rec => g_log_level_rec);
303: FND_CONCURRENT.AF_ROLLBACK;
304:
305: -- Commented for bugfix 4672237

Line 313: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn,

309:
310: x_return_status := 2;
311:
312: WHEN Others THEN
313: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn,
314: p_log_level_rec => g_log_level_rec);
315: FND_CONCURRENT.AF_ROLLBACK;
316:
317: -- Commented for bugfix 4672237

Line 358: fa_srvr_msg.add_message

354: FND_FILE.put(FND_FILE.output,l_string);
355: FND_FILE.new_line(FND_FILE.output,1);
356:
357: -- now process the messages for the log file
358: fa_srvr_msg.add_message
359: (calling_fn => l_calling_fn,
360: name => l_message,
361: p_log_level_rec => g_log_level_rec);
362: