Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to join XLA_AE_HEADERS to PO_HEADERS_ALL

edited Jul 6, 2024 2:48PM in Costing 1 comment

Summary:

need to get the PO numbers of all receipt accounting subledger lines on fusion cloud

Content (please ensure you mask any confidential information):


Version (include the version you are using, if applicable):



Code Snippet (add any code snippets that support your topic, if applicable):

SELECT xah.ledger_id,
gir.je_header_id,
gir.je_line_num,
ph.segment1 po_num,
ph.po_header_id,
xe.entity_id,
(SELECT xam.name
FROM xla_acctg_methods_tl xam
WHERE xam.language = USERENV ('LANG')
AND xam.accounting_method_code = xah.product_rule_code
) sla_rule,
SUM (xal.entered_dr) entered_dr,
SUM (xal.entered_cr) entered_cr,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!