DBA Data[Home] [Help]

APPS.FA_DELETION_PUB dependencies on FA_BOOK_CONTROLS

Line 115: fa_book_controls bc

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

Line 537: fa_transaction_headers th, fa_book_controls bc

533: and th.event_id is not null
534: union
535: select en.source_id_int_1, ev.event_id, en.valuation_method
536: from xla_transaction_entities en, xla_events ev,
537: fa_transaction_headers th, fa_book_controls bc
538: where bc.book_class = 'TAX'
539: and bc.date_ineffective is null
540: and ev.entity_id = en.entity_id
541: and ev.application_id = 140