Payables and Cash Management - EBS (MOSC)

MOSC Banner

Hello Members

edited May 22, 2017 5:21PM in Payables and Cash Management - EBS (MOSC) 4 commentsAnswered


Can anyone help me in the following query. I wrote the following query to fetch R21 AP invoice with both functional and invoice currency, I will be glad for assistance if there is a better way.

Select

---ou.name Company

.concatenated_segments

.transaction_number,

.invoice_num,

.invoice_date,

.gl_date,

.terms_date "due Date",

.segment1 "Vendor Number",

.vendor_name,

SUM (NVL (entered_rounded_cr, 0)) - SUM (NVL (entered_rounded_dr, 0)) INVOICE_CURRENCY,

SUM (NVL (acctd_rounded_cr, 0)) - SUM (NVL (acctd_rounded_dr, 0)) FUNCTIONAL_CURRENCY_GHS

FROM xla.xla_trial_balances xtb,

.gl_code_combinations_kfv cc,

.xla_transaction_entities xte,

.ap_invoices_all ai

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center