DBA Data[Home] [Help]

APPS.FA_SUPER_GROUP_CHANGE_PKG dependencies on FA_BOOK_CONTROLS

Line 54: , fa_book_controls bc

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

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

265: ,p_log_level_rec => g_log_level_rec);
266: RAISE fapsgc_err ;
267: END IF;
268:
269: -- Commit the change made to fa_book_controls table to lock the book.
270: COMMIT WORK;
271:
272: --
273: -- Prepare to call FA_ADJUSTMENT_PUB.do_adjustment to process group