2014-11-05

[Oracle]20141105 Inventory模組學習

 該模組重要單字

material n.材料
stockable n.庫存inventory v.採購purchase
transactable n.辦理 adj.可處理
flexfield n.彈性欄位
restrictions n.限制
validation n.驗證
reservation n.預訂
miscellaneous n.雜項
parameter n.參數

system administrator
sysadmin/3edc4rfv

主要資料表
select * from MTL_SYSTEM_ITEMS

查詢該資料為Table or View
select * from all_objects
where object_name = 'MTL_SYSTEM_ITEMS'

1.建立一筆新料號YULINTEST2,黃色欄位必填
Inventory–>Items–>Master Items

2.設定料號屬性
Tools–>Copy From–>選擇Templete

3.設定組織
Organization Assignment

測試資料表的變化
select * from MTL_SYSTEM_ITEMS where segment1 = 'YULINTEST2'
原本一筆當指定其他Organization,並變成多筆,以下欄位會不同,對應不同的會計科目,EX.銷貨使用
select organization_id,
       expense_account,
       cost_of_sales_account,
       sales_account
  from MTL_SYSTEM_ITEMS

沒有留言:

張貼留言