Reporting - EBS (MOSC)

MOSC Banner

SQL to get both po with requisition and without requisition in a single query

edited Jan 22, 2024 8:47PM in Reporting - EBS (MOSC) 3 commentsAnswered

Hi All ,

I need a query to get SQL to get both PO with requisition and without requisition in a single query and the columns I am trying to fetch are below mentioned query. Mainly I need PO number, PO requestor name, and requisitioner name. Please help me with this issue. I am using the below query but I know it's wrong. Any help is appreciated. Thanks

SELECT DISTINCT PHA.SEGMENT1,

PPNF.FULL_NAME   REQ_NAME,

PPNF1.FULL_NAME   PREP_NAME,

PHA.PO_HEADER_ID,

PLA.PO_LINE_ID,

PDA.PO_DISTRIBUTION_ID,

PDA.CODE_COMBINATION_ID 

-- REQUISITION_NUMBER

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