Payables and Cash Management - EBS (MOSC)

MOSC Banner

I need to display the invoices which are on hold along with the requestors managers hierarchy for re

Hi,

I have wriiten the below query1 .It displays the invoices which are on hold along with requestor details. I need the reporting managerial hierarchy list along with these details. I have written query2 which fetched the managerial list. but I am unable to join these 2 queries. Can anyone please help.

Query1:

SELECT  aph.invoice_id "INVOICE ID",

        aph.line_location_id "LINE LOCATION ID",

        pod.deliver_to_person_id "REQUESTER ID",

        req_p.full_name "REQUESTER NAME",

        poh.agent_id "AGENT ID",

        prh.preparer_id "PREPARER ID",

        prep_p.full_name "PREPARER NAME",

        SUBSTR(pov.vendor_name,1,80) "SUPPLIER",

        poh.segment1 || '/' || pol.line_num "PO NUM/LINE NUM",

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