DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on FA_TRANSACTION_HEADERS

Line 12363: from fa_transaction_headers th,

12359:
12360: --cursor to get the amortization date
12361: cursor l_max_amortize_date_csr (p_asset_id IN NUMBER,p_book_type_code IN VARCHAR2) is
12362: select max(th.amortization_start_date) amortization_start_date
12363: from fa_transaction_headers th,
12364: fa_books inbk,
12365: fa_books outbk
12366: where inbk.asset_id = p_asset_id
12367: and inbk.book_type_code = p_book_type_code