DBA Data[Home] [Help]

APPS.FA_CAPITALIZE_CIP_PKG1 dependencies on FA_BOOKS

Line 40: from fa_books

36:
37: CURSOR LIFE1_DEF IS
38: select nvl(life_in_months,0), nvl(life_in_months,0),
39: prorate_date
40: from fa_books
41: where book_type_code = X_book
42: and asset_id = X_parent_asset_id
43: and date_ineffective is null;
44: