DBA Data[Home] [Help]

APPS.FA_GAINLOSS_PKG dependencies on FND_CONCURRENT

Line 171: FND_CONCURRENT.AF_ROLLBACK;

167: end if;
168:
169: EXCEPTION
170: when gainloss_err then
171: FND_CONCURRENT.AF_ROLLBACK;
172: if (g_log_level_rec.statement_level) then
173: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
174: end if;
175: x_failure_count := x_failure_count + 1;

Line 194: FND_CONCURRENT.AF_ROLLBACK;

190: value1 => l_asset_id(l_loop_count),
191: p_log_level_rec => g_log_level_rec);
192:
193: when others then
194: FND_CONCURRENT.AF_ROLLBACK;
195: if (g_log_level_rec.statement_level) then
196: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
197: end if;
198: x_failure_count := x_failure_count + 1;

Line 211: -- FND_CONCURRENT.AF_COMMIT each record

207: p_log_level_rec => g_log_level_rec); -- Bug# 6937117
208:
209: END;
210:
211: -- FND_CONCURRENT.AF_COMMIT each record
212: FND_CONCURRENT.AF_COMMIT;
213:
214: end loop; -- main bulk fetch loop
215:

Line 212: FND_CONCURRENT.AF_COMMIT;

208:
209: END;
210:
211: -- FND_CONCURRENT.AF_COMMIT each record
212: FND_CONCURRENT.AF_COMMIT;
213:
214: end loop; -- main bulk fetch loop
215:
216: px_max_retirement_id := l_retirement_id(l_retirement_id.count);

Line 231: FND_CONCURRENT.AF_ROLLBACK;

227:
228: x_return_status := 0;
229:
230: when gainloss_err then
231: FND_CONCURRENT.AF_ROLLBACK;
232: fa_srvr_msg.add_message(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
233: if (g_log_level_rec.statement_level) then
234: FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
235: end if;

Line 239: FND_CONCURRENT.AF_ROLLBACK;

235: end if;
236: x_return_status := 2;
237:
238: when others then
239: FND_CONCURRENT.AF_ROLLBACK;
240: fa_srvr_msg.add_message(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
241: if (g_log_level_rec.statement_level) then
242: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
243: end if;