DBA Data[Home] [Help]

APPS.FA_CAPITALIZE_CIP_PKG1 dependencies on FA_BOOK_CONTROLS

Line 58: fa_book_controls bc,

54: (cp.end_date + 1 - cp.start_date) /
55: (fy.end_date + 1 - fy.start_date))),0) * 12, 0)
56: from fa_calendar_periods cp,
57: fa_calendar_types ct,
58: fa_book_controls bc,
59: fa_fiscal_year fy
60: where bc.book_type_code = X_book and
61: bc.date_ineffective is null and
62: ct.calendar_type = bc.prorate_calendar and