Oracle Fusion SCM Analytics

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How can I join the SCM tables with Financial tables in Oracle Fusion ?

Accepted answer
87
Views
7
Comments
Rank 2 - Community Beginner

I'm developing a SQL report to join in Customer_po_number from DOO_HEADERS_ALL with Invoice_num from AP_INVOICES_ALL. However, there’s no direct common column between them. How can I effectively link these tables to retrieve relevant information for my report?

Welcome!

It looks like you're new here. Sign in or register to get started.

Best Answer

  • Rank 8 - Analytics Strategist
    Answer ✓

    So, basically you are looking for a customer PO number and the invoice against that? Can you share your complete requirement?

    Thanks.

Answers

  • Rank 8 - Analytics Strategist

    Is Customer_po_number  same as Invoice_num ? If yes, you can create two data sets - one with SCM data source and one with FIN data source and join them using the mentioned columns.

    Thanks.

  • Rank 2 - Community Beginner
    edited January 8

    Hi Mandeep, thanks for your reply, in this case all the customer_po_numbers are different than the invoice numbers, looking to bring them both into one table.

  • Rank 2 - Community Beginner

    'So, basically you are looking for a customer PO number and the invoice against that? '

    Essentially yes, this is the one part of my report I haven't been able to figure out.

    Its a 16 col report but for the sake of simplicity just looking to match each invoice num with a respective customer_po_number.

  • Rank 8 - Analytics Strategist

    Check if below helps:

    Link between DOO_HEADERS_ALL and INV_PICK_SLIP_NUMBERS — Cloud Customer Connect

  • Rank 2 - Community Beginner

    Afraid it doesn't help, INV_PICK_SLIP_NUMBERS is a supply chain management table like doo_headers_all - looking to join doo_headers_all to any financials table (tertiary join if necessary).

  • Rank 8 - Analytics Strategist

    Did you check the query on the link?

    It shows links to RA_CUSTOMER_TRX_LINES_ALL/ra_cust_trx_types_all tables which are finance tables.

    Thanks.

Welcome!

It looks like you're new here. Sign in or register to get started.