DBA Data[Home] [Help]

APPS.FA_CUA_GAIN_LOSS_EXT_PKG dependencies on FA_ASSET_HIERARCHY

Line 41: , fa_asset_hierarchy b

37: Cursor check_hr_asset is
38: select 'Y'
39: from ( select a.transaction_header_id_in
40: from fa_books a
41: , fa_asset_hierarchy b
42: where a.book_type_code = x_book_type_code
43: and a.asset_id = x_asset_id
44: and a.asset_id = b.asset_id
45: and a.date_ineffective IS NULL ) a1,