RI module

Perguntas relacionadas a questões técnicas do Oracle EBS. Criação de Concorrentes, Value Sets, Alerts, Forms Personalizations, Configurações, etc
Post Reply
ricardorauber
Rank: Analista Júnior
Rank: Analista Júnior
Posts: 96
Joined: Wed, 21 Jun 2006 11:33 pm
Location: Canoas RS

Does anyone have any information or anything that is about the EBS RI module? This module does not exist in ERTM (metalink session focused on e-business suite) and also evil there are relationships in FND tables or even bank views (eg dba_tables).

My problem, at the moment, is to integrate the transactions of the INV with the PO and RI but, in the case of return, the RI has 2 lines and the only one then the inv It ends up doubling the lines!
ricardorauber
Rank: Analista Júnior
Rank: Analista Júnior
Posts: 96
Joined: Wed, 21 Jun 2006 11:33 pm
Location: Canoas RS

Example:

Select all

 
SELECT mmt.transaction_id, 
       mmt.rcv_transaction_id, 
       poh.segment1 oc, 
       ri.invoice_num nf 
  FROM mtl_material_transactions mmt, 
       rcv_transactions          rcv, 
       po_headers_all            poh, 
       po_lines_all              pol, 
       po_distributions_all      pd, 
       rec_distributions         rd, 
       rec_invoice_lines         ril, 
       rec_invoices              ri 
 WHERE mmt.rcv_transaction_id = rcv.transaction_id 
   AND rcv.po_header_id = poh.po_header_id 
   AND poh.po_header_id = pol.po_header_id 
   AND rcv.po_line_id = pol.po_line_id 
   AND pd.po_header_id = poh.po_header_id 
   AND pd.po_line_id = pol.po_line_id 
   AND rd.po_distribution_id = pd.po_distribution_id 
   AND rd.invoice_line_id = ril.invoice_line_id 
   AND ri.invoice_id = ril.invoice_id 
   AND ri.operation_id = rd.operation_id 
   AND mmt.transaction_id = 4003 
Result:

Select all

 
TRANSACTION_ID RCV_TRANSACTION_ID OC                                  NF 
-------------- ------------------ -------------------- ----------------- 
          4003               1002 21                    -1300000080201,0 
          4003               1002 21                               325,0 
ricardorauber
Rank: Analista Júnior
Rank: Analista Júnior
Posts: 96
Joined: Wed, 21 Jun 2006 11:33 pm
Location: Canoas RS

I got all RI documentation in Metalink!

seek by doc ID 420054.1

: -O
User avatar
dr_gori
Moderador
Moderador
Posts: 5024
Joined: Mon, 03 May 2004 3:08 pm
Location: Portland, OR USA
Contact:
Thomas F. G

Você já respondeu a dúvida de alguém hoje?
https://glufke.net/oracle/search.php?search_id=unanswered

Dude ... what a show!
If it's just text, how can I drop the doc here in the forum?
: -O
ricardorauber
Rank: Analista Júnior
Rank: Analista Júnior
Posts: 96
Joined: Wed, 21 Jun 2006 11:33 pm
Location: Canoas RS

I got all the PDFs of EBS TRM! They are files with all ER diagram and data dictionary! It has texts and images.
pmilanez
Rank: Estagiário Júnior
Rank: Estagiário Júnior
Posts: 1
Joined: Wed, 20 Aug 2008 4:38 pm
Location: Rio de Janeiro - RJ

ricardoruber, ball show!
I found several things in ERTM but nothing consolidated as a data dictionary.

Can you send me by e-mail (pmilanez@gmail.com)? Or make available to the staff?


ABS
ricardorauber
Rank: Analista Júnior
Rank: Analista Júnior
Posts: 96
Joined: Wed, 21 Jun 2006 11:33 pm
Location: Canoas RS

Sorry for the delay but I sent you by e-mail the TRM and the user guide of Ri, hug!
User avatar
Porva
Rank: DBA Sênior
Rank: DBA Sênior
Posts: 342
Joined: Mon, 29 Jan 2007 7:36 am
Location: São Paulo/SP
Rafael S. Nunes
São Paulo/SP

Taking an old topic ..

Ricardoruber, could you also send me this material please?

rafanunes1981@yahoo.com


Valeus
bellotj
Rank: Estagiário Júnior
Rank: Estagiário Júnior
Posts: 1
Joined: Mon, 12 Sep 2011 9:15 am
Location: SP

Taking an old topic ..

Ricardoruber, could you also send me this material please?

bellotj@hotmail.com

I await and thank you
J.A.CUNHA
Rank: Estagiário Júnior
Rank: Estagiário Júnior
Posts: 1
Joined: Thu, 27 Dec 2012 4:18 pm

Ricardoruber,
If possible, could you go too?

Thanks anyway!

E-mail: j.a.cunha @ gmail. with

Note: I put spaces in the email, otherwise I could not send ...
Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 11 guests