Mar
7
2014
7
2014
Fatura Satın Alma Durum Bilgilerini Gösteren Rapor Örneği
/*############################ # Fatura Satın Alma Durum Bilgileri /*##########################*/ SELECT aia.invoice_id , aia.invoice_num , aia.invoice_amount , aia.invoice_date , ‘———-‘ , pha.segment1 , ‘———-‘ , aha.hold_date , aha.release_reason , aha.last_update_date , aha.hold_lookup_code , aha.hold_reason , ‘———-‘ , pda.quantity_billed FROM ap.ap_invoices_all aia , ap.ap_invoice_distributions_all aida , po.po_headers_all pha , po.po_distributions_all pda , ap.ap_holds_all aha , po.po_vendors pv — use […]