DBA Data[Home] [Help]

APPS.FA_XLA_EVENTS_PVT dependencies on FA_TRX_REFERENCES

Line 671: from fa_trx_references

667: l_trx_source_info.entity_type_code := 'INTER_ASSET_TRANSACTIONS';
668:
669: select event_id, dest_transaction_header_id
670: into l_event_id, l_destination_trx_header_id
671: from fa_trx_references
672: where trx_reference_id = p_trx_reference_id;
673:
674: --Secondary Changes
675: if (p_is_secondary_ledger) then