DBA Data[Home] [Help]

APPS.OKL_CREATE_KLE_PVT dependencies on FA_BOOK_CONTROLS

Line 16532: fa_book_controls fbc

16528:
16529: cursor l_fbk_csr (p_asset_id in number) is
16530: select fab.book_type_code
16531: from fa_books fab,
16532: fa_book_controls fbc
16533: where fab.asset_id = p_asset_id
16534: and fab.transaction_header_id_out is null
16535: and fab.book_type_code = fbc.book_type_code
16536: and fbc.book_class = 'CORPORATE';