SQL for Approved requisitions not generating PO's
Summary:
SQL for Approved requisitions not generating PO's
Content (please ensure you mask any confidential information):
Hello
Will you please share with me any SQL to review the approved PR's not generating PO's
I have the following SQL for PR linked to PO's
Thanks for you help
Regards
SELECT prha.segment1 segment1,
prla.line_num req_line_no,
pha.segment1 po_no
FROM po.po_requisition_headers_all prha,
po.po_requisition_lines_all prla,
po.po_req_distributions_all prda,
po.po_distributions_all pda,
po.po_headers_all pha
WHERE prha.requisition_header_id = prla.requisition_header_id
Tagged:
0