DBA Data[Home] [Help]

APPS.OKL_FA_AMOUNTS_PVT dependencies on FA_BOOK_CONTROLS

Line 282: FA_BOOK_CONTROLS FBC

278:
279: CURSOR Corp_Book_csr (asstid NUMBER) is
280: SELECT fab.book_type_code
281: FROM FA_BOOKS FAB,
282: FA_BOOK_CONTROLS FBC
283: WHERE fab.book_type_code = fbc.book_type_code
284: AND fbc.book_class = 'CORPORATE'
285: AND fab.asset_id = asstid
286: AND fab.transaction_header_id_out is null