DBA Data[Home] [Help]

APPS.FA_DEFERRED_DEPRN_PKG dependencies on FA_BOOKS

Line 202: from fa_books bk

198: AND TAX_DD.asset_id(+) = DH.asset_id
199: AND (TAX_DD.asset_id is not null OR CORP_DD.asset_id is not null)
200: AND exists
201: (select 1
202: from fa_books bk
203: where bk.asset_id = DH.asset_id
204: and bk.book_type_code = p_tax_book
205: and bk.transaction_header_id_out is null)
206: ORDER BY DH.Asset_ID,

Line 243: from fa_books bk

239: AND TAX_DD.asset_id(+) = DH.asset_id
240: AND (TAX_DD.asset_id is not null OR CORP_DD.asset_id is not null)
241: AND exists
242: (select 1
243: from fa_books bk
244: where bk.asset_id = DH.asset_id
245: and bk.book_type_code = p_tax_book
246: and bk.transaction_header_id_out is null)
247: ORDER BY DH.Asset_ID,