DBA Data[Home] [Help]

APPS.FA_MASS_REINS_PKG dependencies on FND_CONCURRENT

Line 263: FND_CONCURRENT.AF_ROLLBACK;

259: 'FA_MCP_REINSTATE_SUCCESS');
260:
261: EXCEPTION
262: WHEN ret_err THEN
263: FND_CONCURRENT.AF_ROLLBACK;
264: x_failure_count := x_failure_count + 1;
265: write_message(l_asset_number(l_loop_count),
266: NULL);
267: if (g_log_level_rec.statement_level) then

Line 272: FND_CONCURRENT.AF_ROLLBACK;

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

Line 286: FND_CONCURRENT.AF_COMMIT;

282: END LOOP; -- qualified_assets
283:
284: px_max_asset_id := l_asset_id(l_asset_id.count);
285:
286: FND_CONCURRENT.AF_COMMIT;
287:
288: x_return_status := 0;
289:
290:

Line 297: FND_CONCURRENT.AF_ROLLBACK;

293: x_return_status := 0;
294:
295: WHEN error_found THEN
296: fa_srvr_msg.add_message(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
297: FND_CONCURRENT.AF_ROLLBACK;
298: if (g_log_level_rec.statement_level) then
299: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
300: end if;
301:

Line 306: FND_CONCURRENT.AF_ROLLBACK;

302: x_return_status := 2;
303:
304: WHEN Others THEN
305: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
306: FND_CONCURRENT.AF_ROLLBACK;
307: if (g_log_level_rec.statement_level) then
308: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
309: end if;
310: