DBA Data[Home] [Help]

APPS.FA_CAPITALIZE_CIP_PKG1 dependencies on FA_BOOKS

Line 42: from fa_books

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