0

Query to get Purchase Requisition without a Purchase Order

posted on , by Adarsh

Purchase Requisition without a Purchase Order ============================================== SELECT   prh.segment1 "PR NUM", TRUNC (prh.creation_date) "CREATED ON",         TRUNC (prl.creation_date) "Line Creation Date", prl.line_num "Seq #",         msi.segment1 "Item Num", prl.item_description "Description",         prl.quantity "Qty", TRUNC (prl.need_by_date) "Required By",         ppf1.full_name ...