DBA Data[Home] [Help]

APPS.FA_MASS_REINS_PKG dependencies on FND_CONCURRENT

Line 262: FND_CONCURRENT.AF_ROLLBACK;

258: p_log_level_rec => g_log_level_rec);
259:
260: EXCEPTION
261: WHEN ret_err THEN
262: FND_CONCURRENT.AF_ROLLBACK;
263: x_failure_count := x_failure_count + 1;
264: write_message(l_asset_number(l_loop_count),
265: NULL,
266: p_log_level_rec => g_log_level_rec);

Line 274: FND_CONCURRENT.AF_ROLLBACK;

270: -- fa_debug_pkg.dump_debug_messages(max_mesgs => 0);
271: -- end if;
272:
273: WHEN others THEN
274: FND_CONCURRENT.AF_ROLLBACK;
275: x_failure_count := x_failure_count + 1;
276: write_message(l_asset_number(l_loop_count),
277: NULL,
278: p_log_level_rec => g_log_level_rec);

Line 291: FND_CONCURRENT.AF_COMMIT;

287: END LOOP; -- qualified_assets
288:
289: px_max_asset_id := l_asset_id(l_asset_id.count);
290:
291: FND_CONCURRENT.AF_COMMIT;
292:
293: x_return_status := 0;
294:
295:

Line 303: FND_CONCURRENT.AF_ROLLBACK;

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
306: -- if (g_log_level_rec.statement_level) then
307: -- fa_debug_pkg.dump_debug_messages(max_mesgs => 0);

Line 315: FND_CONCURRENT.AF_ROLLBACK;

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
318: -- if (g_log_level_rec.statement_level) then
319: -- fa_debug_pkg.dump_debug_messages(max_mesgs => 0);