DBA Data[Home] [Help]

APPS.FA_DELETION_PVT dependencies on XLA_TRANSACTION_ENTITIES

Line 123: xla_transaction_entities en,

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

Line 149: from xla_transaction_entities en,

145: end if;
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

Line 175: xla_transaction_entities en,

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