Procurement - EBS (MOSC)

MOSC Banner

Oracle EBS 12.2.13: Add final approver - SQL

in Procurement - EBS (MOSC) 23 commentsAnswered ✓

Hi there,

I'd like to add the final approver's email to my existing query:

SELECT DISTINCT prha.creation_date,
prha.segment1 req_no,
pha.SEGMENT1 po_no,
prla.line_num req_line_number,
prla.item_description,
papf2.full_name req_prepaper,
reqst.full_name req_resquestor,
prha.AUTHORIZATION_STATUS req_status
FROM APPS.PO_REQUISITION_HEADERS_ALL prha,
APPS.PER_ALL_PEOPLE_F papf2,
APPS.PER_ALL_PEOPLE_F reqst,
APPS.PO_REQUISITION_LINES_ALL prla,
APPS.PO_LINE_LOCATIONS_ALL plla,
APPS.PO_LINES_ALL pla,
APPS.PO_HEADERS_ALL pha
WHERE prha.preparer_id = papf2.person_id
AND prha.requisition_header_id = prla.requisition_header_id

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