DBA Data[Home] [Help]

APPS.FA_TRANSACTION_ITF_PKG dependencies on FA_BOOKS

Line 21: from fa_books

17: begin
18: begin
19: select 1
20: into l_check
21: from fa_books
22: where book_type_code = p_book_type_code
23: and asset_id = p_asset_id
24: and transaction_header_id_out is null
25: and rownum < 2;