DBA Data[Home] [Help]

APPS.FA_SUPER_GROUP_CHANGE_PKG dependencies on FA_BOOK_CONTROLS

Line 56: , fa_book_controls bc

52: SELECT cp.start_date
53: FROM fa_calendar_periods cp
54: , fa_calendar_types ct
55: , fa_fiscal_year fy
56: , fa_book_controls bc
57: WHERE bc.book_type_code = c_book_type_code
58: AND ct.calendar_type = bc.deprn_calendar
59: AND ct.calendar_type = cp.calendar_type
60: AND ct.fiscal_year_name = fy.fiscal_year_name

Line 252: -- Commit the change made to fa_book_controls table to lock the book.

248: value1 => l_book_type_code, p_log_level_rec => g_log_level_rec);
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