DBA Data[Home] [Help]

APPS.FA_DELETION_PUB dependencies on XLA_EVENTS

Line 536: from xla_transaction_entities en, xla_events ev,

532: and th.asset_id = px_asset_hdr_rec.asset_id
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

Line 565: if not fa_xla_events_pvt.delete_transaction_event

561: BEGIN
562:
563: FOR trx_rec IN get_trx_id LOOP
564:
565: if not fa_xla_events_pvt.delete_transaction_event
566: (p_ledger_id => px_asset_hdr_rec.set_of_books_id,
567: p_transaction_header_id => trx_rec.transaction_header_id,
568: p_book_type_code => trx_rec.book_type_code,
569: p_asset_type => p_asset_type_rec.asset_type,

Line 578: if not fa_xla_events_pvt.delete_deprn_event

574:
575: END LOOP; -- end for
576:
577: FOR deprn_rec IN get_deprn_id LOOP
578: if not fa_xla_events_pvt.delete_deprn_event
579: (p_event_id =>deprn_rec.event_id,
580: p_ledger_id =>px_asset_hdr_rec.set_of_books_id,
581: p_asset_id =>px_asset_hdr_rec.asset_id,
582: p_book_type_code =>px_asset_hdr_rec.book_type_code,