DBA Data[Home] [Help]

APPS.FA_DELETION_PVT dependencies on FA_BOOK_CONTROLS

Line 125: fa_book_controls bc

121: into l_count
122: from fa_transaction_headers th,
123: xla_transaction_entities en,
124: xla_events ev,
125: fa_book_controls bc
126: where bc.distribution_source_book = px_asset_hdr_rec.book_type_code
127: and th.book_type_code = bc.book_type_code
128: and th.asset_id = px_asset_hdr_rec.asset_id
129: and en.application_id = 140

Line 151: fa_book_controls bc

147: select count(*)
148: into l_count
149: from xla_transaction_entities en,
150: xla_events ev,
151: fa_book_controls bc
152: where bc.distribution_source_book = px_asset_hdr_rec.book_type_code
153: and en.application_id = 140
154: and en.ledger_id = bc.set_of_books_id
155: and en.entity_code = 'DEPRECIATION'

Line 177: fa_book_controls bc

173: into l_count
174: from fa_transaction_headers th,
175: xla_transaction_entities en,
176: xla_events ev,
177: fa_book_controls bc
178: where bc.distribution_source_book = px_asset_hdr_rec.book_type_code
179: and th.book_type_code = bc.book_type_code
180: and th.asset_id = px_asset_hdr_rec.asset_id
181: and en.application_id = 140