Page 1 of 1

Purchase Order

Posted: Mon Jun 25, 2007 5:03 am
by anoopyadav
Hello Everyone,

Please someone can let me know SQL for getting Purchase order pending for "APPROVAL" from purchase officer? ??

Purpose is to wirte one report to know how many purchase order are pending for approval by purchase order.

Thanks
anoop

Posted: Tue Jun 26, 2007 1:16 pm
by arun1203
Hi Anoop,

Use the following query to get the list of all purchase orders which are pending for approvals.

<font color="red"><b>select * from po_headers_all t WHERE t.authorization_status='IN PROCESS'</b></font id="red">

<font color="blue"><b>Best Regards & Thanks,
Arun Reddy[:)]</b></font id="blue">