DBA Data[Home] [Help]

APPS.FA_TAX_UPLOAD_PKG dependencies on FND_CONCURRENT

Line 805: FND_CONCURRENT.AF_COMMIT;

801:
802: END; -- end taxupload_records block
803:
804: -- commit every batch and reset the large rollback segment
805: FND_CONCURRENT.AF_COMMIT;
806:
807: end loop; -- inner loop to loop through arrays
808:
809: px_max_asset_id := l_asset_id(l_asset_id.count);

Line 817: FND_CONCURRENT.AF_ROLLBACK;

813: when done_exc then
814: x_return_status := 0;
815:
816: when faxtaxup_err then
817: FND_CONCURRENT.AF_ROLLBACK;
818: fa_srvr_msg.add_message(calling_fn => l_calling_fn
819: ,p_log_level_rec => g_log_level_rec);
820:
821: -- Dump Debug messages when run in debug mode to log file

Line 829: FND_CONCURRENT.AF_ROLLBACK;

825:
826: x_return_status := 2;
827:
828: when others then
829: FND_CONCURRENT.AF_ROLLBACK;
830: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
831: ,p_log_level_rec => g_log_level_rec);
832:
833: -- Dump Debug messages when run in debug mode to log file