DBA Data[Home] [Help]

APPS.FA_DELETION_PVT dependencies on XLA_EVENTS

Line 124: xla_events ev,

120: select count(*)
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

Line 150: xla_events ev,

146:
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

Line 176: xla_events ev,

172: select count(*)
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