0% found this document useful (0 votes)
305 views

Document 2706695.1

Uploaded by

khaled_ghrbia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
305 views

Document 2706695.1

Uploaded by

khaled_ghrbia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

1/6/23, 3:50 PM Document 2706695.

1
  khaled (Available) (0) Contact Us Help
PoweLast Login: January 6, 2023 9:48 AM EET Switch to Cloud Support

 
Dashboard Knowledge Service Requests Patches & Updates Community

Give Feedback...
Copyright (c) 2023, Oracle. All rights reserved. Oracle Confidential.

Equivalent Table In Fusion For This (RCV_RECEIVING_SUB_LEDGER) EBS Table (Doc ID 2706695.1) To Bottom

In this Document   Was this document helpful?  

Goal Yes
No
Solution    

References
  Document Details  

Type:
HOWTO
Status:
APPLIES TO: Last Major
PUBLISHED
Sep 3, 2020
Update:
Sep 18, 2020
Oracle Fusion Purchasing Cloud Service - Version 11.13.20.07.0 and later Last Update:
Information in this document applies to any platform.
   

  Related Products  
GOAL
Oracle Fusion Purchasing
Cloud Service
On : 11.13.20.07.0 version, Receipt accounting    

Question   Information Centers  


--------------- PRC:POZ:Information Center:


What is the Equivalent table in fusion for RCV_RECEIVING_SUB_LEDGER EBS table ? Fusion Applications -

Procurement Product Family
[1358853.2]
 
PRC:PO: Information Center:
Oracle Fusion - Purchasing
SOLUTION Overview [1471161.2]

Fusion Procurement Master


Architecture of R12 and fusion is different and there is no one to one mapping between R12 table Content [2572812.2]
RCV_RECEIVING_SUB_LEDGER and fusion tables.    

Below are the couple of Receipt accounting tables.   Document References  


cmr_transactions -> this splits the receipt into po distribution level and is used as the driving table for receipt accounting Missing Accounting in View Receiv

Accounting
cmr_transaction_taxes contains taxes returned by tax api per cmR_transaction row (each transaction can contain many taxes) Form(RCV_RECEIVING_SUB_LED
cmr_rcv_events -> This contains the accounting event, like RECEIVING_INSPECTION, DELIVERY_TO_EXPENSE etc.... this is also
[1941627.1]
the header level data shown in review receipt accounting distributions UI
cmr_rcv_event_costs -> child of cmr_rcv_events. Each event can have many
costs, like PO Price, Taxes, Transfer Price etc... this
   

table contains all costs for a particular event   Recently Viewed  


Below are the flow from PO to receipt accounting. Automatic Receipts: Troublesho

Known Issues and Patches [136
You can drill down for some inventory transactions through xla_transaction_entities xlate,rcv_transactions rcvt tables (using Control Access On XLA_TRANSA
for custom BIP reports [277054
xlate.source_id_int_1 = rcvt.transaction_id ) but not all of the transactions from inventory.

R12: AP/XLA: Why are there dif
* FROM XLA_TRANSACTION_E
To Check XLA Accounting: SELECT * FROM

XLA.XLA_TRANSACTION_ENTIT
All queries are based on PO number Why XLA and APPS Tables show

counts for XLA_TRANSACTION_
select * from fusion.xla_events where event_id in (select event_id from cmr_rcv_events where cmr_po_distribution_id in (select [2149730.1]
cmr_po_distribution_id from cmr_purchase_order_dtls where po_number in ())); Custom Query To Drill Back Fro

XLA_TRANSACTION_ENTITIES.
select * from fusion.xla_ae_headers where event_id in (select event_id from cmr_rcv_events where cmr_po_distribution_id in Into Costing [2601895.1]
(select cmr_po_distribution_id from cmr_purchase_order_dtls where po_number in ())); Show More

   

select * from fusion.xla_ae_lines where ae_header_id in (select ae_header_id from fusion.xla_ae_headers where event_id in
(select event_id from cmr_rcv_events where cmr_po_distribution_id in (select cmr_po_distribution_id from
cmr_purchase_order_dtls where po_number in ())));

For a simple PO Flow:


select * from cmr_purchase_order_dtls where po_number in ();


select * from cmr_rcv_transactions where po_line_location_id in
(select po_line_location_id from cmr_purchase_order_dtls
where po_number in ());

select * from cmr_transactions where cmr_po_distribution_id in (select cmr_po_distribution_id from cmr_purchase_order_dtls


where po_number in ());

select * from fusion.cmr_transaction_taxes where transaction_id in (select transaction_id from cmr_transactions where
cmr_po_distribution_id in (select cmr_po_distribution_id from cmr_purchase_order_dtls where po_number in ()));

https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=459459763724714&id=2706695.1&displayIndex=4&_afrWindowMode=0&_adf.ct… 1/2
1/6/23, 3:50 PM Document 2706695.1

select * from cmr_rcv_events where cmr_po_distribution_id in (select cmr_po_distribution_id from cmr_purchase_order_dtls


where po_number in ());
select * from fusion.cmr_rcv_event_costs where accounting_event_id in (select accounting_event_id from cmr_rcv_events where
cmr_po_distribution_id in (select cmr_po_distribution_id from cmr_purchase_order_dtls where po_number in ()));
select * from cmr_rcv_distributions where accounting_event_id in (select accounting_event_id from cmr_rcv_events where
cmr_po_distribution_id in (select cmr_po_distribution_id from cmr_purchase_order_dtls where po_number in ()));
select * from cmr_exp_po_dist_costs where cmr_po_distribution_id in (select cmr_po_distribution_id from
cmr_purchase_order_dtls where po_number in ());
select * from cmr_ap_invoice_dtls where cmr_po_distribution_id in (select cmr_po_distribution_id from cmr_purchase_order_dtls
where po_number in ());
 

REFERENCES

Didn't find what you are looking for? Ask in Community...

Related
Products

Oracle Cloud > Oracle Software Cloud > Oracle Enterprise Resource Planning Cloud > Oracle Fusion Purchasing Cloud Service > Receipt Accounting > Receipt Accounting Reports

Back to Top
 
Copyright (c) 2023, Oracle. All rights reserved. Legal Notices and Terms of Use Privacy Statement
   

https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=459459763724714&id=2706695.1&displayIndex=4&_afrWindowMode=0&_adf.ct… 2/2

You might also like