DBA Data[Home] [Help]

APPS.FA_SUPER_GROUP_CHANGE_PKG dependencies on FND_CONCURRENT

Line 253: FND_CONCURRENT.AF_COMMIT;

249: RAISE fapsgc_err ;
250: END IF;
251:
252: -- Commit the change made to fa_book_controls table to lock the book.
253: FND_CONCURRENT.AF_COMMIT;
254:
255: --
256: -- Prepare to call FA_ADJUSTMENT_PUB.do_adjustment to process group
257: -- asset after member asset retirement.

Line 375: FND_CONCURRENT.AF_COMMIT;

371: where super_group_id = t_super_group_id(i)
372: and book_type_code = t_book_type_code(i)
373: and adjustment_required_flag = 'Y';
374:
375: FND_CONCURRENT.AF_COMMIT;
376:
377: end if; -- (l_process_sgc)
378:
379: END LOOP; -- super group for loop

Line 411: FND_CONCURRENT.AF_ROLLBACK;

407: retcode := 0;
408:
409: EXCEPTION
410: WHEN fapsgc_err THEN
411: FND_CONCURRENT.AF_ROLLBACK;
412:
413: IF l_trx_approval THEN
414: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(
415: X_book => l_book_type_code,

Line 434: FND_CONCURRENT.AF_ROLLBACK;

430: -- return failure to concurrent manager
431: retcode := 2;
432:
433: WHEN OTHERS THEN
434: FND_CONCURRENT.AF_ROLLBACK;
435:
436: IF l_trx_approval THEN
437: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(
438: X_book => l_book_type_code,