DBA Data[Home] [Help]

APPS.CSI_FA_INSTANCE_GRP dependencies on FA_BOOKS

Line 253: FROM fa_books fb,

249: l_dist_found boolean := FALSE;
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