DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on FA_TRANSACTION_HEADERS

Line 12310: from fa_transaction_headers th,

12306:
12307: --cursor to get the amortization date
12308: cursor l_max_amortize_date_csr (p_asset_id IN NUMBER,p_book_type_code IN VARCHAR2) is
12309: select max(th.amortization_start_date) amortization_start_date
12310: from fa_transaction_headers th,
12311: fa_books inbk,
12312: fa_books outbk
12313: where inbk.asset_id = p_asset_id
12314: and inbk.book_type_code = p_book_type_code