DBA Data[Home] [Help]

APPS.FA_CUA_ASSET_APIS dependencies on FA_BOOKS

Line 168: from fa_books

164: , book_type_code
165: , add_months(prorate_date, life_in_months) life_end_date
166: , life_in_months
167: , 'CORPORATE' book_class
168: from fa_books
169: where asset_id = x_asset_id
170: and date_ineffective IS NULL
171: and nvl(x_rule_det_rec.include_asset_end_date_flag, 'N') = 'Y'
172: and book_type_code = x_book_type_code

Line 446: from fa_books

442: , nvl(x_prorate_date,prorate_date) -- Use Asset Pro Rate date if nothing passed
443: , deprn_method_code
444: , prorate_convention_code
445: , life_in_months
446: from fa_books
447: where asset_id = x_asset_id
448: and book_type_code = x_book_type_code
449: and date_ineffective IS NULL;
450: