Receivables - EBS (MOSC)

MOSC Banner

Site Wise Movement is wrong in SQL Query for customers

edited Jul 1, 2020 5:03AM in Receivables - EBS (MOSC) 11 commentsAnswered

Hi all ,

I am using below query to extract entire movement with in a set of period for Customer . So for customer this is giving me correct data , but if I filter same data site wise ( passing site id ) then data doesnt match .

Please help me in closing this . Thanks 

SELECT

    le.ledger_id,

    le.legal_entity_name           company,

    hca.account_name               customer_name,

    hca.account_number             customer_account_no,

    dd.customer_site_use_id,

    dd.gl_date,

    DECODE(dd.class, 'INV', 'INVOICE', 'DM', 'DEBIT NOTE', 'PMT', 'PAYMENT', 'CM', 'CREDIT NOTE') transaction_type,

    dd.trx_number                  receipt_number,

    rct.interface_header_context   transaction_source,

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