DBA Data[Home] [Help]

APPS.CSI_FA_INSTANCE_GRP dependencies on FA_BOOK_CONTROLS

Line 254: fa_book_controls fbc

250:
251: CURSOR btc_cur(p_asset_id IN number) IS
252: SELECT fb.book_type_code
253: FROM fa_books fb,
254: fa_book_controls fbc
255: WHERE fb.asset_id = p_asset_id
256: AND fb.date_ineffective is null
257: AND fbc.book_type_code = fb.book_type_code
258: AND fbc.book_class = 'CORPORATE';