抓出某年某些客戶的銷貨數量與金額,及各ITEM的PO筆數
USER的要求
抓出2010年某些客戶的銷貨數量與金額,及各ITEM的PO筆數.[@more@]create table a1 as
select ac.customer_id,ac.customer_number,ac.CUSTOMER_NAME,
o.organization_id,o.ORGANIZATION_CODE,o.name org_name,
h.TRANSACTIONAL_CURR_CODE curr_code,l.inventory_item_id, m.segment1 item,
sum(l.shipped_quantity) qty,
sum(l.shipped_quantity*nvl(l.UNIT_SELLING_price,0)) amount
from oe_order_headers_all h,
oe_order_lines_all l,
ar_customers ac,
mtl_system_items_b m,
oe_ship_from_orgs_v o
where ac.customer_id=h.sold_to_org_id
and ac.customer_number in ('5934','1038','1059','7330','17687','9094','7850','5934')
and l.header_id=h.header_id
and m.inventory_item_id=l.inventory_item_id
and m.organization_id=1
and l.shipped_quantity>0
and to_char(l.ACTUAL_SHIPMENT_DATE,'yyyy') ='2010'
and o.organization_id=h.org_id
group by ac.customer_id,l.inventory_item_id,ac.customer_number,ac.CUSTOMER_NAME,
o.organization_id,o.ORGANIZATION_CODE,o.name ,
h.TRANSACTIONAL_CURR_CODE , m.segment1
CREATE OR REPLACE function aa0aa (p_custid in number,p_itemid in number,p_orgid in number)
return number is
v_num number;
begin
select count(1)
into v_num
from (select distinct oh.cust_po_number
from oe_order_headers_all oh,
oe_order_lines_all ol
where oh.sold_to_org_id=p_custid
and ol.inventory_item_id=p_itemid
and to_char(ol.ACTUAL_SHIPMENT_DATE,'yyyy')=2010
and oh.org_id=p_orgid
and ol.header_id=oh.header_id
);
return nvl(v_num,0);
end;
create table a2 as
select a1.*,
aa0aa(a1.customer_id,a1.inventory_item_id,a1.organization_id) po_num
from a1
select * from a2;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/92289/viewspace-1047634/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Free Item in PO
- 數字營銷(一)客戶畫像淺談
- 阿拉伯數字轉換成金額大寫金額(包括小數)
- 數字營銷(二)如何確定付費客戶特徵?特徵
- JavaScript將輸入的數字金額轉換成對應的中文大寫金額JavaScript
- 對金額數字擷取兩位小數的演算法演算法
- jquery金額數字轉為大寫數字jQuery
- 阿拉伯數字金額轉漢語金額- Swift版本Swift
- VMWare中的CPU數量與核心數量意義
- SAP S4HANA 根據PO號碼得到各個ITEM的Conditions資料
- 黑客太猖獗!去年數字貨幣失竊金額達17億美元黑客
- SQL Server中對比表數量,索引數量及procedure數量SQLServer索引
- 實時計算-多級訂單金額,及下級人數
- 小寫數字金額轉大寫
- Epic遊戲商城數次促銷銷售額曝光遊戲
- 專案中常用的數字金額正規表示式
- 如何實現PO的輸出向客戶傳送郵件的增強
- 1.金額數字轉字元型別字元型別
- 將金錢數額轉換為大寫
- 金額數值轉換為中文大寫
- 物件的數量 與 連線池連線數量的問題,困擾已久。物件
- iOS與macOS中一款優雅的數字/金額增減動效控制元件(支付寶內金額增加效果)iOSMac控制元件
- Python 轉換金額數字大寫為數字小寫Python
- Redis客戶端連線數DevOpsRedis客戶端dev
- php的變數引用與銷燬機制PHP變數
- 處理交貨計劃中交貨數量的標準功能
- 數字音樂論壇:數字音樂產業25%的人群貢獻75%的銷售額產業
- .NET神器:輕鬆實現數字轉大寫金額的秘籍與示例程式碼
- Bernstein:加密貨幣市值超過2萬億美元 與私人投資目的持有的黃金數量幾乎持平加密
- 客戶系統中做item creation遇到的問題(關於TEMPLATE)
- 銷售易取得500強客戶背後的實踐與進化
- 以太坊客戶端 Geth 出漏洞,超過 2000 萬美元的數字貨幣被盜客戶端
- 客戶、銷售物件和合同物件
- 日本自律加密貨幣交易所協會考慮為某些客戶設定交易上限加密
- 2023年全球主要地區移動貨幣賬戶數量及同比(附原資料表)
- 2023年非洲主要地區移動貨幣賬戶數量及同比(附原資料表)
- 客戶端筆記客戶端筆記
- 2020年泰國智慧手機主要線上銷售渠道及出貨量市場份額