DBA Data[Home] [Help]

APPS.FA_DELETION_PUB dependencies on FA_BOOK_CONTROLS

Line 114: fa_book_controls bc

110:
111: select bk.book_type_code
112: into px_asset_hdr_rec.book_type_code
113: from fa_books bk,
114: fa_book_controls bc
115: where bk.asset_id = px_asset_hdr_rec.asset_id
116: and bk.date_ineffective is null
117: and bk.book_type_code = bc.book_type_code
118: and bc.book_class = 'CORPORATE';