DBA Data[Home] [Help]

APPS.OKL_CREATE_KLE_PVT dependencies on FA_BOOK_CONTROLS

Line 16370: fa_book_controls fbc

16366:
16367: cursor l_fbk_csr (p_asset_id in number) is
16368: select fab.book_type_code
16369: from fa_books fab,
16370: fa_book_controls fbc
16371: where fab.asset_id = p_asset_id
16372: and fab.transaction_header_id_out is null
16373: and fab.book_type_code = fbc.book_type_code
16374: and fbc.book_class = 'CORPORATE';