po_requisition_headers_all --
請購單頭
po_requisition_headers_all --
請購單行
po_headers_all--
採購單頭
po_lines_all--
採購單行
rcv_shipment_lines
--點收單行
rcv_shipment_headers
–點收單頭
(receipt_num
點收單號
)po_vendors
--**商
po_vendor_sites_all
--**商位址
po_vendor_contacts
--**商聯絡人
po_distributions_all pod,--
採購單分部
po_req_distributions_all prod,--
請購單分部
po_line_locations_all poll,--
--
這個表做什麼的
,還不清楚
, 但是如果連線採購單和請購單
,必須通過此
table
per_people_f--
請購者
gl_code_combinations. segment3
—account
hr_locations—位置
ap_terms_tl--
付款期限
( name)
rcv_transactions--點收,
驗收,
入庫異動
(
po
, om
共同使用
)
gl_daily_conversion_types--
匯率型別表
比如
,對於乙個請購單
, 購買的位址不會在請購單的頭
,而在行
,原因是
:乙個請購單可以有多個行
,每個行可以由不同單位購買
,比較靈活
.
採購單找到請購單
通過採購單找到請購單的過程非常麻煩:
/* formatted on 2006/03/30 14:35 (formatter plus v
4.8.6
) */
select
pod.
req_header_reference_num
,prh
.segment1
from
po_headers_all poh,
po_distributions_all pod
,po_req_distributions_all prod
,po_line_locations_all poll,
po_requisition_lines_all prl
,po_requisition_headers_all prh
where
prh.
requisition_header_id
=prl
.requisition_header_id
andprod
.requisition_line_id
=prl
.requisition_line_id
andpod
.req_distribution_id
=prod
.distribution_id
andpoll
.line_location_id
=pod
.line_location_id
andpoll
.po_header_id
=poh
.po_header_id
andpoh
.segment1 =''
涉及幾個表相關聯
, 具體是:
po_headers_all poh
,--
採購單頭
po_distributions_all pod,--
採購單分部
po_req_distributions_all prod,--
請購單分部
po_line_locations_all poll
,-- --
這個表做什麼的
,還不清楚
, 但是如果連線採購單和請購單
,必須通過此
table
po_requisition_lines_all prl,--
請購單行
po_requisition_headers_all prh--
請購單行
三角**
pr 對應著
i/o
select
prh.
segment1
,prl
.reference_num
,prl.*
from
po_requisition_headers_all prh,
po_requisition_lines_all prl
where
prl.
reference_num
=''-- io 號碼
andprh
.requisition_header_id
=prl
.requisition_header_id
table常用功能總結
1,設定 邊框為單線框 table,th,td 加上 table 由於 table th 以及 td 元素都有獨立的邊框,設定border會使 具有雙線條邊框,如果需要把 顯示為單線條邊框,請使用 border collapse 屬性。border collapse collapse 說的是 邊框摺...
lingo與matlab部分常用函式總結
整理電腦的時候翻到了這個,記得是做國際數模的時候總結的,也是從網上七拼八湊的。當時記得主要找的是有關求最優解和擬合的函式 貌似每次做題建模到最後都是建成求最優解的問題.lingo 部分 變數界定函式實現對變數取值範圍的附加限制,共 4 種 bin x 限制x 為0 或1 bnd l,x,u 限制l ...
CSS3新增部分常用屬性總結
1.border color 為邊框設定顏色 相關屬性 border top color,border right color,border bottom color border left color 2.border image 邊框 border image image number perc...