DBA Data[Home] [Help]

APPS.FA_STY_RESERVE_PKG dependencies on FND_CONCURRENT

Line 151: FND_CONCURRENT.AF_COMMIT;

147: RAISE faxstur_err ;
148: END IF;
149:
150: -- Commit the change made to fa_book_controls table to lock the book.
151: FND_CONCURRENT.AF_COMMIT;
152:
153: OPEN assets;
154: LOOP
155: FETCH assets INTO l_asset_id,

Line 277: FND_CONCURRENT.AF_COMMIT;

273: FA_SRVR_MSG.Add_Message(
274: CALLING_FN => 'fa_sty_reserve_pkg.faxstur', p_log_level_rec => g_log_level_rec);
275: END IF;
276:
277: FND_CONCURRENT.AF_COMMIT;
278:
279: fa_srvr_msg.add_message(
280: calling_fn => 'fa_sty_reserve_pkg.faxstur',
281: name => 'FA_SHARED_NUMBER_PROCESSED',

Line 307: FND_CONCURRENT.AF_ROLLBACK;

303: retcode := 0;
304:
305: EXCEPTION
306: when faxstur_err then
307: FND_CONCURRENT.AF_ROLLBACK;
308: /* Unlock the book if transaction was approved and commit the change. */
309: IF l_trx_approval THEN
310: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(
311: X_book => p_book_type_code,

Line 337: FND_CONCURRENT.AF_ROLLBACK;

333: fa_srvr_msg.Write_Msg_Log(p_msg_count, p_msg_data, p_log_level_rec => g_log_level_rec);
334: retcode := 2;
335:
336: when others then
337: FND_CONCURRENT.AF_ROLLBACK;
338: /* Unlock the book if transaction was approved and commit the change. */
339: IF l_trx_approval THEN
340: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(
341: X_book => p_book_type_code,