DBA Data[Home] [Help]

APPS.FA_GAINLOSS_PKG dependencies on FND_CONCURRENT

Line 167: FND_CONCURRENT.AF_ROLLBACK;

163: --bug 3087644 fix ends.
164:
165: EXCEPTION
166: when gainloss_err then
167: FND_CONCURRENT.AF_ROLLBACK;
168:
169: -- Commented for bugfix 4672237
170: -- if (fa_cache_pkg.fa_print_debug) then
171: -- fa_debug_pkg.dump_debug_messages(max_mesgs => 0);

Line 193: FND_CONCURRENT.AF_ROLLBACK;

189: value1 => l_asset_id(l_loop_count),
190: p_log_level_rec => g_log_level_rec);
191:
192: when others then
193: FND_CONCURRENT.AF_ROLLBACK;
194:
195: -- Commented for bugfix 4672237
196: -- if (fa_cache_pkg.fa_print_debug) then
197: -- fa_debug_pkg.dump_debug_messages(max_mesgs => 0);

Line 212: FND_CONCURRENT.AF_COMMIT;

208:
209: END;
210:
211: -- 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 227: FND_CONCURRENT.AF_ROLLBACK;

223: when done_exc then
224: x_return_status := 0;
225:
226: when gainloss_err then
227: FND_CONCURRENT.AF_ROLLBACK;
228: fa_srvr_msg.add_message(calling_fn => l_calling_fn);
229:
230: -- Commented for bugfix 4672237
231: -- if (fa_cache_pkg.fa_print_debug) then

Line 237: FND_CONCURRENT.AF_ROLLBACK;

233: -- end if;
234: x_return_status := 2;
235:
236: when others then
237: FND_CONCURRENT.AF_ROLLBACK;
238: fa_srvr_msg.add_message(calling_fn => l_calling_fn);
239: x_return_status := 2;
240:
241: END Do_Calc_GainLoss;