DBA Data[Home] [Help]

APPS.FA_CAPITALIZE_CIP_PKG1 dependencies on FA_BOOK_CONTROLS

Line 62: fa_book_controls bc,

58: (cp.end_date + 1 - cp.start_date) /
59: (fy.end_date + 1 - fy.start_date))),0) * 12, 0)
60: from fa_calendar_periods cp,
61: fa_calendar_types ct,
62: fa_book_controls bc,
63: fa_fiscal_year fy
64: where bc.book_type_code = X_book and
65: bc.date_ineffective is null and
66: ct.calendar_type = bc.deprn_calendar and